A Jekyll version of the "Prologue" theme by HTML5 UP
Prologue is a simple, single page responsive site template that has been converted into a blog-aware Jekyll theme by Chris Bobbe. It features a clean, minimalistic design and a sticky sidebar with navigation-linked scrolling. The theme includes various features such as blogging and multi-page capabilities, integration with Formspree.io for contact forms, customizable homepage sections with cover photos, and automatic search engine optimization (SEO) meta tags. It also comes with built-in Google Analytics and a custom 404 page.
There are two ways to get started with Prologue:
jekyll-theme-prologue
gem. Instructions can be found in the Jekyll documentation. After running bundle install
, you can locate the theme files by running open $(bundle show jekyll-theme-prologue)
. A sample \_config.yml
file is included with the gem, and you can activate it by moving it to your project’s root directory.theme: jekyll-theme-prologue
with remote_theme: chrisbobbe/jekyll-theme-prologue
in the provided \_config.yml
. Make sure to set the url
and base_url
for your own website in \_config.yml
. For local testing, leave them blank. You will also need to add a photo/avatar to your project and specify its path in the \_config.yml
file.To build your homepage with Prologue, make sure your \_config.yml
file includes the line collections: [sections]
. This tells Jekyll to look for content in the \_sections
folder that you can create in your project’s root directory. You can add content to your homepage by creating HTML or Markdown documents in the \_sections
folder. Each section can have a cover photo by adding cover-photo: path/to/photo.jpg
and providing an alt text with cover-photo-alt
.
Prologue is a Jekyll theme based on the Prologue HTML5 UP template. It offers a clean and minimalistic design, with a sticky sidebar for easy navigation. The theme includes various features such as blogging support, integration with Formspree.io for contact forms, customizable homepage sections with cover photos, automatic SEO meta tags generation, built-in Google Analytics, and a custom 404 page. Installation can be done either through the gem or by cloning the GitHub repository. With Prologue, you can quickly create a responsive and feature-rich website or blog.