first commit
This commit is contained in:
42
config/_default/config.yml
Normal file
42
config/_default/config.yml
Normal file
@ -0,0 +1,42 @@
|
||||
languageCode: fr-fr
|
||||
|
||||
title: Ceiba App
|
||||
|
||||
theme:
|
||||
- hugo-theme-lowtech
|
||||
|
||||
defaultContentLanguage: fr
|
||||
|
||||
disableKinds:
|
||||
- taxonomy
|
||||
- term
|
||||
|
||||
# params:
|
||||
# FaviconFile: /favicon.svg
|
||||
# ImageSize: 1040x
|
||||
# SocialImage: RESILIEN_LOGO_SLOGAN_disc_slogan.svg
|
||||
|
||||
outputs:
|
||||
page:
|
||||
- json
|
||||
section:
|
||||
- json
|
||||
home:
|
||||
- html
|
||||
|
||||
minify:
|
||||
tdewolff:
|
||||
html:
|
||||
keepWhitespace: false
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
parser:
|
||||
attribute:
|
||||
block: true
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
disableHugoGeneratorInject: true
|
||||
|
||||
enableRobotsTXT: true
|
Reference in New Issue
Block a user