Our fork of the Jackal theme.
- Github for the theme: https://clenemt.github.io/jackal/
- Demo of the theme: https://clenemt.github.io/jackal/
- Creator: http://clenemt.com
To run this locally:
- clone this repo
- run
bundle install
(you need ruby 2.1+ I think) - run
bundle exec jekyll serve
to view the website at localhost:4000
Alternatively, you can run locally using nix. Simply run: nix-shell
to serve the site at localhost:4000. If the dependencies have been updated, it may be necessary to run nix-shell -p bundix --run 'bundix'
to update gemset.nix.
See the global template options inside config.yml
first thing.
Jackal also supports the following Front Matter options,
for pages:
- title (the page title)
- subtitle (the page h1)
- desc (for a SEO description /= excerpt)
for posts:
- microtitle (for a page title /= title)
- desc (for a manual excerpt and SEO description)
See Front Matter and configuration for more information.