diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-08-25 15:54:27 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-08-25 15:54:27 +0200 |
commit | 6c4846c3d82529c17ba1c263d6c04ba48e18ab7e (patch) | |
tree | 773482521df95840fe716481baf6e77678627f4b /Gemfile | |
parent | 92657c58eeb0ed00ea308ba3e76b4f287277e322 (diff) | |
download | norsk-urskog-main-6c4846c3d82529c17ba1c263d6c04ba48e18ab7e.tar.gz norsk-urskog-main-6c4846c3d82529c17ba1c263d6c04ba48e18ab7e.tar.bz2 norsk-urskog-main-6c4846c3d82529c17ba1c263d6c04ba48e18ab7e.zip |
Tidy Gemfile a bit.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ source "https://rubygems.org" -gem "jekyll" +# Jekyll and useful plugins +gem 'jekyll' gem 'jekyll-assets' gem 'jekyll-multiple-languages-plugin' + +# Other useful gems gem 'facets', :require => false |