Jekyll notes: adding disqus, google analytics, social meida icons

Comment with Disqus

updated _config.yml with:

disqus:
  shortname: <short-name>

issue with the default theme(Minima): We were unable to load Disqus. however it seems that the code in default jekyll theme minima/disqus_comments.html is not working with my Disqus.

solution:

created _includes/disqus_comments.html with the code copied from Disque.

Google analytics

updted _config.yml with:

google_analytics: <UA-CODE>

for more config comments: barryclark/jekyll-now/blob/master/_config.yml

Social media icons

you may want to try an awesome SVG collection which follows Creative Commons Zero v1.0 Universal:

https://github.com/danleech/simple-icons

- 2017-03-19 edit