Sha256: 75742097e0bcba973aa4ccd5debb46291ecaf8a77248efedd1446b91ad2182d9
Contents?: true
Size: 876 Bytes
Versions: 9
Compression:
Stored size: 876 Bytes
Contents
--- paths /**/*.template: handler: template blocks: {defaults: {pipeline: [erb,tags,blocks,html_head]}} /**/*.page: handler: page blocks: {defaults: {pipeline: [erb,tags,kramdown,blocks,fragments]}} /**/*.feed: handler: feed versions: rss: atom: /**/*.sitemap: handler: sitemap default_priority: 0.5 default_change_freq: weekly [/**/virtual, /**/*.virtual]: handler: virtual /**/*.api: handler: api api_template: /templates/api.template prefix_for_link_defs: true [/**/*.css, /**/*.js, /**/*.html, /**/*.gif, /**/*.jpg, /**/*.png, /**/*.ico]: handler: copy [/**/*.sass, /**/*.scss, /**/*.haml, /**/*.rdoc, /**/*.textile, /**/*.tikz]: handler: copy /**/_*.sass: handler: copy pipeline: sass no_output: true /**/_*.scss: handler: copy pipeline: scss no_output: true /**/: handler: directory proxy_path: index.html
Version data entries
9 entries across 9 versions & 1 rubygems