This is a demo page showing the sidebar.
To show the sidebar set show_sidebar to true in the page’s frontmatter.
title: Page With Sidebar
subtitle: A demo page with a sidebar
layout: page
show_sidebar: true
A demo page with a sidebar
This is a demo page showing the sidebar.
To show the sidebar set show_sidebar to true in the page’s frontmatter.
title: Page With Sidebar
subtitle: A demo page with a sidebar
layout: page
show_sidebar: true
Latest Posts
I created Bulma Clean Theme as a theme for my own website and decided to open source it so others could use it as well. One of the key things I wanted to do was to create a theme that worked with GitHub Pages, which also means that you can also use it as a docs site for your project.
I’ve been meaning to write about some of the new features I have been rolling out to my Jekyll theme, Bulma Clean Theme, for a while but I have only just managed to push the update for the landing page layout last weekend. This article provides some of the thinking behind the updates, as well as a brief introduction to how to get started.
I have made a theme for Jekyll which is based on the Bulma frontend framework. It might look familiar, because I am also using it for this site. If you like the look of this theme then I thought I would write a little blog post about how to use it for your own site and how you can use it with GitHub Pages.