diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 22:17:20 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-31 22:17:23 +0200 |
commit | 1cd429a2f811754605b9157c46937655afbb89f1 (patch) | |
tree | a4e6b0882435bd4087d9a79ca800ee549abf1373 /config.toml | |
parent | Add blog and projects template (diff) | |
download | baitinq.ml-1cd429a2f811754605b9157c46937655afbb89f1.tar.gz baitinq.ml-1cd429a2f811754605b9157c46937655afbb89f1.tar.bz2 baitinq.ml-1cd429a2f811754605b9157c46937655afbb89f1.zip |
Add Home submenu
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml index c71e96f..00b6f92 100644 --- a/config.toml +++ b/config.toml @@ -34,6 +34,10 @@ theme = "researcher" [menu] [[menu.main]] + name = "Home" + url = "/" + weight = 1 + [[menu.main]] name = "Resume" url = "/cv.pdf" weight = 1 |