Skip to content

Commit

Permalink
disqus
Browse files Browse the repository at this point in the history
  • Loading branch information
raghudotcc committed Jul 17, 2020
1 parent a9dda4f commit 7829498
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ collections:
output: true
permalink: /notes/:title

disqus:
shortname: raghuveerdotnet

defaults:
- scope:
path: ""
Expand Down
2 changes: 1 addition & 1 deletion _includes/comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://{{shortname}}.disqus.com/embed.js';
s.src = 'https://{{site.disqus.shortname}}.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Test page to see how the raw markdown is rendered
tags: markdown
comments: true
---

This is intended as a quick reference and showcase.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: How to use Simply Jekyll features on your website
tags: jekyll theme
comments: true
---

Welcome to this feature usage tour. This is going to be another short post that describes how to use all the fancy features we saw in [[Exploring the features of Simply Jekyll]]. So without further ado, let's get started.
Expand Down
1 change: 1 addition & 0 deletions _posts/2020-03-01-How-to-setup-simply-jekyll.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: How to setup Simply Jekyll
tags: jekyll theme
comments: true
---

This is going to be a super simple post about how to setup and use this theme for your own website.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: (Sample Essay) Informational Hazard - Thinking Before Consuming
tags: Practical
comments: true
---

Information is probably the single most addictive substance, even more so than heroin in it can give you the kick even before you have consumed it, let alone waiting for the system to digest it. And what is more interesting is, the quality and the content(in chemist-speak, the composition, and the dosage) that is required to stimulate an individual varies for each individual. For some, the effect kicks in at “keeping up with Kardashians”; for some, when reading editorials in the economist or the new yorker; and for some, reading self-help claptrap disguised as psychology and science. Whichever end of the spectrum you are in there is not much difference in the effect it has on you – all it does is, it consumes your senses.
Expand Down
5 changes: 5 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1418,3 +1418,8 @@ label.margin-toggle:not(.sidenote-number) {
}
}

/* DISQUS THREAD MARGIN OVERRIDE FOR LEGIBILITY, DO NOT TOUCH */
#disqus_thread {
margin-left: 10px;
margin-right: 10px;
}

0 comments on commit 7829498

Please sign in to comment.