diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-09 21:44:42 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-09 21:44:42 +0200 |
commit | 07242ee327975157c22905a1c44b832f40382cea (patch) | |
tree | 25320ef46946eba9d6134fd289a03ef857d66f4c /config.toml | |
parent | Add Nix as an interest (diff) | |
download | baitinq.ml-07242ee327975157c22905a1c44b832f40382cea.tar.gz baitinq.ml-07242ee327975157c22905a1c44b832f40382cea.tar.bz2 baitinq.ml-07242ee327975157c22905a1c44b832f40382cea.zip |
Headings: Add git heading
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 106e5dc..a831462 100644 --- a/config.toml +++ b/config.toml @@ -44,15 +44,19 @@ theme = "researcher" [[menu.main]] name = "Resume" url = "/cv.pdf" - weight = 4 + weight = 5 [[menu.main]] name = "Projects" url = "/projects" - weight = 2 + weight = 3 [[menu.main]] name = "Blog" url = "/blog" - weight = 3 + weight = 4 + [[menu.main]] + name = "Git" + url = "https://git.baitinq.ml" + weight = 2 [permalinks] blog = "/posts/:filename" |