blob: d25e7bda5e849d0f5ccee2e4da2304a2ab321e4a (
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
|
---
# 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: "github"
href: "https://github.com/pablotron"
name: "GitHub"
icon: "/ims/github.svg"
help: "github page"
#
# - id: "pgp"
# href: "/files/pgp.asc"
# icon: "/ims/key.svg"
# help: "PGP key"
#
- id: "rss"
href: "/index.xml"
name: "Feed"
icon: "/ims/rss.svg"
help: "blog feed"
|