Fix baseURL
parent
1758765da7
commit
138d876444
2
hugo.yml
2
hugo.yml
|
|
@ -1,7 +1,7 @@
|
||||||
# Documentation: https://gohugo.io/getting-started/configuration
|
# Documentation: https://gohugo.io/getting-started/configuration
|
||||||
# Don't remove _merge, which imports default config
|
# Don't remove _merge, which imports default config
|
||||||
theme: hugo-theme-yue
|
theme: hugo-theme-yue
|
||||||
baseURL: 'bagarrons-nous.netlib.re'
|
baseURL: 'https://bagarrons-nous.netlib.re'
|
||||||
defaultContentLanguage: fr
|
defaultContentLanguage: fr
|
||||||
defaultContentLanguageInSubdir: true
|
defaultContentLanguageInSubdir: true
|
||||||
enableGitInfo: false # Set lastmod from git history, this may increase build time
|
enableGitInfo: false # Set lastmod from git history, this may increase build time
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue