From 765d17df048ed030bb6dea2aec97f80b36c38b95 Mon Sep 17 00:00:00 2001 From: saibotk Date: Fri, 14 Aug 2020 19:41:37 +0200 Subject: [PATCH] Enable gitInfo & add gitlab social link --- config.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 1fb6532..fc729c5 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ languageCode = "en-us" defaultContentLanguage = "en" title = "Saiblog" theme = "hermit" -# enableGitInfo = true +enableGitInfo = true pygmentsCodefences = true pygmentsUseClasses = true # hasCJKLanguage = true # If Chinese/Japanese/Korean is your main content language, enable this to make wordCount works right. @@ -42,7 +42,7 @@ enableRobotsTXT=true # bgImg = "" # Homepage background-image URL # Prefix of link to the git commit detail page. GitInfo must be enabled. - # gitUrl = "https://github.com/username/repository/commit/" + gitUrl = "https://git.saibotk.de/saibotk.de/saiblog/commit/" # Toggling this option needs to rebuild SCSS, requires Hugo extended version justifyContent = false # Set "text-align: justify" to `.content`. @@ -65,6 +65,10 @@ enableRobotsTXT=true name = "github" url = "https://github.com/saibotk" + [[params.social]] + name = "gitlab" + url = "https://git.saibotk.de/saibotk" + [[params.social]] name = "mastodon" url = "https://flausch.social/@saibotk"