From 60072d5d0c550331684b3cc5f072af38b0878332 Mon Sep 17 00:00:00 2001 From: June Date: Sun, 26 Jul 2020 11:21:23 +0200 Subject: [PATCH] Update Zola config --- config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.toml b/config.toml index f6b737e..570f8d8 100644 --- a/config.toml +++ b/config.toml @@ -11,5 +11,13 @@ highlight_code = false # Whether to build a search index to be used later on by a JavaScript library build_search_index = false +theme "sam" + +title = "Mutu NS" + [extra] # Put all your custom variables here +sam_menu = [ + { text= "About (en)", link = "/about" }, + { text= "À propos", link = "/about-fr" } +]