Add stylesheets, javascript, and html for documentation generation
Showing
... | @@ -4,12 +4,18 @@ source 'http://rubygems.org' | ... | @@ -4,12 +4,18 @@ source 'http://rubygems.org' |
gem "middleman", "~>3.1.5" | gem "middleman", "~>3.1.5" | ||
# For syntax highlighting | |||
gem "middleman-syntax" | |||
# Plugin for middleman to generate Github pages | # Plugin for middleman to generate Github pages | ||
gem 'middleman-gh-pages' | gem 'middleman-gh-pages' | ||
# Live-reloading plugin | # Live-reloading plugin | ||
gem "middleman-livereload", "~> 3.1.0" | gem "middleman-livereload", "~> 3.1.0" | ||
gem "redcarpet" | |||
gem "github-linguist" | |||
# For faster file watcher updates on Windows: | # For faster file watcher updates on Windows: | ||
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] | gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] | ||
... | ... |
2.66 KB
24.7 KB
source/index.md
0 → 100644
This diff is collapsed.
This diff is collapsed.