# 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