diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 16:51:09 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 16:51:09 +0200 |
commit | c01affb4c8bd6c907d7f00c85d38372370c2070f (patch) | |
tree | 6420b8dcc559da4fa050ef03af7a24b53ca1f1d2 /config.toml | |
parent | 2c6e3da7d61f1d0eaf3ea8aeb72657aa7aa85b93 (diff) | |
download | guide.deuxfleurs.fr-c01affb4c8bd6c907d7f00c85d38372370c2070f.tar.gz guide.deuxfleurs.fr-c01affb4c8bd6c907d7f00c85d38372370c2070f.zip |
Écriture du wiki en cours...
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 6b5bdad..9a702b0 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,8 @@ compile_sass = true # Whether to build a search index to be used later on by a JavaScript library build_search_index = true +title = "Manuel Deuxfleurs" + [markdown] # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola |