Skip to content

Instantly share code, notes, and snippets.

@forsythetony
Created October 8, 2014 18:56
Show Gist options
  • Save forsythetony/386a694e8498edac63c6 to your computer and use it in GitHub Desktop.
Save forsythetony/386a694e8498edac63c6 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'rubygems'
require 'gollum/app'
gollum_path = File.expand_path(File.dirname(__FILE__)) # CHANGE THIS TO POINT TO YOUR OWN WIKI REPO
Precious::App.set(:gollum_path, gollum_path)
Precious::App.set(:default_markup, :markdown) # set your favorite markup language
Precious::App.set(:wiki_options, {:universal_toc => false})
run Precious::App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment