Adding comments via Disqus.

This commit is contained in:
Zachary Billman 2022-04-30 13:05:20 -04:00
parent d2063f5391
commit 25606ca3ea
2 changed files with 7 additions and 7 deletions

View File

@ -3,34 +3,33 @@ languageCode: en-us
title: Zachary Billman's Blog title: Zachary Billman's Blog
theme: "PaperMod" theme: "PaperMod"
enableRobotsTXT: true
params: params:
env: production env: production
title: "Zachary Billman's Blog" title: "Zachary Billman's Blog"
description: "Where I talk a little about... not much." description: "Where I talk a little about... not much."
keywords: [Blog, Portfolio, PaperMod] keywords: [Blog, Portfolio, PaperMod]
author: "Zachary Billman, who else?" 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" DateFormat: "Monday, January 2, 2006"
defaultTheme: light defaultTheme: light
disableThemeToggle: false disableThemeToggle: false
# relativeURLs: true
# canonifyURLs: true
ShowReadingTime: true ShowReadingTime: true
ShowShareButtons: true ShowShareButtons: true
ShowPostNavLinks: true ShowPostNavLinks: true
ShowBreadCrumbs: true ShowBreadCrumbs: true
ShowCodeCopyButtons: false ShowCodeCopyButtons: true
disableSpecial1stPost: false disableSpecial1stPost: false
disableScrollToTop: false disableScrollToTop: false
comments: false
hidemeta: false hidemeta: false
hideSummary: false hideSummary: false
showtoc: false showtoc: false
tocopen: false tocopen: false
disqusShortname: zacharybillman
comments: true
label: label:
text: "Zachary Billman" text: "Zachary Billman"
icon: /homepage/flask.svg icon: /homepage/flask.svg

View File

@ -0,0 +1 @@
{{ template "_internal/disqus.html" . }}