Skip to content

Commit 117e68f

Browse files
committed
Adding back Disqus
1 parent 7848c0b commit 117e68f

File tree

6 files changed

+25
-8
lines changed

6 files changed

+25
-8
lines changed

_posts/2011-12-31-introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: post
33
title: "Introducing code52"
44
author: shiftkey
5+
comments: true
56
---
67

78
This all started with a simple premise:
@@ -26,7 +27,7 @@ Madness! I was hooked and [gobsmacked](http://dictionary.reference.com/browse/go
2627
- with good organisation, each week should be productive out of the gate.
2728

2829

29-
##"What next?"
30+
##"What's next?"
3031

3132
But there are some things we need to address first:
3233

_site/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
code52.org

_site/atom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>Code52</title>
44
<link href="http://www.Code52.org/"/>
55
<link type="application/atom+xml" rel="self" href="http://www.Code52.org/atom.xml"/>
6-
<updated>2011-12-29T20:02:57+11:00</updated>
6+
<updated>2011-12-29T22:10:22+11:00</updated>
77
<id>http://www.Code52.org/</id>
88
<author>
99
<name>Code52 Team</name>
@@ -47,7 +47,7 @@
4747
&lt;/ul&gt;
4848

4949

50-
&lt;h2&gt;&quot;What next?&quot;&lt;/h2&gt;
50+
&lt;h2&gt;&quot;What's next?&quot;&lt;/h2&gt;
5151

5252
&lt;p&gt; But there are some things we need to address first:&lt;/p&gt;
5353

_site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h2>"Why a week?"</h2>
7171
</ul>
7272

7373

74-
<h2>"What next?"</h2>
74+
<h2>"What's next?"</h2>
7575

7676
<p> But there are some things we need to address first:</p>
7777

_site/introduction.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h2>"Why a week?"</h2>
6464
</ul>
6565

6666

67-
<h2>"What next?"</h2>
67+
<h2>"What's next?"</h2>
6868

6969
<p> But there are some things we need to address first:</p>
7070

@@ -93,6 +93,21 @@ <h2>"What next?"</h2>
9393

9494

9595

96+
<div id="disqus_thread"></div>
97+
<script type="text/javascript">
98+
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
99+
var disqus_shortname = 'code52'; // required: replace example with your forum shortname
100+
101+
/* * * DON'T EDIT BELOW THIS LINE * * */
102+
(function() {
103+
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
104+
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
105+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
106+
})();
107+
</script>
108+
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
109+
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
110+
96111
</div>
97112

98113
</div>

_site/rss.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<atom:link href="http://www.Code52.org/rss.xml" rel="self" type="application/rss+xml" />
77
<description></description>
88
<language>en-au</language>
9-
<pubDate>Thu, 29 Dec 2011 20:02:57 +1100</pubDate>
10-
<lastBuildDate>Thu, 29 Dec 2011 20:02:57 +1100</lastBuildDate>
9+
<pubDate>Thu, 29 Dec 2011 22:10:22 +1100</pubDate>
10+
<lastBuildDate>Thu, 29 Dec 2011 22:10:22 +1100</lastBuildDate>
1111

1212

1313
<item>
@@ -43,7 +43,7 @@
4343
&lt;/ul&gt;
4444

4545

46-
&lt;h2&gt;&quot;What next?&quot;&lt;/h2&gt;
46+
&lt;h2&gt;&quot;What's next?&quot;&lt;/h2&gt;
4747

4848
&lt;p&gt; But there are some things we need to address first:&lt;/p&gt;
4949

0 commit comments

Comments
 (0)