sb-admin-jekyll

sb-admin-jekyll

Bootstrap 4 theme, sb-admin, Jekyll version

SB Admin Jekyll

This is a Jekyll version of the beautiful sb-admin provided by Startbootrap for Boostrap 4. It's been modified for Jekyll use, meaning that graphs are generated from data, and the main content (with posts) is supported.

License

The original site, Startbootstrap Admin 2, is developed by Blackrock Digital and the LICENSE is included here. The Jekyll version and other customizations are done by @vsoch.

Previewing the Site Locally

In the top level directory of your forked repository run jekyll serve or bundle exec jekyll serve and browse to http://localhost:4000. If you are having trouble try rm -rf _site, followed by bundle update, then bundle exec jekyll serve.