diff --git a/config.toml b/config.toml deleted file mode 100644 index faa4c71..0000000 --- a/config.toml +++ /dev/null @@ -1,11 +0,0 @@ -baseURL = "https://histoiredunpied.com/" -languageCode = "fr-fr" -title = "Histoire d'un Pied" -theme = ["hugo-theme-lowtech"] - -disableKinds = ["taxonomy", "taxonomyTerm"] - -[params] - description = "Histoire d'un pied est une série de livres témoignant de mon combat face au handicap" - keywords = "histoire, pied, handicap, dessin, livre, thérapie, amputation, émotions" - socialImage = "accueil/bienvenue.png" diff --git a/config/_default/config.yml b/config/_default/config.yml new file mode 100644 index 0000000..7631d63 --- /dev/null +++ b/config/_default/config.yml @@ -0,0 +1,17 @@ +languageCode: fr-fr + +title: Histoire d'un Pied + +theme: + - hugo-theme-lowtech + +defaultContentLanguage: fr + +disableKinds: + - taxonomy + - taxonomyTerm + +params: + description: Histoire d'un pied est une série de livres témoignant de mon combat face au handicap + keywords: histoire, pied, handicap, dessin, livre, thérapie, amputation, émotions + socialImage: accueil/bienvenue.png diff --git a/config/production/config.yml b/config/production/config.yml new file mode 100644 index 0000000..d065a65 --- /dev/null +++ b/config/production/config.yml @@ -0,0 +1 @@ +baseURL: https://histoiredunpied.com/ diff --git a/config/staging/config.yml b/config/staging/config.yml new file mode 100644 index 0000000..5f8f2fe --- /dev/null +++ b/config/staging/config.yml @@ -0,0 +1 @@ +baseURL: https://histoiredunpied.lamelio.fr/