aboutsummaryrefslogtreecommitdiff
path: root/data/menu.yaml
blob: 990cc4e0d4cc13e3fbe7e377195fc1a397d7f1d7 (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
32
33
34
35
36
37
38
39
40
41
42
43
---
# left-aligned navbar menu entries
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"

# right-aligned navbar menu entries
# (names of these items are only shown on mobile)
end:
  - id: "theme"
    href: "#"
    name: "Switch Theme"
    icon: "/ims/theme.svg"
    help: "switch between light and dark theme"
  - id: "github"
    href: "https://github.com/pablotron"
    name: "GitHub"
    icon: "/ims/github.svg"
    help: "github page"
  - id: "pgp"
    href: "/files/pabs.asc"
    name: "PGP Key"
    icon: "/ims/key.svg"
    help: "PGP key"
  - id: "rss"
    href: "/index.xml"
    name: "Feed"
    icon: "/ims/rss.svg"
    help: "blog feed"