diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2024-12-02 13:27:22 +0000 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2024-12-02 13:27:22 +0000 |
| commit | 837e484ae11022eb361106a143a0250c7c03245c (patch) | |
| tree | ec004cb1a02d7b6527a69eda13ac22bec10eca77 /hugo.toml | |
| parent | 46a8670430cdc0ea387bd7e27eb22c1d3fe0c870 (diff) | |
| parent | 71bfd6889ab78777155d861f2222b01c9e65f510 (diff) | |
Merge branch 'develop' into 'main'
Added the first post related to low quality posts
See merge request KaranJayachandra/karanjayachandra.gitlab.io!1
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -13,17 +13,11 @@ enableRobotsTXT = true [menu] [[menu.main]] - name = 'Email' - url = 'mailto:mail@karanjayachandra.com' + name = 'Posts' + url = '/nano' [[menu.main]] - name = 'CV' + name = 'Profile' url = 'https://karanjayachandra.gitlab.io/cv' - [[menu.main]] - name = 'Social' - url = 'https://www.linkedin.com/in/karanjayachandra' - [[menu.main]] - name = 'Code' - url = 'https://gitlab.com/KaranJayachandra' # Parameters for theming [params] |
