Project

brume

0.2
No commit activity in last 3 years
No release in over 3 years
It's simple. It's easy to use. It's a Jekyll theme.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 10.0

Runtime

~> 3.4
 Project Readme

brume

I am not a designer so I cannot impress you with breathtaking Jekyll themes, but brume is something that just came to my mind and I had to build it. It is a clean and simple theme, which has an index page that lists all your blog posts divided by the year, a single post page and a layout for any additional pages you might need.

This is how the "Home" page looks like.

Home

And this is a single post.

Post

Post. More content examples.

Usage

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.

  1. 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.
  2. 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 with layout: home. If you want the home page to be listed in the navigation you have to add title 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.

Theme customization

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!