A Jekyll theme (3.2+), using the official Jekyll theme implementation.
- Install Jekyll:
gem install jekyll - Install Ace:
gem install ace-theme - Add the theme to your configuration:
theme: ace-theme- Enable pagination in your configuration:
gems: [jekyll-paginate]
paginate: 5
paginate_path: '/:num'- Import the theme in your main css file:
// At the bottom of your file:
@import "ace";- Finally, run the server and see your changes:
jekyll serveYou should have a server up and running locally at http://localhost:4000.
Next you'll want to change a few things. Most of them can be changed directly in _config.yml.
That's where you will put the name, the URL and the description of your blog and other settings.
