We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6206d67 commit c61bb65Copy full SHA for c61bb65
docs/Gemfile
@@ -1,2 +1,12 @@
1
+ruby '>=2.3.1'
2
source 'https://rubygems.org'
-gem 'github-pages', group: :jekyll_plugins
3
+
4
+# Middleman
5
+gem 'middleman', '~>4.2.1'
6
+gem 'middleman-syntax', '~> 3.0.0'
7
+gem 'middleman-autoprefixer', '~> 2.7.0'
8
+gem "middleman-livereload", "~> 3.4.3"
9
+gem "middleman-sprockets", "~> 4.1.0"
10
+gem 'rouge', '~> 2.0.5'
11
+gem 'redcarpet', '~> 3.4.0'
12
+gem 'nokogiri', '~> 1.6.8'
docs/_config.yml
docs/index.md
0 commit comments