raphaelmartin / ace

Ace: A Jekyll theme.

Home Page:http://aliou.github.io/ace/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Ace: A Jekyll theme.

http://aliou.github.io/ace/

License:MIT License


Languages

Language:CSS 81.6%Language:HTML 16.8%Language:Ruby 1.7%