config.rb
... ...
@@ -0,0 +1,9 @@
1
+# https://github.com/gollum/gollum/wiki/Sample-config.rb
2
+wiki_options = {
3
+ ref: "main",
4
+ allow_editing: false,
5
+ css: true,
6
+ emoji: true,
7
+}
8
+
9
+Precious::App.set(:wiki_options, wiki_options)