Skip to content

Commit

Permalink
Adding disqus
Browse files Browse the repository at this point in the history
Discuss HTML can't be indented in .md file
  • Loading branch information
friendlyantz committed Aug 17, 2023
1 parent 7abe6bb commit eccdff3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
theme: minima
minima:
skin: auto
comments:
provider: "disqus"
disqus:
shortname: ddia-bookclub
32 changes: 31 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,43 @@
---
# layout: cv
# title: DDIA
# other options
---

* [Web version](https://friendlyantz.github.io/book-notes-designing-data-intensive-apps/)
{:toc}

---

# Comments partial

<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://ddia-bookclub.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

---

{% include_relative _chapters/01.md %}
{% include_relative _chapters/02.md %}
{% include_relative _chapters/03.md %}
{% include_relative _chapters/04.md %}
{% include_relative _chapters/05.md %}
{% include_relative _chapters/06.md %}

<script id="dsq-count-scr" src="//ddia-bookclub.disqus.com/count.js" async></script>
<script id="dsq-count-scr" src="//ddia-bookclub.disqus.com/count.js" async></script>

0 comments on commit eccdff3

Please sign in to comment.