From 0a9b35c0392980e7a0aecbe7107e318aef32f3f9 Mon Sep 17 00:00:00 2001 From: SkyCrawl Date: Wed, 12 Aug 2015 22:26:20 +0200 Subject: [PATCH] Restoring config files to repo root --- config.rb | 11 +++++++++++ config.ru | 12 ++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 config.rb create mode 100644 config.ru diff --git a/config.rb b/config.rb new file mode 100644 index 00000000..9c0a2150 --- /dev/null +++ b/config.rb @@ -0,0 +1,11 @@ +=begin +This file can be used to (e.g.): +- alter certain inner parts of Gollum, +- extend it with your stuff. + +It is especially useful for customizing supported formats/markups. For more information and examples: +- https://github.com/gollum/gollum#config-file + +=end + +# enter your Ruby code here ... diff --git a/config.ru b/config.ru new file mode 100644 index 00000000..48f605a4 --- /dev/null +++ b/config.ru @@ -0,0 +1,12 @@ +=begin +You should use this file, if you wish to: +- launch Gollum as a Rack app, +- alter certain startup behaviour of Gollum. + +For more information and examples: +- https://github.com/gollum/gollum/wiki/Gollum-via-Rack +- https://github.com/gollum/gollum#config-file + +=end + +# enter your Ruby code here ...