diff options
author | Matthew Lemon <y@yulqen.org> | 2023-04-18 15:59:02 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-04-18 15:59:12 +0100 |
commit | a61894890099e0f34e146462aeb90a268fa35ff6 (patch) | |
tree | be665b88ad0de8fd923c7953001e760655da03e1 /config.toml | |
parent | 9b1ba964dd5310728791581fb0d66a72c9b58538 (diff) |
added techjournal section
Diffstat (limited to '')
-rw-r--r-- | config.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 938080f..2051845 100644 --- a/config.toml +++ b/config.toml @@ -16,6 +16,14 @@ pygmentsUseClasses = true [menu] [[menu.main]] + identifier = "techjournal" + name = "Techjournal" + title = "techjournal" + url = "/techjournal/" + weight = 10 + post = '| ' + + [[menu.main]] identifier = "blog" name = "Blog" title = "blog" |