Disqus support, exampleSite preview through make commando (#16)

* Added disqus support

* reformatted README

* Updated example config

* Added a make demo command to easy run the exampleSite.
Also good for developing new features but don`t want to setup a
different project for it

* Updated readme

* Working on my .md skillsw
This commit is contained in:
Maikel
2018-05-01 20:59:02 +02:00
committed by Luiz F. A. de Prá
parent 0f2bd0c0a6
commit 826fa2ee18
5 changed files with 41 additions and 4 deletions

View File

@@ -32,4 +32,11 @@
{{ .Content }}
</article>
</section>
<br/>
{{ if and (not (eq .Site.DisqusShortname "" )) (eq (.Params.disable_comments | default false) false)}}
{{ template "_internal/disqus.html" . }}
{{ end }}
</section>