From 12a7b5b3b6c94b32158aeb3a491811316fad8bd1 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 31 Aug 2011 23:13:21 +0200 Subject: Initial commit. Basig setup by staticmatic2 --- config/site.rb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config/site.rb (limited to 'config') 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 -- cgit v1.2.3