-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (89 loc) · 3.05 KB
/
Copy pathindex.html
File metadata and controls
105 lines (89 loc) · 3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
layout: cards
title: "Welcome to Planet Jekyll"
---
<h1>{{ page.title }}</h1>
<div class='cards'>
<div>
<h2><a href="http://planetjekyll.herokuapp.com">Planet Jekyll News Reader »</a></h2>
<p>
More than 11+ Jekyll Blogs 'n' News Sites.
Topics include:
</p>
<ul>
<li>News & Opinions</li>
<li>Themes & Snippets</li>
<li>Links, Links, Links</li>
<li>and many more</li>
</ul>
</div>
<div>
<h2><a href="http://drjekyllthemes.github.io">Jekyll Theme Directory @ Dr. Jekyll's »</a></h2>
<ul>
<li>Minimalist Theme</li>
<li>Bootstrap Theme</li>
<li>Classics Book Theme</li>
<li>and many more</li>
</ul>
</div>
<div>
<h2><a href="http://planetjekyll.github.io/showcase">Planet Jekyll's Showcase - The World's Greatest Static Sites »</a></h2>
<ul>
<li>Bootstrap - The World's Most Popular Mobile-First and Responsive Front-End Framework</li>
<li>Open Data Handbook v2 - Guides, Case Studies and Resources for Government 'n' Civil Society on the What, Why 'n' How of Open Data</li>
<li>Ben Balter - Government Evangelist, Attorney, Open Source Developer</li>
<li>and many more</li>
</ul>
</div>
<div>
<h2><a href="https://github.com/planetjekyll/quickrefs/blob/master/FAQ.md">Jekyll F.A.Q. - Frequently Asked Questions (and Answers)</a></h2>
<ul>
<li>Q: Where can I find help?</li>
<li>Q: Can I use Bootstrap with Jekyll?</li>
<li>Q: How can I post (escape) code snippets that include curly brackets {% raw %} {{ }} {% endraw %}?</li>
<li>and many more</li>
</ul>
</div>
<div>
<h2><a href="http://planetjekyll.github.io/snippets">Jekyll Snippets (Tips & Tricks) »</a></h2>
<ul>
{% for snippet in site.snippets limit:3 %}
<li>{{ snippet.title }}</li>
{% endfor %}
<li>and many more</li>
</ul>
</div>
<div>
<h2><a href="https://github.com/planetjekyll/quickrefs/blob/master/JEKYLL.md">Jekyll Quick Reference »</a></h2>
<p>
Jekyll Commands, Folder Structure, Global Variables, Site Variables, Page Variable,
Liquid Template Filters 'n' Tags and more
</p>
</div>
<div>
<h2><a href="https://github.com/planetjekyll/awesome-jekyll">Awesome Jekyll »</a></h2>
<p>
A collection of awesome Jekyll goodies (tools, templates, plugins, guides, etc.)
</p>
</div>
<div>
<h2><a href="https://github.com/writekit/awesome-markdown">Awesome Markdown @ Write Kit »</a></h2>
<p>
A collection of awesome markdown goodies (libraries, services, editors, tools, cheatsheets, etc.)
</p>
</div>
<div>
<h2><a href="https://github.com/writekit/awesome-books">Awesome Books @ Write Kit »</a></h2>
<p>
A collection of awesome books (handwritten guides, auto-build almanacs w/ open data, etc.) in wiki text
</p>
</div>
<div>
<h2><a href="https://github.com/worldclassics">Great Books in .txt @ World Classics »</a></h2>
<ul>
<li>The Trial by Franz Kafka</li>
<li>Dr. Jekyll and Mr. Hyde by Robert Louis Stevenson</li>
<li>Romeo and Juliet by William Shakespeare</li>
</ul>
</div>
</div><!-- cards -->