diff options
| author | Baitinq <[email protected]> | 2023-03-10 12:49:31 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2023-03-10 12:53:19 +0100 |
| commit | 87d097d7a1a7db6c1d3856754d5d3b1f2f03516c (patch) | |
| tree | 0fcb209aea430a750db1f2c97e3ee9cef5138072 | |
| parent | Homepage: Update resume & signature (diff) | |
| download | baitinq.ml-87d097d7a1a7db6c1d3856754d5d3b1f2f03516c.tar.gz baitinq.ml-87d097d7a1a7db6c1d3856754d5d3b1f2f03516c.tar.bz2 baitinq.ml-87d097d7a1a7db6c1d3856754d5d3b1f2f03516c.zip | |
Config: Add correct resume url in header
| -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" |