From b23a4b13a9f07007ad24212f0c288d8a7955eac4 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 6 Nov 2016 22:58:04 +0200 Subject: [PATCH] exampleSite/config.toml: Add note about Disqus comments --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0bad3bb..41ecd2a 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -9,6 +9,7 @@ paginate = 5 # optionally override the site's footer with custom copyright text # copyright = "Except where otherwise noted, content on this site is licensed under a [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/)." #googleAnalytics = "UA-123-45" +#disqusShortname = "XYW" [permalinks] post = "/:year/:month/:title/"