2024-02-05 19:23:05 -05:00

29 lines
588 B
YAML

baseURL: "http://example.org/"
languageCode: "en-us"
title: "Recipes"
theme: "PaperMod"
menu:
main:
- identifier: tags
name: tags
url: /tags/
weight: 10
- identifier: search
name: search
url: /search/
weight: 20
outputs:
home:
- HTML
- RSS
- JSON # is necessary
params:
homeInfoParams:
Content: Mobile-friendly aggregation of recipes I regularly make and enjoy.
socialIcons:
- name: github
url: "https://github.com/simon987/recipes"