diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2023-09-25 11:00:43 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2023-09-25 11:00:43 +0200 |
| commit | 0b044b098e33c8cbb455ddae024949f08ba09039 (patch) | |
| tree | 215fbeccb3563c4e1451144e9449cf27e8bd771e /hugo.toml | |
| parent | 23cc02b989ce5641f30f3a3ab595e0080b2b4171 (diff) | |
Added the profile
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 |
