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.
Installation
Installation is straightforward. There are three modes in which you can use the theme.
- As a Ruby Gem. (Recommended)
- As a GitHub remote theme.
- 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.
- Add this line to your Jekyll site’s
Gemfile
:
gem "typographical"
- Install the gems and dependencies:
$ bundle
- And add this line to your Jekyll site’s
_config.yml
:
theme: typographical
permalink: /:year-:month-:day/:title
paginate: 5
Remove any other theme:
lines in your _config.yml
- Create two pages,
about.md
andarchive.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.
- Add the following lines to your
Gemfile
:
gem "jekyll-remote-theme"
gem "jekyll-paginate"
- Install the gems:
$ bundle
- In your
_config.yml
, add the following:
remote_theme: theramiyer/typographical
permalink: /:year-:month-:day/:title
paginate: 5
plugins:
- jekyll-paginate
- jekyll-remote-theme
- Remove any other
theme:
orremote_theme:
lines. - Create two pages,
about.md
andarchive.html
under_pages
. Copy the code from this repository. Not doing this will result in broken links in the navigation.
Fork method
- Fork this repository
- Delete the
typographical.gemspec
file. - Configure the Gemfile appropriately. (Basically, include the gems specified in the
gemspec
file, in the right format.)
Looking for Support or Custom Solutions?
We specialize in creating stunning, fully-customized Jekyll websites tailored to your needs.
If you need assistance with setup, customization, or support, don't hesitate to contact us.
CONTACT US