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

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.

Awesome Lists containing this project

README

          

# Site-Skeleton-Hugo-Bootstrap

[![Netlify Status](https://api.netlify.com/api/v1/badges/776e7def-70c0-4864-9347-155c3c46dc97/deploy-status)](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`