Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya@gmail.com <parsiya@gmail.com>2016-08-26 01:35:21 +0300
committerparsiya@gmail.com <parsiya@gmail.com>2016-08-26 01:35:21 +0300
commit1d888f76f101f0664484bfdf61e4f08017baa962 (patch)
tree3533bb2229d90d5b283089ecee0dece69dc8155a
parentfd8aee92348ddfd7c8f45366693b33e0b450d31c (diff)
Correct the disqus shortname example in sample-config and readme. Fixes #24
-rw-r--r--README.md6
-rw-r--r--sample-config.toml16
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"
```
## <a name="markdown"></a>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