Première version
This commit is contained in:
24
config/_default/config.yml
Normal file
24
config/_default/config.yml
Normal file
@ -0,0 +1,24 @@
|
||||
baseURL: https://p4pillon.org
|
||||
disableKinds:
|
||||
- taxonomy
|
||||
- term
|
||||
module:
|
||||
hugoVersion:
|
||||
extended: false
|
||||
min: 0.112.0
|
||||
mounts:
|
||||
- source: assets
|
||||
target: assets
|
||||
- source: hugo_stats.json
|
||||
target: assets/watching/hugo_stats.json
|
||||
build:
|
||||
writeStats: true
|
||||
cachebusters:
|
||||
- source: assets/watching/hugo_stats\.json
|
||||
target: styles\.css
|
||||
- source: (postcss|tailwind)\.config\.js
|
||||
target: css
|
||||
- source: assets/.*\.(js|ts|jsx|tsx)
|
||||
target: js
|
||||
- source: assets/.*\.(.*)$
|
||||
target: $1
|
7
config/staging/config.yml
Normal file
7
config/staging/config.yml
Normal file
@ -0,0 +1,7 @@
|
||||
baseURL: https://staging.p4pillon.org/
|
||||
|
||||
deployment:
|
||||
targets:
|
||||
- name: staging
|
||||
URL: >-
|
||||
s3://staging.p4pillon.org?endpoint=https://s3.garage.resilien.cloud&disableSSL=true&s3ForcePathStyle=true®ion=garage
|
Reference in New Issue
Block a user