16 lines
466 B
Ruby
16 lines
466 B
Ruby
# 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 = {} |