From c21f7b901280dddbf7ae1288f07361ab28623003 Mon Sep 17 00:00:00 2001 From: Gardient Date: Sun, 18 Feb 2018 12:36:15 +0200 Subject: [PATCH] added README.md --- README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c11185 --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +# Hugo Bootswatch Slate + +## Configuration + +Added config properties with their defaults: + +``` toml +[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 + +- [x] Set up base template + - [x] Set top nav + - [x] auto generate menu's from `main` + - [x] configurable brand (can be hidden or custom, defaults to site title) + - [x] top nav can be configured to be sticky + - [x] css in top, js at the end of body + - [x] default google analitycs template added to base + - [x] added highlight.js +- [x] Set up homepage template +- [ ] Complete readme +- [ ] Add list page template to post section +- [ ] Add taxonomy templates