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
- Host: GitHub
- URL: https://github.com/vsoch/sb-admin-jekyll
- Owner: vsoch
- License: mit
- Created: 2019-08-09T21:03:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-11T19:57:42.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T06:51:12.356Z (about 1 year ago)
- Topics: jekyll, sb-admin, template
- Language: CSS
- Homepage: https://vsoch.github.io/sb-admin-jekyll/
- Size: 2.11 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.

## 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`.