diff --git a/hugo.toml b/hugo.toml index b7e838a..2a21561 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,19 @@ -baseURL = 'https://example.org/' -locale = 'en-us' -title = 'My New Hugo Project' -theme = "PaperMod" \ No newline at end of file +baseURL = 'https://rcandan.com/' +languageCode = 'tr-tr' +title = 'Rıdvan Candan | DevOps Blog' +theme = "PaperMod" + +[params] + env = "production" + title = "Rıdvan Candan" + description = "IT Otomasyon ve DevOps Günlükleri" + defaultTheme = "auto" + displayFullContent = false + showShareButtons = true + + [params.homeInfoParams] + Title = "Selam Bro! 🚀" + Content = "Docker ve GitOps mimarisiyle kurduğum bloguma hoş geldin." + + [params.profileMode] + enabled = false # İstersen true yapıp profil fotoğrafı ekleyebilirsin \ No newline at end of file