An open API service indexing awesome lists of open source software.

https://github.com/vsoch/sb-admin-jekyll

Bootstrap 4 theme, sb-admin, Jekyll version
https://github.com/vsoch/sb-admin-jekyll

jekyll sb-admin template

Last synced: about 1 year ago
JSON representation

Bootstrap 4 theme, sb-admin, Jekyll version

Awesome Lists containing this project

README

          

# SB Admin Jekyll

This is a Jekyll version of the beautiful [sb-admin](https://startbootstrap.com/themes/sb-admin-2/)
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.

![assets/img/theme/sb-admin-jekyll-1.png](assets/img/theme/sb-admin-jekyll-1.png)

## License

The original site, Startbootstrap Admin 2, is developed by [Blackrock Digital](https://github.com/BlackrockDigital/startbootstrap-sb-admin-2) and the [LICENSE](BLACKROCK-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 . If you are having trouble try `rm -rf _site`, followed by `bundle update`, then `bundle exec jekyll serve`.