removed development options from cargo.toml
This commit is contained in:
parent
5cec8e5466
commit
7504ab47b0
3 changed files with 5 additions and 15 deletions
11
config.toml
11
config.toml
|
@ -2,13 +2,4 @@
|
|||
base_url = "https://example.com"
|
||||
|
||||
# Whether to automatically compile all Sass files in the sass directory
|
||||
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
|
||||
compile_sass = true
|
Loading…
Add table
Add a link
Reference in a new issue