Skip to content

PolymathicAI/PolymathicAI.github.io

Repository files navigation

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 avaialable.

Development

To start the development workflow, run:

bundle exec jekyll serve --livereload

Production

To build the project, run:

bundle exec jekyll build