added more themes, update readme.md
This commit is contained in:
parent
b203448fe6
commit
332cec838a
20 changed files with 1248 additions and 88 deletions
23
config.toml
23
config.toml
|
@ -2,4 +2,25 @@
|
|||
base_url = "https://example.com"
|
||||
|
||||
# Whether to automatically compile all Sass files in the sass directory
|
||||
compile_sass = true
|
||||
compile_sass = true
|
||||
|
||||
taxonomies = [
|
||||
{name = "categories"},
|
||||
{name = "tags", paginate_by = 5, rss = true},
|
||||
{name = "authors", rss = true},
|
||||
]
|
||||
|
||||
build_search_index = true
|
||||
|
||||
[extra]
|
||||
zulma_themes = ["default", "darkly", "flatly", "pulse", "simplex", "lux", "slate", "solar", "superhero"]
|
||||
|
||||
zulma_menu = [
|
||||
{url = "$BASE_URL/categories", name = "Categories"},
|
||||
{url = "$BASE_URL/tags", name = "Tags"},
|
||||
{url = "$BASE_URL/authors", name = "Authors"}
|
||||
]
|
||||
zulma_brand = {text = "Home"}
|
||||
zulma_title = "My Blog"
|
||||
zulma_theme = "darkly"
|
||||
zulma_allow_theme_selection = true
|
Loading…
Add table
Add a link
Reference in a new issue