There was an error while loading. Please reload this page.
The configuration of a website is stored in the file _config.yml the contents of this file:
_config.yml
pretzel: engine: liquid
The engine used for managing the website is liquid in this example.
Exclude items from being included when (re)generating the site (bake and taste command)
exclude: - bootstrap\less\ - .gitignore - .git - taste.bat - Pretzel.exe
Where the excluded file is the entire path of a file or a folder.
Ignoring a file: - example.ext would not include the root file that is named example.ext.
- example.ext
example.ext
Ignoring a folder: - bootstrap\less\ ignores all files in the folder bootstrap\less\.
- bootstrap\less\
bootstrap\less\
You can choose to use categories only from frontmatter and not from frontmatter and _posts folder path.
only_frontmatter_categories: true
Home Installing Flow Configuration Usage Jekyll differences
Plugins
Sites using Pretzel