summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml22
1 files changed, 16 insertions, 6 deletions
diff --git a/config.toml b/config.toml
index 552a7d5..a43db59 100644
--- a/config.toml
+++ b/config.toml
@@ -31,7 +31,7 @@ enableEmoji = true
themeColor = "#494f5c"
# this is my homepage
- homeSubtitle = "Personal homepage of Christoph Cullmann."
+ homeSubtitle = "Personal homepage of Christoph Cullmann"
# Toggling this option needs to rebuild SCSS, requires Hugo extended version
justifyContent = false # Set "text-align: justify" to `.content`.
@@ -47,16 +47,26 @@ enableEmoji = true
[menu]
[[menu.main]]
- name = "Posts"
- url = "posts/"
+ name = "About"
+ url = "about/"
weight = 10
[[menu.main]]
- name = "About"
- url = "about/"
+ name = "Posts"
+ url = "posts/"
weight = 20
[[menu.main]]
+ name = "Projects"
+ url = "projects/"
+ weight = 30
+
+ [[menu.main]]
+ name = "Academic"
+ url = "academic/"
+ weight = 40
+
+ [[menu.main]]
name = "Impressum"
url = "impressum/"
- weight = 30
+ weight = 50