From 1d888f76f101f0664484bfdf61e4f08017baa962 Mon Sep 17 00:00:00 2001 From: "parsiya@gmail.com" Date: Thu, 25 Aug 2016 18:35:21 -0400 Subject: Correct the disqus shortname example in sample-config and readme. Fixes #24 --- README.md | 6 +++--- sample-config.toml | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 00185f2..3052438 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the # Disqus shortcode # Disable comments for a specific post by adding "comments: false" in its frontmatter - disqusShortname = "Your Google Analytics tracking code" + disqusShortname = "Your disqus shortname" rss = true # switch to true to enable RSS icon link @@ -108,8 +108,8 @@ The following options in `config.toml` modify the behavior: pygmentscodefences = true # pygments options can be added here - # Hugo supports these pygments options: style, encoding, noclasses, hl_lines, linenos - for example: - # pygmentsoptions = "linenos=true" + # Hugo supports these pygments options: style, encoding, noclasses, hl_lines, linenos + # for example: pygmentsoptions = "linenos=true" ``` ## Markdown options diff --git a/sample-config.toml b/sample-config.toml index d70c54f..3a0bdfc 100644 --- a/sample-config.toml +++ b/sample-config.toml @@ -124,13 +124,13 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the # Disqus shortcode # Disable comments for a specific post by adding "comments: false" in its frontmatter - disqusShortname = "Your Google Analytics tracking code" + disqusShortname = "Your disqus shortname" rss = true # switch to true to enable RSS icon link - # Set to true to use a text label for RSS instead of an icon - # This is overwritten by the `rss` setting - textrss = false + # Set to true to use a text label for RSS instead of an icon + # This is overwritten by the `rss` setting + textrss = false # Website's default description defaultDescription = "" @@ -148,11 +148,11 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the notFoundText = """Please either go back or use the navigation/sidebar menus. """ - # Set to true to hide ReadingTime on posts - disableReadingTime = false + # Set to true to hide ReadingTime on posts + disableReadingTime = false - # Set to true to disable downloading of remote Google fonts - disableGoogleFonts = false + # Set to true to disable downloading of remote Google fonts + disableGoogleFonts = false # Generate taxonomy pages generateTaxonomyList = true -- cgit v1.2.3