recipe-site/_config.yml

32 lines
679 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

defaults:
- scope:
path: "_recipes"
values:
layout: "recipe"
- scope:
path: "_subrecipes"
values:
layout: "subrecipe"
collections:
# note: subrecipes MUST come before recipes, otherwise subrecipe.output will be empty with no error message given. thanks to https://github.com/jekyll/jekyll/issues/5371#issuecomment-247951926
subrecipes:
output: false
recipes:
output: true
permalink: "/:collection/:name"
recipes_per_page: 15
fractions:
"1": "⅒"
"125": "⅛"
"2": "⅕"
"25": "¼"
"3": "⅓"
"4": "⅖"
"5": "½"
"6": "⅗"
"75": "¾"
"8": "⅘"