about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2017-05-06 18:10:23 +0200
committerAlan Pearce2017-05-06 18:10:23 +0200
commit1b083b46889df352c1fc09305c39d55aaa1ac553 (patch)
tree74a1ccb53ab6ea7b43f771269921538a75784f99 /config.toml
parentf87f2e0b128cff3190c2122d4040762d1cf4d3bd (diff)
downloadwebsite-1b083b46889df352c1fc09305c39d55aaa1ac553.tar.lz
website-1b083b46889df352c1fc09305c39d55aaa1ac553.tar.zst
website-1b083b46889df352c1fc09305c39d55aaa1ac553.zip
Add link to cgit
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 047f7ac..6d96e47 100644
--- a/config.toml
+++ b/config.toml
@@ -19,6 +19,9 @@ layoutReverse = true
 [[menu.main]]
     name = "Posts"
     URL = "/post/"
+[[menu.main]]
+    name = "Repositories"
+    URL = "https://git.alanpearce.eu"
 
 [[menu.contact]]
     name = "alan@alanpearce.uk"