From 9a031773016277660d7f85e9ac4f4fae4b15ee8c Mon Sep 17 00:00:00 2001 From: Ridvan Candan Date: Tue, 31 Mar 2026 03:03:33 +0300 Subject: [PATCH] =?UTF-8?q?Tema=20ayarlar=C4=B1=20ve=20draft=20d=C3=BCzelt?= =?UTF-8?q?me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo.toml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) 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