diff options
author | mounderfod <mounderfod@gmail.com> | 2023-06-23 11:40:07 +0100 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-06-23 11:40:07 +0100 |
commit | f95423ae8bb6d63b781881395e341f5ab6eff49e (patch) | |
tree | 65b2ae34f99aa0d190042edf59a1da2e9ba0f20a | |
parent | 326377008b257f98e5d85e08be0b2c4723b1f204 (diff) | |
download | website-f95423ae8bb6d63b781881395e341f5ab6eff49e.tar.gz |
Add CMS page
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 24 |
2 files changed, 26 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index ff2c342..ef54e5d 100644 --- a/Gemfile +++ b/Gemfile @@ -31,3 +31,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] + +gem 'jekyll-admin', group: :jekyll_plugins diff --git a/Gemfile.lock b/Gemfile.lock index 805b164..16d81f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,6 +31,10 @@ GEM safe_yaml (~> 1.0) terminal-table (>= 1.8, < 4.0) webrick (~> 1.7) + jekyll-admin (0.11.1) + jekyll (>= 3.7, < 5.0) + sinatra (>= 1.4) + sinatra-contrib (>= 1.4) jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) jekyll-sass-converter (3.0.0) @@ -52,19 +56,38 @@ GEM jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) + multi_json (1.15.0) + mustermann (3.0.0) + ruby2_keywords (~> 0.0.1) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.1) + rack (2.2.7) + rack-protection (3.0.6) + rack rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) rouge (4.1.2) + ruby2_keywords (0.0.5) safe_yaml (1.0.5) sass-embedded (1.63.6-x64-mingw-ucrt) google-protobuf (~> 3.23) + sinatra (3.0.6) + mustermann (~> 3.0) + rack (~> 2.2, >= 2.2.4) + rack-protection (= 3.0.6) + tilt (~> 2.0) + sinatra-contrib (3.0.6) + multi_json + mustermann (~> 3.0) + rack-protection (= 3.0.6) + sinatra (= 3.0.6) + tilt (~> 2.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) + tilt (2.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) tzinfo-data (1.2023.3) @@ -79,6 +102,7 @@ PLATFORMS DEPENDENCIES http_parser.rb (~> 0.6.0) jekyll (~> 4.3.2) + jekyll-admin jekyll-feed (~> 0.12) minima (~> 2.5) tzinfo (>= 1, < 3) |