Files
fundor333.com/config/_default/menu.yaml
fundor333 f5ecb48a71 Adds event page and tag partial
Adds a new event page layout with date and location display.

Introduces a tag partial for displaying tags, categories, themes, and groups.

Adds "Event" entry in the main menu.

Shifts weight of "Now" menu entry and updates postCard icon.
2025-09-14 22:03:15 +02:00

34 lines
591 B
YAML

main:
- pageRef: "/"
name: "Home"
url: "/"
weight: 10
- pageRef: "/post"
name: "Blog"
url: "/post"
weight: 20
- pageRef: "/micro"
name: "Micro"
url: "/micro"
weight: 22
- pageRef: "/photos"
name: "Photos"
url: "/photos"
weight: 25
- pageRef: "/series"
name: "Series"
url: "/series"
weight: 27
- pageRef: "/event"
name: "Event"
url: "/event"
weight: 28
- pageRef: "/now"
name: "Now"
url: "/now"
weight: 29
- pageRef: "/slashpages"
name: "SlashPages"
url: "/slashpages"
weight: 30