summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-06-01 13:22:28 +0200
committerHarald Eilertsen <haraldei@anduin.net>2020-06-01 13:22:28 +0200
commitf2a5eb6dc20bfb9fb084671fadc11156232375b5 (patch)
tree4ffc73f93708046c915dc1f9fe0ebe88ff2617e3 /config.toml
parent386aa9a423f1ab1566fc2f09cb35ee7d510d9403 (diff)
downloadrabalderz-f2a5eb6dc20bfb9fb084671fadc11156232375b5.tar.gz
rabalderz-f2a5eb6dc20bfb9fb084671fadc11156232375b5.tar.bz2
rabalderz-f2a5eb6dc20bfb9fb084671fadc11156232375b5.zip
Use Zola translation system to translate more prompt.
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml13
1 files changed, 12 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 66db5ff..4343b80 100644
--- a/config.toml
+++ b/config.toml
@@ -12,11 +12,22 @@ compile_sass = true
highlight_code = true
# Whether to build a search index to be used later on by a JavaScript library
-build_search_index = true
+# build_search_index = true
taxonomies = [
{ name = "tags", rss = true },
]
+languages = [
+ { code = "nb", feed = true },
+ { cdoe = "en", feed = true },
+]
+
+default_language = "nb"
+
+[translations]
+nb = { moreprompt = "Les mer..." }
+en = { moreprompt = "More..." }
+
[extra]
# Put all your custom variables here