summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-08-15 01:50:22 -0400
committerLibravatar Silas Bartha <[email protected]>2024-08-15 01:50:22 -0400
commit6d2f00dfe6d3279d2239cf0135dcd017d1bae46b (patch)
tree9040825448ace79226fa7bcfc2dd39c3cf7de589 /config.toml
parente2f7f90c4a14883c30acab7353ac6e8d645a715c (diff)
project page + pomd page
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 9c86351..f6740e7 100644
--- a/config.toml
+++ b/config.toml
@@ -7,6 +7,11 @@ compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
+taxonomies = [
+ { name = "categories", render = false },
+ { name = "languages", render = false },
+]
+
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola