Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Latest commit

 

History

History
56 lines (43 loc) · 1.38 KB

docs.md

File metadata and controls

56 lines (43 loc) · 1.38 KB
title layout nav parent permalink
Docs
page-two-col
true
Docs
docs/

Documentation

Stately is a Jekyll theme built with Liquid templating, Sass, and a sprinkle of Javascript. It is distributed as a Ruby gem, or on GitHub. {: .text-intro }

Getting started

To use Stately on your site, install the Ruby Gem and update your _config.yml file to use the theme:

  1. Add this line to your Jekyll site's Gemfile:
gem "stately-jekyll"

or install it globally with:

$ gem install stately-jekyll
  1. Then, add this line to your Jekyll site's _config.yml file:
theme: stately-jekyll
  1. Install the Gem and dependancies if you are using a Gemfile:
$ bundle
  1. Start your local Jekyll server:
$ bundle exec jekyll serve

or

$ jekyll serve
  1. Point your web browser to http://localhost:4000

See [Configuration]({{ "/docs/1-configuration" | relative_path }}) for instructions on how to edit your _config.yml to configure Stately's custom features.

Contributing to Stately

See the README for more information.

Licensing

The theme is available as open source under the terms of the MIT License.