Jekyll Template for Project Websites

Simple and modern design for publishing blog posts, documentation and many more things for your project. You can now clone and start to create a website for your project like this one.

Learn more

What is Jekyll?

Jekyll is a simple, blog-aware, static site generator. It takes a template directory containing raw text files in various formats, runs it through a converter (like Markdown) and our Liquid renderer, and spits out a complete, ready-to-publish static website suitable for serving with your favorite web server. Jekyll also happens to be the engine behind GitHub Pages, which means you can use Jekyll to host your project’s page, blog, or website from GitHub’s servers for free.


Easy to install and publish

Get started by clonening source into GitHub account of your project. Thanks to GitHub Pages, it will be automatically compiled and publsihed under your project's subdomain on `github.io`.

Modular Styling and Templating

This template uses bootstrap-sass along with Bootwatch themes. You can change the theme or write your custom by overwriting bootstrap sass variables for different color set, font options, etc.

Git based source control

Leverege from Git version control system by maintaining your documentation along with the source code; publish the page when you merge to the master branch.