Add link to git hosting
This commit is contained in:
parent
c892662ac7
commit
22f844085f
1 changed files with 17 additions and 6 deletions
23
config.toml
23
config.toml
|
@ -27,29 +27,40 @@ rss = true
|
|||
selfHosted = true
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "donate"
|
||||
name = " donate"
|
||||
url = "https://liberapay.com/cyplo/"
|
||||
identifier = "about"
|
||||
name = "about"
|
||||
url = "/pages/about"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "blog"
|
||||
name = "blog"
|
||||
url = "/posts"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "about"
|
||||
name = "about"
|
||||
url = "/pages/about"
|
||||
identifier = "donate"
|
||||
name = " donate"
|
||||
url = "https://liberapay.com/cyplo/"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "projects"
|
||||
name = "projects"
|
||||
url = "/pages/projects"
|
||||
weight = 4
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "talks"
|
||||
name = "talks"
|
||||
url = "https://slides.cyplo.dev/"
|
||||
weight = 5
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "git"
|
||||
name = "git"
|
||||
url = "https://git.cyplo.dev"
|
||||
weight = 6
|
||||
|
||||
[Author]
|
||||
name = "Cyryl Płotnicki"
|
||||
|
|
Loading…
Reference in a new issue