Compare commits
No commits in common. "a47096e8fb1c23e72d2e88236334bdd2656e000a" and "e599032860f00093fe3289d8e9606b27718b09ba" have entirely different histories.
a47096e8fb
...
e599032860
|
@ -1,8 +0,0 @@
|
|||
# Redirect to new locations
|
||||
Redirect /vedtaegter.pdf /assets/files/vedtaegter.pdf
|
||||
Redirect /PapesBrev.pdf /assets/files/PapesBrevTilTeleindustrien.pdf
|
||||
Redirect /PapeLyver.pdf /assets/files/PapeLyver.pdf
|
||||
Redirect /FT-notat.pdf /assets/files/FT-notat.pdf
|
||||
|
||||
# template for redirects (never uncomment and use this line as is!)
|
||||
#Redirect / /assets/files/
|
|
@ -27,7 +27,7 @@ If not using Docker, it's **important** that you build the site with `JEKYLL_ENV
|
|||
Make sure that you have created a file in `_scripts/` called `config.sh`, (protip: just duplicate the `config-example.sh` file, and set the correct values, you should only need to change username and password.) Then you can build the site ande deploy it by running `docker-compose -f docker-compose-deploy.yml up`
|
||||
|
||||
This will execute a Docker container and do the following:
|
||||
1. Build the site **but** fail if there are any Frontmatter errors
|
||||
1. Build the site **but** fail if there are any Frontmatter
|
||||
2. Upload the contents of the `_site/` directory to the FTP server
|
||||
3. That's it…
|
||||
|
||||
|
|
|
@ -27,14 +27,14 @@ donationCounter:
|
|||
# multilanguage support
|
||||
languages: ["da", "en"]
|
||||
default_lang: "da"
|
||||
exclude_from_localization: ["assets", ".htaccess", "google*.html"]
|
||||
exclude_from_localization: ["assets"]
|
||||
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 +0,0 @@
|
|||
google-site-verification: googled7074ec4974cc1c7.html
|
Loading…
Reference in a new issue