aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/site.rb19
1 files changed, 19 insertions, 0 deletions
diff --git a/config/site.rb b/config/site.rb
new file mode 100644
index 0000000..ebacd86
--- /dev/null
+++ b/config/site.rb
@@ -0,0 +1,19 @@
+# Default is 3000
+# configuration.preview_server_port = 3000
+
+# Default is localhost
+# configuration.preview_server_host = "localhost"
+
+# Default is true
+# When false .html & index.html get stripped off generated urls
+# configuration.use_extensions_for_page_links = true
+
+# Default is an empty hash
+# configuration.sass_options = {}
+
+# Default is an empty hash
+# http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#options
+# configuration.haml_options = {}
+
+# Default is an empty string
+# configuration.coffee_options = '' \ No newline at end of file