diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -1,4 +1,17 @@ -baseURL = 'https://example.org/' +# Main Configuration +baseURL = 'https://karanjayachandra.gitlab.io' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'Karan Jayachandra' + +# Theme Configuration theme = 'hugo-bearblog' + +# Enable SEO service +enableRobotsTXT = true + +[params] + title = "Karan Jayachandra" + description = "Personal website of Karan Jayachandra" + favicon = "favicon.png" + images = "logo.png" + dateFormat = "2006-01-02"
\ No newline at end of file |
