chore: tweak config

This commit is contained in:
Harsh Shandilya 2022-12-08 11:23:54 +05:30
parent 97487467db
commit 7f46f966df

View File

@ -4,10 +4,10 @@ title = "Harsh Shandilya"
theme = ["github.com/msfjarvis/hugo-social-metadata", "github.com/adityatelange/hugo-PaperMod"] theme = ["github.com/msfjarvis/hugo-social-metadata", "github.com/adityatelange/hugo-PaperMod"]
pygmentsstyle = "dracula" pygmentsstyle = "dracula"
pygmentscodefences = true pygmentscodefences = true
pygmentscodefencesguesssyntax = true pygmentscodefencesguesssyntax = false
author = "Harsh Shandilya" author = "Harsh Shandilya"
ignoreErrors = ["error-remote-getjson"] ignoreErrors = ["error-remote-getjson"]
paginate = 5 paginate = 10
enableInlineShortcodes = true enableInlineShortcodes = true
enableRobotsTXT = true enableRobotsTXT = true
enableEmoji = true enableEmoji = true
@ -43,7 +43,7 @@ enableEmoji = true
ShowFullTextinRSS = true ShowFullTextinRSS = true
ShowCodeCopyButtons = true ShowCodeCopyButtons = true
ShowBreadCrumbs = true ShowBreadCrumbs = true
disableSpecial1stPost = true disableSpecial1stPost = false
ShowPostNavLinks = true ShowPostNavLinks = true
ShowToc = true ShowToc = true
ShowShareButtons = true ShowShareButtons = true