extra config option to allow users to select their own style

This commit is contained in:
Robert Clarke 2019-05-06 00:23:38 +00:00
parent e5b09a5d60
commit bb48d3da34
10 changed files with 153 additions and 61 deletions

View file

@ -2,4 +2,13 @@
base_url = "https://example.com"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
compile_sass = true
build_search_index = true
[extra]
zulma_title = "Blog"
zulma_brand = { image = "$BASE_URL/images/bulma.png", text = "Home" }
zulma_theme = "darkly"
zulma_themes = ["default", "darkly", "flatly", "pulse", "simplex"]
zulma_allow_theme_selection = true