Compare commits

...

2 Commits

Author SHA1 Message Date
Jeppe Ernst c90239785b add permalink to .htaccess 2018-11-19 19:20:25 +01:00
Jeppe Ernst 29de999474 freeze jekyll version 2018-11-19 19:20:12 +01:00
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
jekyll:
image: jekyll/builder
image: jekyll/builder:3.7
command: bash /srv/jekyll/_scripts/build-then-deploy.sh
ports:
- 4000:4000

View File

@ -1,5 +1,5 @@
jekyll:
image: jekyll/jekyll
image: jekyll/jekyll:3.7
command: jekyll serve --livereload --reload_port 35729
ports:
- 4000:4000

View File

@ -1,3 +1,7 @@
+---
+layout: null
+permalink: .htaccess
+---
# Kickass regexian redirects enabled
RewriteEngine on