Sha256: cba05cfea48b06e77dd84243b13e6037ce8e16b140c0c73a82a4e07107ea480f
Contents?: true
Size: 959 Bytes
Versions: 1
Compression:
Stored size: 959 Bytes
Contents
# Global Configuration title: Jekyll Theme Simpleton author: anwait plugins: - jekyll-seo-tag date_format: "%F" defaults: - scope: path: "" type: "posts" values: layout: "post" - scope: path: "" type: "pages" values: layout: "page" show_excerpts: true ## Exclude ### Exclude directories and/or files from the conversion. These exclusions are ### relative to the site's source directory and cannot be outside the source ### directory. exclude: - Rakefile - "*.gemspec" - package.json - README.md - LICENSE.md - yarn.lock - pkg/ # Build Command Options ## Liquid Profiler ### Generate a Liquid rendering profile to help you identify performance ### bottlenecks. profile: true ## Strict Front Matter ### Cause a build to fail if there is a YAML syntax error in a page's front ### matter. strict_front_matter: true sass: style: compressed
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-simpleton-0.10.0 | _config.yml |