diff --git a/_config.yml b/_config.yml index 768f44b..f5c0e92 100644 --- a/_config.yml +++ b/_config.yml @@ -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