Fast and light, it can be use for a small blog or as a theme for starting a bigger site. Find the code of overkyll on Github
It implements this differents technologies :
Jekyll requires Ruby so make sure Ruby is installed before you begin.
gem install jekyll bundlerjekyll new mysitecd mysitebundle exec jekyll servegem "minima" with this:gem "overkyll-jekyll-theme"bundle install_config.yml and change the line theme: minima to this:theme: overkyll-jekyll-themeNOTE This requires you to be upgraded to at least Jekyll 3.3 which added support for themes and assets.
gem "minima" with this:gem "overkyll-jekyll-theme"bundle install_config.yml and change the line theme: minima to this:theme: overkyll-jekyll-themeJekyll requires Ruby so make sure Ruby is installed before you begin.
git clone https://github.com/bertrandkeller/overkyll-jekyll-theme.gitcd overkyll-jekyll-themebundle installbundle exec jekyll serve