Fork me on GitHub

This is a flat HTML blog site. It uses no database and loads quickly. The site is assembled with Jekyll after being written in HTML, Liquid, and Markdown. It uses Sass for the CSS and the base styles are from Bootstrap framework. Font Awesome is used for scaleable vector icons, and Animate.css is used in conjuction with Wow.js to provide animated elements. The site’s .htaccess utilizes static asset caching to further improve performance.

The site is a work in progress and currently has had no compression or minification done on code or images.

<h1>This is an example code block!<h1>
<p>It's not actually rendered as html</p>

Read the Jekyll Bootstrap API

Continue