From 95b83c3d6a79d6b6207e44c317cb6c85d00c7f14 Mon Sep 17 00:00:00 2001 From: June Hardy Date: Tue, 9 Jun 2020 00:42:25 +0200 Subject: [PATCH] Configuration de sam --- config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) 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" } +]