Sha256: 22097e73c56fce6484590fa4eade3dd2c428c226acc501220e39e149892d9763
Contents?: true
Size: 909 Bytes
Versions: 2
Compression:
Stored size: 909 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-simpleton-0.9.0 | _config.yml |
jekyll-theme-simpleton-0.8.0 | _config.yml |