diff options
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ baseURL = 'https://devlearnings.xyz/' languageCode = 'en-in' -title = 'DevLearnings - A learning platform for developers' -theme = 'ananke' +title = 'My Personal Website.' +theme = 'LucentLink-Hugo' |