1.0 KiB
1.0 KiB
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
- auto generate menu's from
- css in top, js at the end of body
- default google analitycs template added to base
- added highlight.js
- Set top nav
- Set up homepage template
- Post summry template
- Complete readme
- Add list page template to post section
- Add taxonomy templates