Ajout de page et du style principal
This commit is contained in:
12
config/_default/config.yml
Normal file
12
config/_default/config.yml
Normal file
@ -0,0 +1,12 @@
|
||||
languageCode: fr-fr
|
||||
|
||||
title: Crémeaux
|
||||
|
||||
theme:
|
||||
- hugo-theme-lowtech
|
||||
|
||||
defaultContentLanguage: fr
|
||||
|
||||
disableKinds:
|
||||
- taxonomy
|
||||
- term
|
1
config/development/config.yml
Normal file
1
config/development/config.yml
Normal file
@ -0,0 +1 @@
|
||||
baseURL: http://localhost:1313/
|
1
config/production/config.yml
Normal file
1
config/production/config.yml
Normal file
@ -0,0 +1 @@
|
||||
baseURL: https://cremeaux.fr/
|
1
config/staging/config.yml
Normal file
1
config/staging/config.yml
Normal file
@ -0,0 +1 @@
|
||||
baseURL: https://staging.cremeaux.fr/
|
Reference in New Issue
Block a user