diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2011-08-31 23:13:21 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2011-08-31 23:13:21 +0200 |
commit | 12a7b5b3b6c94b32158aeb3a491811316fad8bd1 (patch) | |
tree | 55178c8a933a84c57f77d11a97cb97c6b0207583 /config | |
download | Thrash-and-Burn-Tour-2012-Website-12a7b5b3b6c94b32158aeb3a491811316fad8bd1.tar.gz Thrash-and-Burn-Tour-2012-Website-12a7b5b3b6c94b32158aeb3a491811316fad8bd1.tar.bz2 Thrash-and-Burn-Tour-2012-Website-12a7b5b3b6c94b32158aeb3a491811316fad8bd1.zip |
Initial commit.
Basig setup by staticmatic2
Diffstat (limited to 'config')
-rw-r--r-- | config/site.rb | 19 |
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 |