https://github.com/ryanfleck/site-skeleton-hugo-bootstrap
SSG Skeleton utilizing the Hugo engine and Bootstrap.
https://github.com/ryanfleck/site-skeleton-hugo-bootstrap
bootstrap hugo
Last synced: 10 months ago
JSON representation
SSG Skeleton utilizing the Hugo engine and Bootstrap.
- Host: GitHub
- URL: https://github.com/ryanfleck/site-skeleton-hugo-bootstrap
- Owner: RyanFleck
- License: mit
- Created: 2019-02-13T01:54:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T21:19:27.000Z (about 7 years ago)
- Last Synced: 2025-03-28T07:31:42.297Z (about 1 year ago)
- Topics: bootstrap, hugo
- Language: HTML
- Homepage: https://hugo-bootstrap.netlify.com/
- Size: 8.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Site-Skeleton-Hugo-Bootstrap
[](https://app.netlify.com/sites/hugo-bootstrap/deploys)
Demo live at
Utilizing Hugo `0.54.0`
SSG Skeleton utilizing the Hugo engine and Bootstrap.
I'm glad you've stumbled upon my *hugo* theme. Hugo has a few advangages over my previous staple SSG, *Jekyll*, and so I am migrating to it. This template has been built with the following features:
1. The **navbar** is sticky and has the usual BootStrap scroll-open menu. It is populated with all of the pages at the content root, plus a link to each section's index. No additional programming is needed to add pages to the navbar/menu.
2. All important text on the site is pulled from `config.toml`, so you (the user) don't have to dig through tons of HTML to change, for instance, the site title. This is certainly best practice, but this is my first reusable template, and I forgot about this important step at first.
3. **BootStrap!** Customizing this template is easy, as bootstrap has been included for easy container and element management.
Develop using `hugo server --watch`