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
commit91e4c1ad19a8bb9b0d2f5c938827a45f15137568 (patch)
tree46d9153f4ce6e72cf63412b1e57d7b915a41a974 /config.toml
parentc015b0c94bd7446e2a75b36e2ca2df77a3807d3c (diff)
downloadwebsite-91e4c1ad19a8bb9b0d2f5c938827a45f15137568.tar.lz
website-91e4c1ad19a8bb9b0d2f5c938827a45f15137568.tar.zst
website-91e4c1ad19a8bb9b0d2f5c938827a45f15137568.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"