Enable gitInfo & add gitlab social link
This commit is contained in:
parent
6c62f56012
commit
765d17df04
1 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,7 @@ languageCode = "en-us"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
title = "Saiblog"
|
title = "Saiblog"
|
||||||
theme = "hermit"
|
theme = "hermit"
|
||||||
# enableGitInfo = true
|
enableGitInfo = true
|
||||||
pygmentsCodefences = true
|
pygmentsCodefences = true
|
||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
# hasCJKLanguage = true # If Chinese/Japanese/Korean is your main content language, enable this to make wordCount works right.
|
# 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
|
# bgImg = "" # Homepage background-image URL
|
||||||
|
|
||||||
# Prefix of link to the git commit detail page. GitInfo must be enabled.
|
# 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
|
# Toggling this option needs to rebuild SCSS, requires Hugo extended version
|
||||||
justifyContent = false # Set "text-align: justify" to `.content`.
|
justifyContent = false # Set "text-align: justify" to `.content`.
|
||||||
|
@ -65,6 +65,10 @@ enableRobotsTXT=true
|
||||||
name = "github"
|
name = "github"
|
||||||
url = "https://github.com/saibotk"
|
url = "https://github.com/saibotk"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "gitlab"
|
||||||
|
url = "https://git.saibotk.de/saibotk"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "mastodon"
|
name = "mastodon"
|
||||||
url = "https://flausch.social/@saibotk"
|
url = "https://flausch.social/@saibotk"
|
||||||
|
|
Loading…
Add table
Reference in a new issue