Skip to content

Commit 76c41b1

Browse files
committed
differentiating between about and intro post
1 parent 37a3b1a commit 76c41b1

File tree

10 files changed

+119
-77
lines changed

10 files changed

+119
-77
lines changed

_layouts/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
77
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
9-
<title>Code52</title>
9+
<title>{{page.title }} - code52</title>
1010
<link rel="stylesheet" type="text/css" href="/css/style.css" />
1111
<link rel="shortcut icon" href="/img/favicon.ico" />
1212
</head>

_layouts/post.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ <h1> {{page.title}} </h1>
88
{% for tag in page.tags %}
99
<li><a href="/tag/{{ tag }}">{{ tag }}</a></li>
1010
{% endfor %}
11-
12-
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-via="code52org">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
1311
</span>
1412
{{ content }}
1513
</div>
@@ -20,6 +18,8 @@ <h1> {{page.title}} </h1>
2018
<div class="clear">&nbsp;</div>
2119
</div>
2220

21+
22+
{% if page.comments %}
2323
<div id="disqus_thread"></div>
2424
<script type="text/javascript">
2525
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
@@ -33,4 +33,5 @@ <h1> {{page.title}} </h1>
3333
})();
3434
</script>
3535
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
36-
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
36+
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
37+
{% endif %}

_posts/2011-12-31-introduction.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
---
22
layout: post
3-
title: "An introduction to code52"
3+
title: "Introducing code52"
44
author: shiftkey
55
---
66

77
This all started with a simple premise:
88

99
##"A new coding project every week"
1010

11-
Madness! I was hooked and [gobsmacked](http://dictionary.reference.com/browse/gobsmacked) at the same time. I had so many questions, and as we discussed it we started to come to something resembling an agreement. We wanted to:
11+
Madness! I was hooked and [gobsmacked](http://dictionary.reference.com/browse/gobsmacked) at the same time. I had so many questions, and as we discussed it we started to come to something resembling an agreement. We want to:
1212

1313
- introduce developers to open-source projects and help them learn the ropes.
1414
- foster a community which encouraged contributions across a range of technologies.
1515
- work on projects which the community (i.e. YOU) want to improve.
1616

1717
Of course, that doesn't get away from the original question I had.
1818

19-
##Why a week?
19+
##"Why a week?"
2020

2121
A week isn't a long time - or it may be, depending on your perspective. This is still a somewhat contentious point within the group, but a week suits me because:
2222

2323
- shorter timelines encourage achievable goals.
2424
- shorter timelines reduce the incentive to procrastinate.
25-
- more variety of projects to work on - something different each week.
25+
- more variety of projects to work on over a period of time.
2626
- with good organisation, each week should be productive out of the gate.
2727

2828

29-
##What next?
29+
##"What next?"
3030

3131
But there are some things we need to address first:
3232

3333
- how do we determine which projects to work on?
3434
- how do we organise each project?
3535
- how do we (as co-ordinators) deal with the skill gap between experienced and junior developers?
3636

37-
We want to **build fun stuff**, **give back** to the projects who have helped us over the years, and **create a community** around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.
37+
We want to **build fun stuff**, **give back** to the projects which have been useful to us, and potentially **create a community** around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.
3838

3939
Do you have an project which suits this idea? [Vote on it](http://code52.uservoice.org)
4040

41-
Want to discuss your ideas and suggestions ? [Share it](http://code52.tenderapp.com)
41+
Want to discuss your ideas and suggestions? [Share it](http://code52.tenderapp.com)
4242

4343
Want to get in touch? Follow us on [Twitter](http://twitter/code_52)!
4444

_site/about.html

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
77
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
9-
<title>Code52</title>
9+
<title>About - code52</title>
1010
<link rel="stylesheet" type="text/css" href="/css/style.css" />
1111
<link rel="shortcut icon" href="/img/favicon.ico" />
1212
</head>
@@ -39,7 +39,39 @@ <h1> About </h1>
3939

4040
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-via="code52org">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
4141
</span>
42-
<p>some words go here</p>
42+
<p>code52 started with a simple idea:</p>
43+
44+
<h2>"A new coding project every week"</h2>
45+
46+
<p>We want to <strong>build fun stuff</strong>, <strong>give back</strong> to existing projects which need support, and <strong>create a community</strong> which is inclusive and engaging.</p>
47+
48+
<p>Particular goals we want to achieve:</p>
49+
50+
<ul>
51+
<li>introduce developers to open-source projects and help them learn the ropes.</li>
52+
<li>foster a community which encouraged contributions across a range of technologies.</li>
53+
<li>work on projects which the community want to improve.</li>
54+
</ul>
55+
56+
57+
<h2>Why a week?</h2>
58+
59+
<p>We're still nailing down the details at the moment, but in particular:</p>
60+
61+
<ul>
62+
<li>shorter timelines encourage achievable goals.</li>
63+
<li>shorter timelines reduce the incentive to procrastinate.</li>
64+
<li>more variety of projects to work on over a period of time.</li>
65+
</ul>
66+
67+
68+
<h2>How can I find out more?</h2>
69+
70+
<p>You can nominate and vote for projects on our <a href="http://code52.uservoice.org">Uservoice</a> site.</p>
71+
72+
<p>Discussions, ideas and suggestions can be posted on our <a href="http://code52.tenderapp.com">TenderApp</a> site.</p>
73+
74+
<p>And we're on <a href="http://twitter/code_52">Twitter</a>!</p>
4375

4476
</div>
4577
</div>
@@ -49,20 +81,8 @@ <h1> About </h1>
4981
<div class="clear">&nbsp;</div>
5082
</div>
5183

52-
<div id="disqus_thread"></div>
53-
<script type="text/javascript">
54-
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
55-
var disqus_shortname = 'code52'; // required: replace example with your forum shortname
56-
57-
/* * * DON'T EDIT BELOW THIS LINE * * */
58-
(function() {
59-
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
60-
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
61-
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
62-
})();
63-
</script>
64-
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
65-
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
84+
85+
6686
</div>
6787

6888
</div>

_site/atom.xml

Lines changed: 8 additions & 8 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-17T12:54:44+11:00</updated>
6+
<updated>2011-12-17T21:31:45+11:00</updated>
77
<id>http://www.Code52.org/</id>
88
<author>
99
<name>Code52 Team</name>
@@ -14,7 +14,7 @@
1414
<entry>
1515
<id>http://www.Code52.org//introduction</id>
1616
<link type="text/html" rel="alternate" href="http://www.Code52.org//introduction.html"/>
17-
<title>An introduction to code52</title>
17+
<title>Introducing code52</title>
1818
<updated>2011-12-31T00:00:00+11:00</updated>
1919
<author>
2020
<name>Code52 Team</name>
@@ -24,7 +24,7 @@
2424

2525
&lt;h2&gt;&quot;A new coding project every week&quot;&lt;/h2&gt;
2626

27-
&lt;p&gt;Madness! I was hooked and &lt;a href=&quot;http://dictionary.reference.com/browse/gobsmacked&quot;&gt;gobsmacked&lt;/a&gt; at the same time. I had so many questions, and as we discussed it we started to come to something resembling an agreement. We wanted to:&lt;/p&gt;
27+
&lt;p&gt;Madness! I was hooked and &lt;a href=&quot;http://dictionary.reference.com/browse/gobsmacked&quot;&gt;gobsmacked&lt;/a&gt; at the same time. I had so many questions, and as we discussed it we started to come to something resembling an agreement. We want to:&lt;/p&gt;
2828

2929
&lt;ul&gt;
3030
&lt;li&gt;introduce developers to open-source projects and help them learn the ropes.&lt;/li&gt;
@@ -35,19 +35,19 @@
3535

3636
&lt;p&gt; Of course, that doesn't get away from the original question I had.&lt;/p&gt;
3737

38-
&lt;h2&gt;Why a week?&lt;/h2&gt;
38+
&lt;h2&gt;&quot;Why a week?&quot;&lt;/h2&gt;
3939

4040
&lt;p&gt; A week isn't a long time - or it may be, depending on your perspective. This is still a somewhat contentious point within the group, but a week suits me because:&lt;/p&gt;
4141

4242
&lt;ul&gt;
4343
&lt;li&gt;shorter timelines encourage achievable goals.&lt;/li&gt;
4444
&lt;li&gt;shorter timelines reduce the incentive to procrastinate.&lt;/li&gt;
45-
&lt;li&gt;more variety of projects to work on - something different each week.&lt;/li&gt;
45+
&lt;li&gt;more variety of projects to work on over a period of time.&lt;/li&gt;
4646
&lt;li&gt;with good organisation, each week should be productive out of the gate.&lt;/li&gt;
4747
&lt;/ul&gt;
4848

4949

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

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

@@ -58,11 +58,11 @@
5858
&lt;/ul&gt;
5959

6060

61-
&lt;p&gt; We want to &lt;strong&gt;build fun stuff&lt;/strong&gt;, &lt;strong&gt;give back&lt;/strong&gt; to the projects who have helped us over the years, and &lt;strong&gt;create a community&lt;/strong&gt; around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.&lt;/p&gt;
61+
&lt;p&gt; We want to &lt;strong&gt;build fun stuff&lt;/strong&gt;, &lt;strong&gt;give back&lt;/strong&gt; to the projects which have been useful to us, and potentially &lt;strong&gt;create a community&lt;/strong&gt; around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.&lt;/p&gt;
6262

6363
&lt;p&gt; Do you have an project which suits this idea? &lt;a href=&quot;http://code52.uservoice.org&quot;&gt;Vote on it&lt;/a&gt;&lt;/p&gt;
6464

65-
&lt;p&gt; Want to discuss your ideas and suggestions ? &lt;a href=&quot;http://code52.tenderapp.com&quot;&gt;Share it&lt;/a&gt;&lt;/p&gt;
65+
&lt;p&gt; Want to discuss your ideas and suggestions? &lt;a href=&quot;http://code52.tenderapp.com&quot;&gt;Share it&lt;/a&gt;&lt;/p&gt;
6666

6767
&lt;p&gt; Want to get in touch? Follow us on &lt;a href=&quot;http://twitter/code_52&quot;&gt;Twitter&lt;/a&gt;!&lt;/p&gt;
6868
</content>

_site/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
77
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
9-
<title>Code52</title>
9+
<title> - code52</title>
1010
<link rel="stylesheet" type="text/css" href="/css/style.css" />
1111
<link rel="shortcut icon" href="/img/favicon.ico" />
1212
</head>
@@ -36,7 +36,7 @@
3636
<li>
3737
<div class="idea">
3838

39-
<h1><a href="/introduction">An introduction to code52</a></h1>
39+
<h1><a href="/introduction">Introducing code52</a></h1>
4040

4141
<div class="postdate">31 December, 2011
4242
<ul>
@@ -48,7 +48,7 @@ <h1><a href="/introduction">An introduction to code52</a></h1>
4848

4949
<h2>"A new coding project every week"</h2>
5050

51-
<p>Madness! I was hooked and <a href="http://dictionary.reference.com/browse/gobsmacked">gobsmacked</a> at the same time. I had so many questions, and as we discussed it we started to come to something resembling an agreement. We wanted to:</p>
51+
<p>Madness! I was hooked and <a href="http://dictionary.reference.com/browse/gobsmacked">gobsmacked</a> at the same time. I had so many questions, and as we discussed it we started to come to something resembling an agreement. We want to:</p>
5252

5353
<ul>
5454
<li>introduce developers to open-source projects and help them learn the ropes.</li>
@@ -59,19 +59,19 @@ <h2>"A new coding project every week"</h2>
5959

6060
<p> Of course, that doesn't get away from the original question I had.</p>
6161

62-
<h2>Why a week?</h2>
62+
<h2>"Why a week?"</h2>
6363

6464
<p> A week isn't a long time - or it may be, depending on your perspective. This is still a somewhat contentious point within the group, but a week suits me because:</p>
6565

6666
<ul>
6767
<li>shorter timelines encourage achievable goals.</li>
6868
<li>shorter timelines reduce the incentive to procrastinate.</li>
69-
<li>more variety of projects to work on - something different each week.</li>
69+
<li>more variety of projects to work on over a period of time.</li>
7070
<li>with good organisation, each week should be productive out of the gate.</li>
7171
</ul>
7272

7373

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

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

@@ -82,11 +82,11 @@ <h2>What next?</h2>
8282
</ul>
8383

8484

85-
<p> We want to <strong>build fun stuff</strong>, <strong>give back</strong> to the projects who have helped us over the years, and <strong>create a community</strong> around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.</p>
85+
<p> We want to <strong>build fun stuff</strong>, <strong>give back</strong> to the projects which have been useful to us, and potentially <strong>create a community</strong> around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.</p>
8686

8787
<p> Do you have an project which suits this idea? <a href="http://code52.uservoice.org">Vote on it</a></p>
8888

89-
<p> Want to discuss your ideas and suggestions ? <a href="http://code52.tenderapp.com">Share it</a></p>
89+
<p> Want to discuss your ideas and suggestions? <a href="http://code52.tenderapp.com">Share it</a></p>
9090

9191
<p> Want to get in touch? Follow us on <a href="http://twitter/code_52">Twitter</a>!</p>
9292

_site/introduction.html

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Blog Feed" />
77
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Blog Feed" />
88
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
9-
<title>Code52</title>
9+
<title>Introducing code52 - code52</title>
1010
<link rel="stylesheet" type="text/css" href="/css/style.css" />
1111
<link rel="shortcut icon" href="/img/favicon.ico" />
1212
</head>
@@ -33,7 +33,7 @@
3333
<div id="content">
3434
<div class="entry-container">
3535
<div class='entry'>
36-
<h1> An introduction to code52 </h1>
36+
<h1> Introducing code52 </h1>
3737
<span class="postdate">31 December, 2011
3838

3939

@@ -43,7 +43,7 @@ <h1> An introduction to code52 </h1>
4343

4444
<h2>"A new coding project every week"</h2>
4545

46-
<p>Madness! I was hooked and <a href="http://dictionary.reference.com/browse/gobsmacked">gobsmacked</a> at the same time. I had so many questions, and as we discussed it we started to come to something resembling an agreement. We wanted to:</p>
46+
<p>Madness! I was hooked and <a href="http://dictionary.reference.com/browse/gobsmacked">gobsmacked</a> at the same time. I had so many questions, and as we discussed it we started to come to something resembling an agreement. We want to:</p>
4747

4848
<ul>
4949
<li>introduce developers to open-source projects and help them learn the ropes.</li>
@@ -54,19 +54,19 @@ <h2>"A new coding project every week"</h2>
5454

5555
<p> Of course, that doesn't get away from the original question I had.</p>
5656

57-
<h2>Why a week?</h2>
57+
<h2>"Why a week?"</h2>
5858

5959
<p> A week isn't a long time - or it may be, depending on your perspective. This is still a somewhat contentious point within the group, but a week suits me because:</p>
6060

6161
<ul>
6262
<li>shorter timelines encourage achievable goals.</li>
6363
<li>shorter timelines reduce the incentive to procrastinate.</li>
64-
<li>more variety of projects to work on - something different each week.</li>
64+
<li>more variety of projects to work on over a period of time.</li>
6565
<li>with good organisation, each week should be productive out of the gate.</li>
6666
</ul>
6767

6868

69-
<h2>What next?</h2>
69+
<h2>"What next?"</h2>
7070

7171
<p> But there are some things we need to address first:</p>
7272

@@ -77,11 +77,11 @@ <h2>What next?</h2>
7777
</ul>
7878

7979

80-
<p> We want to <strong>build fun stuff</strong>, <strong>give back</strong> to the projects who have helped us over the years, and <strong>create a community</strong> around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.</p>
80+
<p> We want to <strong>build fun stuff</strong>, <strong>give back</strong> to the projects which have been useful to us, and potentially <strong>create a community</strong> around this crazy idea. So whatever your background - if you want to get involved and work with others in the developer community, we'd love to hear from you.</p>
8181

8282
<p> Do you have an project which suits this idea? <a href="http://code52.uservoice.org">Vote on it</a></p>
8383

84-
<p> Want to discuss your ideas and suggestions ? <a href="http://code52.tenderapp.com">Share it</a></p>
84+
<p> Want to discuss your ideas and suggestions? <a href="http://code52.tenderapp.com">Share it</a></p>
8585

8686
<p> Want to get in touch? Follow us on <a href="http://twitter/code_52">Twitter</a>!</p>
8787

@@ -93,20 +93,8 @@ <h2>What next?</h2>
9393
<div class="clear">&nbsp;</div>
9494
</div>
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>
96+
97+
11098
</div>
11199

112100
</div>

_site/rakefile.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#Derived from https://github.com/avdgaag/arjanvandergaag.nl/blob/28539bc736a05b28f2aa4ef81e4f61f3f91375a0/Rakefile
22
task :default => :dev
33

4-
MY_URL = "http://www.code52.org"
5-
MY_NAME = "Andrew Tobin, Brendan Forster, Paul Jenkins"
4+
MY_URL = "http://www.brendanforster.com"
5+
MY_NAME = "Brendan Forster"
66

77
desc 'Ping pingomatic'
88
task :ping do

0 commit comments

Comments
 (0)