Forráskód Böngészése

edit README file to make disqus config working (#43)

rdhox 7 éve
szülő
commit
d1a82df5dd
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -33,14 +33,14 @@ pygmentsstyle = "b2" # Color-theme or style for syntax highlighting.
 pygmentscodefences = true # Enable code fence background highlighting.
 pygmentscodefencesguesssyntax = true # Enable syntax guessing for code fences without specified language.
 
+disqusShortname = "yourdiscussshortname" # Enable or disable Disqus
+
 [params] # theme parameters
     author = "John Doe" # Author's name.
     info = "Full Stack DevOps and Magician" # Author's job title or info.
     description = "John Doe's personal website" # Site description.
     keywords = "blog,developer,personal" # Site keywords.
 
-    disqusShortname = "yourdiscussshortname" # Enable or disable Disqus
-
     # Whether you want to hide copyright and credits in the footer.
     hideCredits = false
     hideCopyright = false