790ac53c4fde8bff790e01d64b765267af5500c7
_Sidebar.md
... | ... | @@ -0,0 +1 @@ |
1 | +<<GlobalTOC()>> |
config.rb
... | ... | @@ -1,4 +1,11 @@ |
1 | +module Gollum |
|
2 | + # to require 'my_adapter': |
|
3 | + Gollum::GIT_ADAPTER = "my" |
|
4 | +end |
|
5 | + |
|
1 | 6 | wiki_options = { |
2 | 7 | allow_uploads: true, |
3 | 8 | css: true |
4 | 9 | } |
10 | + |
|
11 | +Precious::App.set(:wiki_options, wiki_options) |