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" } +]