Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 1.15 KB

File metadata and controls

17 lines (8 loc) · 1.15 KB

Bellman toolbox website

This is the code for Bellman toolbox website at bellman.dev. Bellman toolbox itself can be found here. Documentation for Bellman is also part of the website, latest documentation can be found here.

The site is build with Jekyll, using an adapted Kross jekyll Creative Portfolio Template ported from Themefisher (for original source files see GitHub repo).

Deploy

To run the website locally, checkout the branch and run bundle install to install the dependencies, then run jekyll serve or bundle exec jekyll serve to start the Jekyll server.

Check the Deployment Methods page on Jekyll website.

License

Copyright 2019 Themefisher (https://themefisher.com/), licensed under MIT (https://github.com/Bellman-devs/Bellman-devs.github.io/blob/master/LICENSE.txt). We are grateful for their template which we handily updated to suit our needs.