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" . }}