diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 9708ba7..8268871 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,7 @@ languageCode = 'en-us' title = 'Baitinq' enableRobotsTXT = true enableGitInfo = true +disablePathToLower = true theme = "researcher" @@ -47,7 +48,7 @@ theme = "researcher" weight = 1 [[menu.main]] name = "Resume" - url = "/cv.pdf" + url = "/Manuel_Palenzuela_Merino_Resume.pdf" weight = 5 [[menu.main]] name = "Projects" |