Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Clean and simple Jekyll blog theme with a year-grouped post index, single-post layout, and customizable color schemes.
Brume is a minimal Jekyll blog theme by aigarsdz that groups all blog posts by year on the home page and provides a clean single-post layout plus a generic page layout for static content.
Brume is a clean and simple Jekyll theme designed for blogging. It takes your Markdown or HTML posts and renders a home page that lists posts divided by year, a single post page, and additional pages via a shared page layout. The theme is built by developer aigarsdz and distributed as a standard Jekyll theme, installable through the normal Jekyll theme installation workflow.
_data/links.yml file; creating this data file with the proper entries enables the navigation menu to appear.home layout, matching the default Jekyll theme convention; you just create an index.html or index.md with layout: home in front matter.title to the home page front matter that matches the link title in links.yml makes the current page indicator work in the navigation.color_scheme in _config.yml; avocado is the default._posts folder, and brume renders a year-grouped archive on the home page.color_scheme setting in _config.yml to swap link colors between azul, ruby, amber, and avocado without touching CSS.Brume works like any standard Jekyll theme: install it, create an index.html or index.md with layout: home, and add a _data/links.yml file with your navigation links. The theme uses front matter to match the home page title to a navigation link, which highlights the current page. Posts placed in the Jekyll _posts directory are automatically grouped by year on the home page.
