@@ -23,15 +23,16 @@ <h2><a href="http://planetjekyll.herokuapp.com">Planet Jekyll News Reader »</a>
23
23
</ div >
24
24
25
25
< div >
26
- < h2 > < a href ="http://planetjekyll .github.io/themes "> Jekyll Theme of the Month Series »</ a > </ h2 >
26
+ < h2 > < a href ="http://drjekyllthemes .github.io "> Jekyll Theme Directory @ Dr. Jekyll's »</ a > </ h2 >
27
27
< ul >
28
- {% for theme in site.data.themes.themes limit:3 %}
29
- < li > {{ theme.title }} </ li >
30
- {% endfor %}
28
+ < li > Minimalist Theme </ li >
29
+ < li > Bootstrap Theme </ li >
30
+ < li > Classics Book Theme </ li >
31
31
< li > and many more</ li >
32
32
</ ul >
33
33
</ div >
34
34
35
+
35
36
< div >
36
37
< h2 > < a href ="http://planetjekyll.github.io/themes "> Jekyll Snippets (Tips & Tricks) »</ a > </ h2 >
37
38
< ul >
@@ -42,13 +43,22 @@ <h2><a href="http://planetjekyll.github.io/themes">Jekyll Snippets (Tips & T
42
43
</ ul >
43
44
</ div >
44
45
46
+ < div >
47
+ < h2 > < a href ="https://github.com/planetjekyll/quickrefs/blob/master/JEKYLL.md "> Jekyll Quick Reference »</ a > </ h2 >
48
+ < p >
49
+ Jekyll Commands, Folder Structure, Global Variables, Site Variables, Page Variable,
50
+ Liquid Template Filters 'n' Tags and more
51
+ </ p >
52
+ </ div >
53
+
45
54
< div >
46
55
< h2 > < a href ="https://github.com/planetjekyll/awesome-jekyll "> Awesome Jekyll »</ a > </ h2 >
47
56
< p >
48
57
A collection of awesome Jekyll goodies (tools, templates, plugins, guides, etc.)
49
58
</ p >
50
59
</ div >
51
60
61
+
52
62
< div >
53
63
< h2 > < a href ="https://github.com/writekit/awesome-markdown "> Awesome Markdown @ WriteKit »</ a > </ h2 >
54
64
< p >
@@ -63,23 +73,5 @@ <h2><a href="https://github.com/writekit/awesome-books">Awesome Books @ WriteKit
63
73
</ p >
64
74
</ div >
65
75
66
- < div >
67
- < h2 > < a href ="http://planetjekyll.github.io/links "> Jekyll Links & Bookmarks »</ a > </ h2 >
68
- < ul >
69
- {% for link in site.data.links.jekyll limit:3 %}
70
- < li > {{ link.title }}</ li >
71
- {% endfor %}
72
- < li > and many more</ li >
73
- </ ul >
74
- </ div >
75
-
76
- < div >
77
- < h2 > < a href ="https://github.com/planetjekyll/quickrefs/blob/master/JEKYLL.md "> Jekyll Quick Reference »</ a > </ h2 >
78
- < p >
79
- Jekyll Commands, Folder Structure, Global Variables, Site Variables, Page Variable,
80
- Liquid Template Filters 'n' Tags and more
81
- </ p >
82
- </ div >
83
-
84
76
85
77
</ div > <!-- cards -->
0 commit comments