This is the Bootstrap3 based theme for Hugo.
This theme "begin" was forked from here and subsequently modified for my needs.
The following provides an overview of my changes:
- Footer is now a simple partial that takes the following parameters:
[params]
footerImprintLabel = "Impressum"
footerPrivacyLabel = "Datenschutzerklärung"
footerLicenseLabel = "Lizenz"
- Modified the sidebar and listing templates such that pages can be optionally excluded from the listing. Adding the following parameter to a page's frontmatter will exclude it:
ExcludeFromPostListing: "true"
- Removed significant amounts of formatting from the listing pages for a cleaner, simpler article listing.