Added encoding to config file
the build failed
Details
the build failed
Details
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
parent
db8b8dfd64
commit
cbb222b76f
|
@ -14,6 +14,7 @@ description: > # this means to ignore newlines until "baseurl:"
|
|||
baseurl: "" # the subpath of your site, e.g. /blog
|
||||
url: "https://2martens.de" # the base hostname & protocol for your site
|
||||
timezone: "Europe/Berlin"
|
||||
encoding: utf-8
|
||||
collections:
|
||||
events:
|
||||
output: true
|
||||
|
@ -53,4 +54,4 @@ exclude:
|
|||
- deploy_ed25519.enc
|
||||
- LICENSE
|
||||
- vendor
|
||||
- node_modules
|
||||
- node_modules
|
||||
|
|
Loading…
Reference in New Issue