Document livereload usage in config file
This commit is contained in:
parent
92954a7c95
commit
00ac776fc4
|
@ -40,6 +40,11 @@
|
||||||
# Automatic image dimensions on image_tag helper
|
# Automatic image dimensions on image_tag helper
|
||||||
# activate :automatic_image_sizes
|
# activate :automatic_image_sizes
|
||||||
|
|
||||||
|
# Enable middleman-livereload
|
||||||
|
# First: gem install middleman-livereload
|
||||||
|
# Or add it to your Gemfile and run bundle install (preferred)
|
||||||
|
# activate :livereload
|
||||||
|
|
||||||
# Methods defined in the helpers block are available in templates
|
# Methods defined in the helpers block are available in templates
|
||||||
# helpers do
|
# helpers do
|
||||||
# def some_helper
|
# def some_helper
|
||||||
|
|
Loading…
Reference in a new issue