diff --git a/config.rb b/config.rb deleted file mode 100644 index 3f28df94..00000000 --- a/config.rb +++ /dev/null @@ -1,28 +0,0 @@ -# Example gollum config -# gollum ../wiki --config config.rb -# -# or run from source with -# -# bundle exec bin/gollum ../wiki/ --config config.rb - -# Remove const to avoid -# warning: already initialized constant FORMAT_NAMES -# -# only remove if it's defined. -# constant Gollum::Page::FORMAT_NAMES not defined (NameError) -Gollum::Page.send :remove_const, :FORMAT_NAMES if defined? Gollum::Page::FORMAT_NAMES -# limit to one format -Gollum::Page::FORMAT_NAMES = { :markdown => "Markdown" } - -=begin -Valid formats are: -{ :markdown => "Markdown", - :textile => "Textile", - :rdoc => "RDoc", - :org => "Org-mode", - :creole => "Creole", - :rest => "reStructuredText", - :asciidoc => "AsciiDoc", - :mediawiki => "MediaWiki", - :pod => "Pod" } -=end