mirror of
https://github.com/zoriya/blog.git
synced 2025-12-06 06:26:10 +00:00
Migrate to blowfish
This commit is contained in:
@@ -3,6 +3,8 @@ languageCode = 'en'
|
||||
paginate = 50
|
||||
enableRobotsTXT = true
|
||||
googleAnalytics = "G-KK12E7TNEC"
|
||||
enableEmoji = false
|
||||
titleCaseStyle = 'none'
|
||||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "JSON"]
|
||||
|
||||
@@ -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" },
|
||||
]
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
[[imports]]
|
||||
path = "github.com/jpanther/congo/v2"
|
||||
path = "github.com/nunocoracao/blowfish/v2"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user