From 25606ca3ea283585fefaf9a7d84a9e41ce9cf516 Mon Sep 17 00:00:00 2001 From: Zachary Billman Date: Sat, 30 Apr 2022 13:05:20 -0400 Subject: [PATCH] Adding comments via Disqus. --- config.yml | 13 ++++++------- layouts/partials/comments.html | 1 + 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 layouts/partials/comments.html diff --git a/config.yml b/config.yml index d9a8ad4..07ab673 100644 --- a/config.yml +++ b/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: [""] 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 diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html new file mode 100644 index 0000000..0b59e05 --- /dev/null +++ b/layouts/partials/comments.html @@ -0,0 +1 @@ +{{ template "_internal/disqus.html" . }}