skip localisation of meta files

This commit is contained in:
Jeppe Ernst 2018-04-22 10:44:32 +02:00
parent 78336a8203
commit a47096e8fb
1 changed files with 2 additions and 2 deletions

View File

@ -27,14 +27,14 @@ donationCounter:
# multilanguage support
languages: ["da", "en"]
default_lang: "da"
exclude_from_localization: ["assets"]
exclude_from_localization: ["assets", ".htaccess", "google*.html"]
parallel_localization: false
# Build settings
permalink: /:title/
markdown: kramdown
exclude: ["README.md", 'Gemfile.lock', 'Gemfile', "docker-compose*.yml"]
include: ["_pages"]
include: ["_pages", ".htaccess"]
plugins:
- jekyll-feed