Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 585 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 585 Bytes

Sera - Jekyll Theme

System Preparation

To use this project, you'll need the following things installed on your machine.

  1. Jekyll - $ gem install jekyll bundler
  2. Jekyll-Gems - $ bundle install

Usage

Since this is a Jekyll theme, every command described in the Jekyll documentation is available.

Development

To start the development workflow, run:

bundle exec jekyll serve --livereload

Production

To build the project, run:

bundle exec jekyll build