skip localisation of meta files
This commit is contained in:
parent
78336a8203
commit
a47096e8fb
|
@ -27,14 +27,14 @@ donationCounter:
|
||||||
# multilanguage support
|
# multilanguage support
|
||||||
languages: ["da", "en"]
|
languages: ["da", "en"]
|
||||||
default_lang: "da"
|
default_lang: "da"
|
||||||
exclude_from_localization: ["assets"]
|
exclude_from_localization: ["assets", ".htaccess", "google*.html"]
|
||||||
parallel_localization: false
|
parallel_localization: false
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
permalink: /:title/
|
permalink: /:title/
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
exclude: ["README.md", 'Gemfile.lock', 'Gemfile', "docker-compose*.yml"]
|
exclude: ["README.md", 'Gemfile.lock', 'Gemfile', "docker-compose*.yml"]
|
||||||
include: ["_pages"]
|
include: ["_pages", ".htaccess"]
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue