Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple blog template for Jekyll based on Twitter Bootstrap 3.
Rifyll is a minimal blog template for Jekyll that pairs the static-site generator with Twitter Bootstrap 3.2.0 and Font Awesome 4.2.0 to produce a responsive personal blog with a separate about-me page.
Rifyll is a Jekyll-based blog template that outputs a static website using Twitter Bootstrap 3.2.0 for its layout and Font Awesome 4.2.0 for icons. It takes Markdown posts (with .md or .markdown extensions) placed in the _posts directory and renders them into a blog homepage with post thumbnails. The template also includes a personal about-me page whose content is driven by the _data/personal.yml file. The demo is hosted at itsrifat.github.io/rifyll.
Rifyll follows the standard Jekyll flow: you fork the repository, update _config.yml (specifically logo_location), and customize _data/menu.yml and _data/personal.yml. To publish, create a .md or .markdown file in the _posts directory with a thumbnail image declared in its front matter; Jekyll then builds a static site that shows that thumbnail on the homepage. The built output is plain HTML, CSS, and JavaScript, ready to host anywhere Jekyll supports.
