Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 827 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 827 Bytes

What is this?

This is the Bootstrap3 based theme for Hugo.

This theme "begin" was forked from here and subsequently modified for my needs.

Changelog

The following provides an overview of my changes:

  1. Footer is now a simple partial that takes the following parameters:
 [params]
     footerImprintLabel = "Impressum"
     footerPrivacyLabel = "Datenschutzerklärung"
     footerLicenseLabel = "Lizenz"
  1. 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"
  1. Removed significant amounts of formatting from the listing pages for a cleaner, simpler article listing.