aboutsummaryrefslogblamecommitdiffhomepage
path: root/config.toml
blob: 3e8704aebbd55eb64655223390d7a53c06707218 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                    



                           

              



                      

                         






                     
                                              

                                                                



                             
base_url = "https://memzero.de/blog"

title = "memzero"
description = "Cow says .*"

theme = "hyde"

taxonomies = [
    { name = "tags" },
]

compile_sass = true
build_search_index = true

[markdown]
highlight_code = true
#highlight_theme

[extra]
hyde_links = [
    { url = "$BASE_URL/tags", name = "Tags" },
    { url = "https://github.com/johannst", name = "GitHub" },
    { url = "https://twitter.com/xjohannst", name = "Twitter" },
]
#hyde_theme = "theme-base-0d"

# vim:ft=config