mirror of
https://github.com/simon987/recipes.simon987.net.git
synced 2025-04-05 17:33:03 +00:00
29 lines
588 B
YAML
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"
|