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 bundler
jekyll new mysite
cd mysite
bundle exec jekyll serve
gem "minima"
with this:gem "overkyll-jekyll-theme"
bundle install
_config.yml
and change the line theme: minima
to this:theme: overkyll-jekyll-theme
NOTE 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-theme
Jekyll requires Ruby so make sure Ruby is installed before you begin.
git clone https://github.com/bertrandkeller/overkyll-jekyll-theme.git
cd overkyll-jekyll-theme
bundle install
bundle exec jekyll serve