diff --git a/config.toml b/config.toml index 1569b8a..30a1bfc 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" [extra] # Put all your custom variables here +extra] +sam_menu = [ + { text = "À propos", link = "/about" }, + { text = "Blog", link = "/posts" }, + { text = "Portail", link = "https://lacoloc.cafe/yunohost/sso" }, + { text = "Sources", link = "https://labo.lacoloc.cafe/june/hall_lacoloc" } +]