diff --git a/config.toml b/config.toml index 893c195..0bc9d39 100644 --- a/config.toml +++ b/config.toml @@ -6,6 +6,21 @@ theme = "portfoliGor" enableGitInfo = true 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] name = "iGor milhit" email = "igor@milhit.ch" @@ -22,6 +37,7 @@ lastmod = [":git", "lastmod"] unsafe= true + [params] Description = "Site web personnel d'iGor milhit." diff --git a/themes/portfoliGor b/themes/portfoliGor index 7bba092..c0f6de2 160000 --- a/themes/portfoliGor +++ b/themes/portfoliGor @@ -1 +1 @@ -Subproject commit 7bba092f68488116a7b010ee4bdddd7c1cbee071 +Subproject commit c0f6de2ab1977de839ade035c4d60596e3cea331