Skip to content
This repository has been archived by the owner on Jun 1, 2019. It is now read-only.

Latest commit

 

History

History
39 lines (32 loc) · 992 Bytes

README.md

File metadata and controls

39 lines (32 loc) · 992 Bytes

Ace

A Jekyll theme (3.2+), using the official Jekyll theme implementation.

Ace

Installation

  1. Install Jekyll: gem install jekyll
  2. Install Ace: gem install ace-theme
  3. Add the theme to your configuration:
theme: ace-theme
  1. Enable pagination in your configuration:
gems: [jekyll-paginate]
paginate: 5
paginate_path: '/:num'
  1. Import the theme in your main css file:
// At the bottom of your file:
@import "ace";
  1. Finally, run the server and see your changes:
jekyll serve

You should have a server up and running locally at http://localhost:4000.

Customization

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.