diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -9,6 +9,11 @@ theme = 'hugo-bearblog' # Enable SEO service enableRobotsTXT = true +# Navigation +[permalinks] + cv = "/cv" + +# Parameters for theming [params] title = "Karan Jayachandra" description = "Personal website of Karan Jayachandra" |
