Gardient 83de4ef633 set up base template
- set up top nav
  - auto generate menu 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
2018-02-18 12:39:17 +02:00
2018-02-18 12:39:17 +02:00
2018-02-18 12:39:17 +02:00
2018-02-17 23:25:30 +02:00
2018-02-17 23:25:30 +02:00
2018-02-17 12:54:16 +02:00
2018-02-17 23:25:30 +02:00
2018-02-18 12:36:15 +02:00
2018-02-17 23:25:30 +02:00

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
Description
A hugo theme based on the Slate Bootswatch theme
Readme 64 KiB
Languages
HTML 98.4%
CSS 0.9%
JavaScript 0.7%