summaryrefslogtreecommitdiffstats
path: root/blog
diff options
context:
space:
mode:
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'