diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 00b6f92..71bdd68 100644 --- a/config.toml +++ b/config.toml @@ -40,15 +40,15 @@ theme = "researcher" [[menu.main]] name = "Resume" url = "/cv.pdf" - weight = 1 + weight = 4 [[menu.main]] name = "Projects" url = "/projects" - weight = 1 + weight = 2 [[menu.main]] name = "Blog" url = "/blog" - weight = 1 + weight = 3 [permalinks] blog = "/posts/:filename" |