blob: 475a89d443fddb2a0290740f6f363aacfbb1d35a (
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
|
---
# 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
# (these are usually icon-only)
end:
- id: "github"
href: "https://github.com/pablotron"
icon: "/icons/github.svg"
help: "github page"
- id: "pgp"
href: "/files/pgp.asc"
icon: "/icons/key.svg"
help: "PGP key"
- id: "rss"
href: "/index.xml"
icon: "/icons/rss.svg"
help: "blog feed"
|