summaryrefslogtreecommitdiffstats
path: root/blog
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-08-01 23:36:58 +0200
committerHarald Eilertsen <haraldei@anduin.net>2015-08-01 23:36:58 +0200
commitcbb2ccbddc8e232aedebf314b11ef69a049bfb10 (patch)
tree82bc9e681b5119b4ab483d77d57f1f4fc6ab721e /blog
parentd3d0634d53cefab7a4505b3f20bbf0b5c6170315 (diff)
downloadnorsk-urskog-main-cbb2ccbddc8e232aedebf314b11ef69a049bfb10.tar.gz
norsk-urskog-main-cbb2ccbddc8e232aedebf314b11ef69a049bfb10.tar.bz2
norsk-urskog-main-cbb2ccbddc8e232aedebf314b11ef69a049bfb10.zip
Add jekyll_multiple_languages plugin.
Diffstat (limited to 'blog')
-rw-r--r--blog/_config.yml4
-rw-r--r--blog/_plugins/jekyll_multiple_languages.rb1
2 files changed, 5 insertions, 0 deletions
diff --git a/blog/_config.yml b/blog/_config.yml
new file mode 100644
index 0000000..e1a4620
--- /dev/null
+++ b/blog/_config.yml
@@ -0,0 +1,4 @@
+---
+languages:
+ - nb
+ - en
diff --git a/blog/_plugins/jekyll_multiple_languages.rb b/blog/_plugins/jekyll_multiple_languages.rb
new file mode 100644
index 0000000..145526c
--- /dev/null
+++ b/blog/_plugins/jekyll_multiple_languages.rb
@@ -0,0 +1 @@
+require 'jekyll/multiple/languages/plugin'