chore: Add staging configuration
This commit is contained in:
parent
08590fe3b6
commit
a0d11ff491
11
config.toml
11
config.toml
|
@ -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"
|
|
|
@ -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
|
|
@ -0,0 +1 @@
|
||||||
|
baseURL: https://histoiredunpied.com/
|
|
@ -0,0 +1 @@
|
||||||
|
baseURL: https://histoiredunpied.lamelio.fr/
|
Loading…
Reference in New Issue