Migrate to blowfish

This commit is contained in:
2024-05-29 01:42:22 +02:00
parent 3bc65cfb5d
commit 16bd960b2e
10 changed files with 40 additions and 20 deletions

View File

@@ -3,6 +3,8 @@ languageCode = 'en'
paginate = 50
enableRobotsTXT = true
googleAnalytics = "G-KK12E7TNEC"
enableEmoji = false
titleCaseStyle = 'none'
[outputs]
home = ["HTML", "RSS", "JSON"]

View File

@@ -1,6 +1,9 @@
title = "Zoe's blog"
[params.author]
[params]
# logo = "img/author.png"
[author]
name = "Zoe Roux"
image = "img/author.png"
headline = "I'm not a dev, I'm a sorceress."
@@ -9,4 +12,5 @@ links = [
{ github = "https://github.com/zoriya" },
{ linkedin = "https://www.linkedin.com/in/zoe-roux/" },
{ twitter = "https://twitter.com/zoriya_dev" },
{ rss = "https://zoriya.dev/index.xml" },
]

View File

@@ -4,20 +4,21 @@
weight = 10
[[main]]
name = "GitHub"
url = "https://github.com/zoriya"
weight = 30
[main.params]
icon = "github"
showName = false
target = "_blank"
name = "Tags"
pageRef = "tags"
weight = 10
[[main]]
identifier = "search"
weight = 99
[main.params]
action = "search"
icon = "search"
identifier = "github"
pre = "github"
url = "https://github.com/zoriya"
weight = 30
[[footer]]
name = "Blogs"
pageRef = "blogs"
weight = 20
[[footer]]
name = "Tags"

View File

@@ -1,2 +1,2 @@
[[imports]]
path = "github.com/jpanther/congo/v2"
path = "github.com/nunocoracao/blowfish/v2"

View File

@@ -1,13 +1,21 @@
colorScheme = "sapphire"
# enableSearch = true
# colorScheme = "princess"
autoSwitchAppearance = true
enableSearch = true
enableCodeCopy = true
smartTOC = true
robots = "all"
footer.showAppearanceSwitcher = true
homepage.layout = "profile"
homepage.showRecent = true
footer.showAppearanceSwitcher = true
article.showTableOfContents = true
article.showEdit = true
article.editURL = "https://github.com/zoriya/blog/tree/master/content/"
article.showWordCount = false
article.showAuthorBottom = true
article.showTaxonomies = true
article.showRelatedContent = true
article.relatedContentLimit = 3
list.showSummary = false