summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorAdmin <admin@marx.cafe>2022-12-02 23:31:56 -0500
committerAdmin <admin@marx.cafe>2022-12-02 23:31:56 -0500
commit60dfb747b3f912610a67544376853f69464530d2 (patch)
tree50489c20937dbfab2b7908559d1e9710b9e510ff /config.toml
parent7c0a482b321fa27ad320df91642296b7a83faeaa (diff)
Add make deploy, add source code link
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 35243d0..741b120 100644
--- a/config.toml
+++ b/config.toml
@@ -7,3 +7,8 @@ theme = 'hugo-book'
BookTheme = 'auto'
BookSection = '*'
+[menu]
+[[menu.after]]
+ name = "Source Code"
+ url = "https://git.marx.cafe/site/"
+ weight = 10