Add disqus

This commit is contained in:
2018-08-29 16:34:29 -04:00
parent 78765f1b0d
commit 6ab8e86263
15 changed files with 53 additions and 5 deletions
BIN
View File
Binary file not shown.
+1
View File
@@ -18,6 +18,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
url: "https://codersherlock.github.com/" # the base hostname & protocol for your site url: "https://codersherlock.github.com/" # the base hostname & protocol for your site
twitter_username: haopengzhan twitter_username: haopengzhan
github_username: codersherlock github_username: codersherlock
disqus_shortname: codersherlockblog
permalink: /archivers/:title permalink: /archivers/:title
gems: gems:
-2
View File
@@ -171,8 +171,6 @@ Niagara Falls, NY, USA, 2017.</p>
</div> </div>
</div> </div>
@@ -104,6 +104,18 @@ You also need to save charles Root Certificate, it also contains in the same men
<div class="post-comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'codersherlockblog'; // required: replace example with your forum shortname
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</div>
+12
View File
@@ -76,6 +76,18 @@
<div class="post-comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'codersherlockblog'; // required: replace example with your forum shortname
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</div>
+12
View File
@@ -95,6 +95,18 @@
<div class="post-comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'codersherlockblog'; // required: replace example with your forum shortname
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</div>
@@ -185,6 +185,18 @@ su
<div class="post-comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'codersherlockblog'; // required: replace example with your forum shortname
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</div>
+3 -3
View File
@@ -6,9 +6,9 @@
</description> </description>
<link>https://codersherlock.github.com//</link> <link>https://codersherlock.github.com//</link>
<atom:link href="https://codersherlock.github.com//feed.xml" rel="self" type="application/rss+xml"/> <atom:link href="https://codersherlock.github.com//feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Fri, 23 Feb 2018 15:54:34 -0500</pubDate> <pubDate>Wed, 29 Aug 2018 16:34:12 -0400</pubDate>
<lastBuildDate>Fri, 23 Feb 2018 15:54:34 -0500</lastBuildDate> <lastBuildDate>Wed, 29 Aug 2018 16:34:12 -0400</lastBuildDate>
<generator>Jekyll v3.7.2</generator> <generator>Jekyll v3.8.3</generator>
<item> <item>
<title>Xv6 introduction</title> <title>Xv6 introduction</title>
+1
View File
@@ -3,6 +3,7 @@ layout: page
title: About title: About
permalink: /about/ permalink: /about/
public: true public: true
nocomments: true
--- ---
# Pengzhan Hao # Pengzhan Hao