mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
18 lines
No EOL
444 B
Text
18 lines
No EOL
444 B
Text
activate :blog
|
|
# set :blog_permalink, ":year/:month/:day/:title.html"
|
|
# set :blog_summary_separator, /READMORE/
|
|
# set :blog_summary_length, 500
|
|
|
|
page "/feed.xml", :layout => false
|
|
|
|
# Build-specific configuration
|
|
configure :build do
|
|
# For example, change the Compass output style for deployment
|
|
# activate :minify_css
|
|
|
|
# Minify Javascript on build
|
|
# activate :minify_javascript
|
|
|
|
# Enable cache buster
|
|
# activate :cache_buster
|
|
end |