Krypton is a theme for Jekyll adapted from the Bulma based theme with the same name from the good folks at CSS Ninja.
You can either:
- Clone the repo using the following command
git clone https://github.com/thypirate/krypton-jekyll.git
. - Download, Fork or Clone on Github.
- You can edit and add new entries like Jekyll plugins in the
_config.yml
to suit your needs.
While in the root of you site execute the following commands to build:
bundle install
- Install the dependencies with Bundler.bundle exec jekyll serve
- Build the site and make it available on a local server athttp://localhost:4000
.