File tree 1 file changed +0
-44
lines changed
1 file changed +0
-44
lines changed Original file line number Diff line number Diff line change 1
- ###
2
- # Compass
3
- ###
4
-
5
- # Change Compass configuration
6
- # compass_config do |config|
7
- # config.output_style = :compact
8
- # end
9
-
10
- ###
11
- # Page options, layouts, aliases and proxies
12
- ###
13
-
14
- # Per-page layout changes:
15
- #
16
- # With no layout
17
- # page "/path/to/file.html", :layout => false
18
- #
19
- # With alternative layout
20
- # page "/path/to/file.html", :layout => :otherlayout
21
- #
22
- # A path which all have the same layout
23
- # with_layout :admin do
24
- # page "/admin/*"
25
- # end
26
-
27
- # Proxy pages (http://middlemanapp.com/dynamic-pages/)
28
- # proxy "/this-page-has-no-template.html", "/template-file.html", :locals => {
29
- # :which_fake_page => "Rendering a fake page with a local variable" }
30
-
31
- ###
32
- # Helpers
33
- ###
34
-
35
- # Automatic image dimensions on image_tag helper
36
- # activate :automatic_image_sizes
37
-
38
- # Reload the browser automatically whenever files change
39
- # activate :livereload
40
-
41
- # Methods defined in the helpers block are available in templates
42
- # helpers do
43
- # end
44
-
45
1
set :css_dir , 'stylesheets'
46
2
47
3
set :js_dir , 'javascripts'
You can’t perform that action at this time.
0 commit comments