From 22f844085ffae6e76325a9c7474ac5cf745e2ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 30 Oct 2022 19:40:00 +0000 Subject: [PATCH] Add link to git hosting --- config.toml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 2f1d932..f5ce572 100644 --- a/config.toml +++ b/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"