Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
b686862044
13
config.yml
13
config.yml
@ -3,34 +3,33 @@ languageCode: en-us
|
||||
title: Zachary Billman's Blog
|
||||
theme: "PaperMod"
|
||||
|
||||
enableRobotsTXT: true
|
||||
|
||||
params:
|
||||
env: production
|
||||
title: "Zachary Billman's Blog"
|
||||
description: "Where I talk a little about... not much."
|
||||
keywords: [Blog, Portfolio, PaperMod]
|
||||
author: "Zachary Billman, who else?"
|
||||
# author: ["Me", "You"] # multiple authors
|
||||
# images: ["<link or path of image for opengraph, twitter-cards>"]
|
||||
DateFormat: "Monday, January 2, 2006"
|
||||
defaultTheme: light
|
||||
disableThemeToggle: false
|
||||
|
||||
# relativeURLs: true
|
||||
# canonifyURLs: true
|
||||
|
||||
ShowReadingTime: true
|
||||
ShowShareButtons: true
|
||||
ShowPostNavLinks: true
|
||||
ShowBreadCrumbs: true
|
||||
ShowCodeCopyButtons: false
|
||||
ShowCodeCopyButtons: true
|
||||
disableSpecial1stPost: false
|
||||
disableScrollToTop: false
|
||||
comments: false
|
||||
hidemeta: false
|
||||
hideSummary: false
|
||||
showtoc: false
|
||||
tocopen: false
|
||||
|
||||
disqusShortname: zacharybillman
|
||||
comments: true
|
||||
|
||||
label:
|
||||
text: "Zachary Billman"
|
||||
icon: /homepage/flask.svg
|
||||
|
1
layouts/partials/comments.html
Normal file
1
layouts/partials/comments.html
Normal file
@ -0,0 +1 @@
|
||||
{{ template "_internal/disqus.html" . }}
|
Loading…
Reference in New Issue
Block a user