aboutsummaryrefslogtreecommitdiff
path: root/data/menu.yaml
blob: 599d67d28f90b615c5682b5e1448d5ddfc159b8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
start:
  - id: "about"
    href: "/about/"
    name: "About"
    help: "About Me"
  - id: "articles"
    href: "/articles/"
    name: "Articles"
    help: "Articles"
  - id: "projects"
    href: "/projects/"
    name: "Projects"
    help: "Projects"
  - id: "links"
    href: "/links/"
    name: "Links"
    help: "Links"
end:
  - id: "github"
    href: "https://github.com/pablotron"
    icon: "/icons/github.svg"
    help: "my github page"
  - id: "pgp"
    href: "/files/pgp.asc"
    icon: "/icons/key.svg"
    help: "my PGP key"
  - id: "rss"
    href: "/index.xml"
    icon: "/icons/rss.svg"
    help: "blog post atom feed"