Initial commit, with default middleman code
Showing
Gemfile
0 → 100644
| # If you have OpenSSL installed, we recommend updating | |||
| # the following line to use "https" | |||
| source 'http://rubygems.org' | |||
| gem "middleman", "~>3.1.5" | |||
| # Plugin for middleman to generate Github pages | |||
| gem 'middleman-gh-pages' | |||
| # Live-reloading plugin | |||
| gem "middleman-livereload", "~> 3.1.0" | |||
| # For faster file watcher updates on Windows: | |||
| gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] | |||
| # Cross-templating language block fix for Ruby 1.8 | |||
| platforms :mri_18 do | |||
| gem "ruby18_source_location" | |||
| end | |||
| \ No newline at end of file |
Gemfile.lock
0 → 100644
Rakefile
0 → 100644
config.rb
0 → 100644
source/images/background.png
0 → 100644
2.66 KB
source/images/middleman.png
0 → 100644
24.7 KB
source/index.html.erb
0 → 100644
source/javascripts/all.js
0 → 100644
source/layouts/layout.erb
0 → 100644
source/stylesheets/all.css
0 → 100644