typographical

所属分类:快速开发平台
开发工具:CSS
文件大小:0KB
下载次数:0
上传日期:2020-05-18 11:52:41
上 传 者sh-1993
说明:  Chester How在Tale()之上构建了以排版为中心的主题,
(Typography-focused theme built on top of Tale () by Chester How,)

文件列表:
404.html (121, 2020-05-18)
Gemfile (69, 2020-05-18)
LICENSE.txt (1075, 2020-05-18)
_config.yml (824, 2020-05-18)
_includes/ (0, 2020-05-18)
_includes/analytics.html (259, 2020-05-18)
_includes/copyenrich-hook.html (1225, 2020-05-18)
_includes/footer.html (374, 2020-05-18)
_includes/head.html (1454, 2020-05-18)
_includes/instagram.html (525, 2020-05-18)
_includes/navigation.html (916, 2020-05-18)
_includes/related.html (1272, 2020-05-18)
_includes/share.html (972, 2020-05-18)
_includes/spotify.html (181, 2020-05-18)
_includes/youtube.html (149, 2020-05-18)
_layouts/ (0, 2020-05-18)
_layouts/default.html (238, 2020-05-18)
_layouts/home.html (1032, 2020-05-18)
_layouts/page.html (226, 2020-05-18)
_layouts/post.html (2364, 2020-05-18)
_pages/ (0, 2020-05-18)
_pages/about.md (77, 2020-05-18)
_pages/archive.html (1287, 2020-05-18)
_pages/thanks.md (2067, 2020-05-18)
_sass/ (0, 2020-05-18)
_sass/typographical.scss (326, 2020-05-18)
_sass/typographical/ (0, 2020-05-18)
_sass/typographical/_base.scss (784, 2020-05-18)
_sass/typographical/_catalogue.scss (722, 2020-05-18)
_sass/typographical/_code.scss (764, 2020-05-18)
_sass/typographical/_layout.scss (1449, 2020-05-18)
_sass/typographical/_multipage.scss (533, 2020-05-18)
_sass/typographical/_pagination.scss (655, 2020-05-18)
_sass/typographical/_post.scss (990, 2020-05-18)
_sass/typographical/_syntax.scss (3479, 2020-05-18)
_sass/typographical/_tweaks.scss (4731, 2020-05-18)
_sass/typographical/_variables.scss (833, 2020-05-18)
assets/ (0, 2020-05-18)
... ...

# Typographical [![Gem Version](https://badge.fury.io/rb/typographical.svg)](https://badge.fury.io/rb/typographical) Thank you for choosing Typographical as your Jekyll theme! Typographical is a minimalist Jekyll theme focused on typography. This theme is for you if you are a writer or a storyteller. This theme is based on the [Tale theme by Chester How](https://github.com/chesterhow/tale). Refer to the [project Wiki](https://github.com/theramiyer/typographical/wiki) for more information and instructions. ## Installation Installation is straightforward. There are three modes in which you can use the theme. 1. As a Ruby Gem. (Recommended) 2. As a GitHub remote theme. 3. A fork of this repository. ### Install as Ruby Gem Very simple, very straightforward. Also, this will ensure updates to your site design as and when they are released. 1. Add this line to your Jekyll site's `Gemfile`: ```ruby gem "typographical" ``` 2. Install the gems and dependencies: ```bash $ bundle ``` 3. And add this line to your Jekyll site's `_config.yml`: ```yaml theme: typographical permalink: /:year-:month-:day/:title paginate: 5 ``` Remove any other `theme:` lines in your `_config.yml` 4. Create two pages, [`about.md`](https://github.com/theramiyer/typographical/blob/master/_pages/about.md) and [`archive.html`](https://github.com/theramiyer/typographical/blob/master/_pages/archive.html) under `_pages`. Copy the code from this repository. Not doing this will result in broken links in the navigation. ### GitHub Pages method Use this method if you are using GitHub Pages to host your site. 1. Add the following lines to your `Gemfile`: ```gemfile gem "jekyll-remote-theme" gem "jekyll-paginate" ``` 2. Install the gems: ```bash $ bundle ``` 3. In your `_config.yml`, add the following: ```bash remote_theme: theramiyer/typographical permalink: /:year-:month-:day/:title paginate: 5 plugins: - jekyll-paginate - jekyll-remote-theme ``` 4. Remove any other `theme:` or `remote_theme:` lines. 5. Create two pages, [`about.md`](https://github.com/theramiyer/typographical/blob/master/_pages/about.md) and [`archive.html`](https://github.com/theramiyer/typographical/blob/master/_pages/archive.html) under `_pages`. Copy the code from this repository. Not doing this will result in broken links in the navigation. ### Fork method 1. Fork this repository 2. Delete the `typographical.gemspec` file. 3. Configure the Gemfile appropriately. (Basically, include the gems specified in the `gemspec` file, in the right format.) ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/theramiyer/typographical. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## Development To set up your environment to develop this theme, run `bundle install`. Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal. When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled. To add a custom directory to your theme-gem, please edit the regexp in `typographical.gemspec` accordingly. ## License The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

近期下载者

相关文件


收藏者