forked from ulovliglogning/ulovliglogning.dk
Polyglot couldn't exclude the .htaccess file 💩
This commit is contained in:
parent
a47096e8fb
commit
39de93e27f
|
@ -27,14 +27,14 @@ donationCounter:
|
|||
# multilanguage support
|
||||
languages: ["da", "en"]
|
||||
default_lang: "da"
|
||||
exclude_from_localization: ["assets", ".htaccess", "google*.html"]
|
||||
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", ".htaccess"]
|
||||
include: ["_pages"]
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
layout: null
|
||||
permalink: .htaccess
|
||||
---
|
||||
# Redirect to new locations
|
||||
Redirect /vedtaegter.pdf /assets/files/vedtaegter.pdf
|
||||
Redirect /PapesBrev.pdf /assets/files/PapesBrevTilTeleindustrien.pdf
|
Loading…
Reference in a new issue