feat: Ajout des scripts d'import
This commit is contained in:
26
config/_default/config.yml
Normal file
26
config/_default/config.yml
Normal file
@ -0,0 +1,26 @@
|
||||
languageCode: fr-fr
|
||||
defaultContentLanguage: fr
|
||||
|
||||
title: Annuaire
|
||||
|
||||
disableKinds:
|
||||
- taxonomy
|
||||
- term
|
||||
|
||||
params:
|
||||
debug: false
|
||||
description: Site d'annuaire de maison de santé en France
|
||||
Keywords: Carte Sisa Maison santé
|
||||
permalinks:
|
||||
actualites: /actualites/:year/:month/:title/
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
disableHugoGeneratorInject: true
|
||||
|
||||
enableRobotsTXT: true
|
||||
|
||||
timeout: 200s
|
1
config/development/config.yml
Normal file
1
config/development/config.yml
Normal file
@ -0,0 +1 @@
|
||||
baseURL: http://localhost:1313/
|
7
config/production/config.yml
Normal file
7
config/production/config.yml
Normal file
@ -0,0 +1,7 @@
|
||||
baseURL: https://annuaire.p4pillon.org/
|
||||
|
||||
deployment:
|
||||
targets:
|
||||
- name: production
|
||||
URL: >-
|
||||
s3://annuaire.p4pillon.org?endpoint=https://s3.garage.resilien.cloud&disableSSL=true&s3ForcePathStyle=true®ion=garage
|
Reference in New Issue
Block a user