forked from aigarsdz/brume
Brume can be installed just like any other Jekyll theme as described here, but there are a couple of additional steps you have to take.
- All the links are defined in a file _data/links.yml, therefore you'll have to create a _data directory and put this file there in order for navigation to be displayed.
- Brume uses
home
layout for the home page (like the default Jekyll theme). All you need to do is create an index.html or index.md file withlayout: home
. If you want the home page to be listed in the navigation you have to addtitle
to it's front matter that matches the title you used for the home page link in the links.yml file. Titles are used to indicate the current page.
This theme has 4 predefined colors that can be used for links:
- azul
- ruby
- amber
- avocado
By default it uses avocado, but if you want to select another one just change the color_scheme
setting in
_config.yml file.
Express your thoughts about brume on Twitter @aigarsdz, and help me make it better!