blob: d1d93cc0ccc41b652b7a9fee8f72a5f0104d3106 (
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: "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"
|