Skip to content

Commit cbdd8d2

Browse files
committed
Shouting out other Jekyll starting points in the readme
1 parent 0df8994 commit cbdd8d2

File tree

6 files changed

+20
-41
lines changed

6 files changed

+20
-41
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,16 @@
22

33
Create your Jekyll blog in minutes.
44

5-
A clean, one-column theme from which to kick off your Jekyll blog.
5+
A clean, one-column theme from which to kick off your Jekyll blog.
6+
7+
### Sites based on Jekyll Boilerplate
8+
9+
- <http://barryclark.co>
10+
- Send your site to barry@barryclark.co and I'll add it
11+
12+
### Good alternative Jekyll starting points
13+
14+
- Looking for a theme with a sidebar? [Left by Zach Holman](https://github.com/holman/left)
15+
- Looking for a starting point with sweet Pow workflows? [Hazelnut by Mig Reyes](https://github.com/migreyes/hazelnut)
16+
- Looking for a bulkier starting point with more options? [Octopress by Brandon Mathis](https://github.com/imathis/octopress)
17+
- Looking for where it all began? [mojombo.github.io by Tom Preston-Werner](https://github.com/mojombo/mojombo.github.io)

_layouts/default.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,13 @@
3535

3636
<div id="main" role="main">{{ content }}</div>
3737

38-
<footer>
39-
<p></p>
38+
<footer class="footer">
39+
<ul>
40+
<li><a href="http://github.com/{{ site.github }}">@{{ site.github }} on GitHub</a></li>
41+
<li><a href="http://twitter.com/{{ site.twitter }}">@{{ site.twitter }} on Twitter</a></li>
42+
<li><a href="http://instagram.com/{{ site.instagram }}">@{{ site.instagram }} on Instagram</a></li>
43+
<li><a href="http://dribbble.com/{{ site.dribbble }}">@{{ site.dribbble }} on Dribbble</a></li>
44+
</ul>
4045
</footer>
4146

4247
{% include analytics.html %}

_posts/2014-1-1-Test-Post.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

_posts/2014-2-2-Second-Test-Post.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

_posts/2014-2-3-Third-Test-Post.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

about.html

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)