thème: paramètre et affiche un menu
parmètre le menu dans le fichier `config.toml` et utilise la nouvelle version du thème qui améliore la disposition et la logique du menu. Co-Authored-by: iGor milhit <igor@milhit.ch>web-fediverse-moi
parent
982be48574
commit
587ca11fbc
16
config.toml
16
config.toml
|
@ -6,6 +6,21 @@ theme = "portfoliGor"
|
||||||
enableGitInfo = true
|
enableGitInfo = true
|
||||||
paginate = 0
|
paginate = 0
|
||||||
|
|
||||||
|
[menu]
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = 'blog'
|
||||||
|
name = 'Blog'
|
||||||
|
title = 'La section blog'
|
||||||
|
url = '/blog/'
|
||||||
|
weight = -110
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = 'categories'
|
||||||
|
name = 'Catégories'
|
||||||
|
title = 'La liste des catégories'
|
||||||
|
url = '/categories/'
|
||||||
|
weight = 0
|
||||||
|
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "iGor milhit"
|
name = "iGor milhit"
|
||||||
email = "igor@milhit.ch"
|
email = "igor@milhit.ch"
|
||||||
|
@ -22,6 +37,7 @@ lastmod = [":git", "lastmod"]
|
||||||
unsafe= true
|
unsafe= true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
Description = "Site web personnel d'iGor milhit."
|
Description = "Site web personnel d'iGor milhit."
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7bba092f68488116a7b010ee4bdddd7c1cbee071
|
Subproject commit c0f6de2ab1977de839ade035c4d60596e3cea331
|
Loading…
Reference in New Issue