Add custom css

This commit is contained in:
bootstraponline
2012-11-07 19:40:52 -07:00
parent 3a56f39f6a
commit 7c4052906c
6 changed files with 24 additions and 0 deletions
+4
View File
@@ -45,6 +45,10 @@ opts = OptionParser.new do |opts|
options['irb'] = true
end
opts.on("--css", "Inject custom css. Uses custom.css from root repository") do
wiki_options[:css] = true
end
opts.on("--page-file-dir [PATH]", "Specify the sub directory for all page files (default: repository root).") do |path|
wiki_options[:page_file_dir] = path
end