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.
To use Stately on your site, install the Ruby Gem and update your _config.yml
file to use the theme:
Gemfile
:
gem "stately-jekyll"
or install it globally with:
$ gem install stately-jekyll
_config.yml
file:
theme: stately-jekyll
Gemfile
:
$ bundle
$ bundle exec jekyll serve
or
$ jekyll serve
http://localhost:4000
See Configuration for instructions on how to edit your _config.yml
to configure Stately’s custom features.
See the README for more information.
The theme is available as open source under the terms of the MIT License.
Help improve its content by opening a Pull Request on GitHub.