diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2017-08-28 14:03:48 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2017-08-28 14:03:48 +0200 |
commit | 7cacf1d169b2c86709f73976246396f83e295e8e (patch) | |
tree | 166aaccd337a17de275503ace6949a18a344385e /Gemfile | |
parent | a7c533ccc4eaa66e5d6314df762b87548dffa054 (diff) | |
download | norsk-urskog-main-7cacf1d169b2c86709f73976246396f83e295e8e.tar.gz norsk-urskog-main-7cacf1d169b2c86709f73976246396f83e295e8e.tar.bz2 norsk-urskog-main-7cacf1d169b2c86709f73976246396f83e295e8e.zip |
Get rid of multiple-laguages plugin.
Move all posts to the regular _post directory, but under corresponding
language subdirs. Also replace the generic pages with language specific
ones. This should make the urls nicer and more coherent too. Finally,
get rid of the "t"-translate tag. Will probably have to reintroduce a
similar tag later, but for now, just hardcode norwegian labels.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ gem 'jekyll' group :jekyll_plugins do gem 'jekyll-assets' - gem 'jekyll-multiple-languages-plugin' end # Other useful gems |