diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-09-26 17:40:43 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-09-26 17:40:43 +0200 |
| commit | 583c01de122be399dcbf200ccc3f8bb8687c2cd1 (patch) | |
| tree | 8afa844c8e720fa09d70190168791bc177b4cae0 /hugo.toml | |
| parent | 9a1294965f82a112079f29447e5e04ecc1f5e4ed (diff) | |
Added the changes that allow for blogging
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 25 |
1 files changed, 1 insertions, 24 deletions
@@ -4,30 +4,7 @@ languageCode = 'en-gb' title = "Karan Jayachandra" timeZone = 'Europe/Amsterdam' copyright = "Creative Commons Attribution-ShareAlike 4.0 International" +summaryLength = 10 # Theme Configuration enableEmoji = true - -# Enable SEO service -enableRobotsTXT = true - -[menu] - [[menu.main]] - name = 'CV' - url = 'https://karanjayachandra.gitlab.io/cv' - [[menu.main]] - name = 'Email' - url = 'mailto:me@karanj.com' - [[menu.main]] - name = 'Gitlab' - url = 'https://gitlab.com/KaranJayachandra' - [[menu.main]] - name = 'LinkedIn' - url = 'https://www.linkedin.com/in/karanjayachandra' - -# Parameters for theming -[params] - title = "Karan Jayachandra's Home Page" - favicon = "favicon.png" - images = ["logo.png"] - dateFormat = "2006-01-02"
\ No newline at end of file |
