mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
edit README file to make disqus config working (#43)
This commit is contained in:
@@ -33,14 +33,14 @@ pygmentsstyle = "b2" # Color-theme or style for syntax highlighting.
|
|||||||
pygmentscodefences = true # Enable code fence background highlighting.
|
pygmentscodefences = true # Enable code fence background highlighting.
|
||||||
pygmentscodefencesguesssyntax = true # Enable syntax guessing for code fences without specified language.
|
pygmentscodefencesguesssyntax = true # Enable syntax guessing for code fences without specified language.
|
||||||
|
|
||||||
|
disqusShortname = "yourdiscussshortname" # Enable or disable Disqus
|
||||||
|
|
||||||
[params] # theme parameters
|
[params] # theme parameters
|
||||||
author = "John Doe" # Author's name.
|
author = "John Doe" # Author's name.
|
||||||
info = "Full Stack DevOps and Magician" # Author's job title or info.
|
info = "Full Stack DevOps and Magician" # Author's job title or info.
|
||||||
description = "John Doe's personal website" # Site description.
|
description = "John Doe's personal website" # Site description.
|
||||||
keywords = "blog,developer,personal" # Site keywords.
|
keywords = "blog,developer,personal" # Site keywords.
|
||||||
|
|
||||||
disqusShortname = "yourdiscussshortname" # Enable or disable Disqus
|
|
||||||
|
|
||||||
# Whether you want to hide copyright and credits in the footer.
|
# Whether you want to hide copyright and credits in the footer.
|
||||||
hideCredits = false
|
hideCredits = false
|
||||||
hideCopyright = false
|
hideCopyright = false
|
||||||
|
|||||||
Reference in New Issue
Block a user