1
0
Fork 0

Enable Live-Reload Plugin

This commit is contained in:
Sebastian Schulze 2014-06-06 08:57:58 +02:00
parent 504797cf4b
commit f258e0dc99
1 changed files with 9 additions and 2 deletions

View File

@ -2,7 +2,14 @@
# Compass
###
set :markdown_engine, :redcarpet
set :markdown, fenced_code_blocks: true, smartypants: true, autolink: true, gh_blockcode: true
set :markdown,
fenced_code_blocks: true,
smartypants: true,
autolink: true,
gh_blockcode: true,
footnotes: true,
gibtsnich: "klar",
underline: true
Time.zone = "Berlin"
@ -74,7 +81,7 @@ end
# Reload the browser automatically whenever files change
# activate :livereload
activate :livereload
# Methods defined in the helpers block are available in templates
# helpers do