Update config.toml

This commit is contained in:
June Hardy 2020-07-26 11:49:59 +02:00
parent 60072d5d0c
commit 65f5b4831d
1 changed files with 5 additions and 3 deletions

View File

@ -11,13 +11,15 @@ highlight_code = false
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
theme "sam"
theme = "sam"
title = "Mutu NS"
[extra]
# Put all your custom variables here
sam_menu = [
{ text= "About (en)", link = "/about" },
{ text= "À propos", link = "/about-fr" }
{ text = "About", link = "/about" },
{ text = "À propos", link = "/about-fr" }
]
sam_bottom_menu = true