Files
fundor333.com/config/_default/menu.yaml
Fundor333 a7935f6b5f Add custom styles for external links and new OPML blogroll shortcode
- Added a style in custom-head.html to remove the default target="_blank" link indicator.
- Created a new shortcode opmlblogroll.html to fetch and display a blogroll from a remote API.
2025-04-05 17:41:41 +02:00

22 lines
366 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: "/explore"
name: "Explore"
url: "/explore"
weight: 30