Remplacement des liens Github vers ma forge perso !
This commit is contained in:
parent
7250fc477d
commit
07a19c800f
4 changed files with 73 additions and 12 deletions
10
hugo.toml
10
hugo.toml
|
@ -14,14 +14,14 @@ enableMissingTranslationPlaceholders = false
|
|||
|
||||
# Source Code repository section
|
||||
description = "Bienvenue chez moi"
|
||||
github_repository = "https://github.com/thingsym/hugo-theme-techdoc"
|
||||
git_repository = "https://git.jouf.fr/stanislas/site-jouf"
|
||||
version = "0.1.0"
|
||||
|
||||
# Documentation repository section
|
||||
# documentation repository (set edit link to documentation repository)
|
||||
github_doc_repository = "https://github.com/thingsym/hugo-theme-techdoc"
|
||||
github_doc_repository_branch = "master"
|
||||
github_doc_repository_path = ""
|
||||
git_doc_repository = "https://git.jouf.fr/stanislas/site-jouf"
|
||||
git_doc_repository_branch = "main"
|
||||
git_doc_repository_path = ""
|
||||
|
||||
# Open Graph and Twitter Cards settings section
|
||||
# Open Graph settings for each page are set on the front matter.
|
||||
|
@ -36,7 +36,7 @@ enableMissingTranslationPlaceholders = false
|
|||
|
||||
# Documentation Menu section
|
||||
# Menu style settings
|
||||
menu_style = "open-menu" # "open-menu" or "slide-menu" or "" blank is as no sidebar
|
||||
menu_style = "slide-menu" # "open-menu" or "slide-menu" or "" blank is as no sidebar
|
||||
|
||||
# Date format
|
||||
dateformat = "02/01/2006" # default "2 Jan 2006"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue