diff --git a/config.toml b/config.toml index aac6322..88f5f93 100644 --- a/config.toml +++ b/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 \ No newline at end of file +compile_sass = true \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index f52a8f4..2999bb3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,10 +16,6 @@ {% block title %}{{ config.title }}{% endblock title %} - {% for theme in config.extra.zulma_themes %} - - {% endfor %} - {% block css %} {{ index_macros::css() }} {% endblock css %} diff --git a/theme.toml b/theme.toml index 2fdd0db..b700251 100644 --- a/theme.toml +++ b/theme.toml @@ -1,4 +1,7 @@ name = "Zulma" description = "A zola theme based off bulma.css" license = "MIT" -min_version = "0.6.0" \ No newline at end of file +min_version = "0.6.0" + +[extra] +zulma_themes = ["default", "darkly", "flatly", "pulse", "simplex"]