diff --git a/hugo.toml b/hugo.toml index 39f02a5..ac2cf54 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,7 @@ baseURL = 'https://jouf.fr/accueil' languageCode = 'fr-FR' DefaultContentLanguage = "fr" -title = 'Le site de stan' +title = 'JOUF.FR' theme = "hugo-theme-techdoc" hasCJKLanguage = true @@ -36,6 +36,8 @@ enableMissingTranslationPlaceholders = false # Documentation Menu section # Menu style settings + # open menu has always its items expanded + # slide menu has a button to expand/collapse each menu item menu_style = "slide-menu" # "open-menu" or "slide-menu" or "" blank is as no sidebar # Date format diff --git a/layouts/partials/head.html b/layouts/partials/head.html index eb64919..59acd31 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -15,6 +15,7 @@ + {{ partial "meta/chroma.html" . -}} diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..c70a1df Binary files /dev/null and b/static/favicon.png differ