Adding comments via Disqus.
This commit is contained in:
parent
d2063f5391
commit
25606ca3ea
13
config.yml
13
config.yml
@ -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
|
||||||
|
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