Files
hugo-bootswatch-slate/README.md
2018-02-18 12:36:15 +02:00

995 B

Hugo Bootswatch Slate

Configuration

Added config properties with their defaults:

[params]
# show brand
showbrand = true

# custom brand html code, defaults to page title
brand = 'page title'

# whether the top nav should be fixed
fixednav = false

# subtitle on the main page
subtitle = ''

# highlight.js
## highlight.js style (ex: 'vs2015')
highlightjs = ''
## highlight.js languages
highlightjs_extra_languages = []

# your custom javascript
custom_js = []

#your custom css
custom_css = []

TODO

  • Set up base template
    • Set top nav
      • auto generate menu's from main
      • configurable brand (can be hidden or custom, defaults to site title)
      • top nav can be configured to be sticky
    • css in top, js at the end of body
    • default google analitycs template added to base
    • added highlight.js
  • Set up homepage template
  • Complete readme
  • Add list page template to post section
  • Add taxonomy templates