Skip to content

Instantly share code, notes, and snippets.

@thoraxe
Last active March 29, 2016 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thoraxe/4f2faf61b0a20f983de01efae16d85bd to your computer and use it in GitHub Desktop.
Save thoraxe/4f2faf61b0a20f983de01efae16d85bd to your computer and use it in GitHub Desktop.

OpenShift Fundamentals

set :asciidoc, {
safe: :safe,
template_dir: '/templates',
attributes: %W(showtitle env=middleman env-middleman middleman-version=#{Middleman::VERSION})
}
source 'https://rubygems.org'
gem "middleman", "3.4.1"
gem 'middleman-navtree'
gem "middleman-sitemap"
gem 'middleman-deploy'
# Live-reloading plugin
gem "middleman-livereload"
# Asciidoc support
gem "asciidoctor"
# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
# Windows does not come with time zone data
gem "tzinfo-data", platforms: [:mswin, :mingw, :jruby]
%p foo
*{tag: %(h#{level + 1}), id: id, class: role}
=captioned_title
=content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment