aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-10 02:18:30 +0300
committerValentin Popov <valentin@popov.link>2022-11-10 02:18:30 +0300
commit06e11038cac44178629ce41ffcc04c2060cc1f09 (patch)
tree056ed58ea516700a288b36897f8ccc14abfeedcc /config.toml
parent2196ad61546f9f91340970c252158ef9dd440bea (diff)
downloadpopov.link-06e11038cac44178629ce41ffcc04c2060cc1f09.tar.xz
popov.link-06e11038cac44178629ce41ffcc04c2060cc1f09.zip
Added a project section
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 835c1dd..6212919 100644
--- a/config.toml
+++ b/config.toml
@@ -90,4 +90,8 @@ links = [
{ title = "Nokia N900 archives", url = "https://disk.yandex.ru/d/L-NZ3c4qc7Uizw", description = "Official firmware, tools and images for N900." },
]
-navbar = [{ title = "Home", path = "/" }, { title = "Blog", path = "/blog" }]
+navbar = [
+ { title = "Home", path = "/" },
+ { title = "Blog", path = "/blog" },
+ { title = "Projects", path = "/projects" },
+]