website/config/_default/menu.yaml
vrifox 518c9c2ec5
All checks were successful
ci/woodpecker/push/hugo-build Pipeline was successful
add gpg link
2023-07-16 17:32:19 +02:00

30 lines
No EOL
624 B
YAML

main:
- identifier: "home"
name: "Start"
pageref: "/"
weight: 1
# - identifier: "skills"
# name: "Kenntnisse"
# pageref: "/kenntnisse/"
# weight: 2
# - identifier: "projects"
# name: "Projekte"
# pageref: "/portfolio/"
# weight: 3
- identifier: "blog"
name: "Blog"
pageref: "/blog/"
weight: 4
# - identifier: "blogroll"
# name: "Empfehlungen"
# pageref: "/blogroll/"
# weight: 5
footer:
- identifier: "gpg"
name: "GPG"
url: "/gpg/"
weight: 1
- identifier: "sourcecode"
name: "Quellcode"
url: "https://code.cozy.town/vri/website"
weight: 2