drjekyll 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,33 @@
1
+ # encoding: utf-8
2
+
3
+ module DrJekyll
4
+
5
+ class Opts
6
+
7
+ def merge_gli_options!( options = {} )
8
+ @local = true if options[:local] == true
9
+ @verbose = true if options[:verbose] == true
10
+ end
11
+
12
+
13
+ def verbose=(boolean) # add: alias for debug ??
14
+ @verbose = boolean
15
+ end
16
+
17
+ def verbose?
18
+ return false if @verbose.nil? # default verbose/debug flag is false
19
+ @verbose == true
20
+ end
21
+
22
+ def local=(boolean)
23
+ @local = boolean
24
+ end
25
+
26
+ def local?
27
+ return false if @local.nil? # default verbose/debug flag is false
28
+ @local == true
29
+ end
30
+
31
+ end # class Opts
32
+
33
+ end # module DrJekyll
@@ -0,0 +1,33 @@
1
+ # encoding: utf-8
2
+
3
+
4
+ module DrJekyll
5
+
6
+ class UnzipCommand ## find a better name - why, why not ??
7
+
8
+ def initialize( catalog, opts )
9
+ @catalog = catalog
10
+ @opts = opts
11
+ end
12
+
13
+ def run( args )
14
+ ## note: required template name (defaults to starter for now)
15
+ key = args[0] || 'starter'
16
+
17
+ theme = @catalog.get( key )
18
+
19
+ if theme
20
+ unzip( theme )
21
+ else
22
+ ## todo: issue warning - why, why not??
23
+ end
24
+ end
25
+
26
+ def unzip( theme )
27
+ ## to be done
28
+ pp theme
29
+ end
30
+
31
+ end ## class UnzipCommand
32
+
33
+ end # module DrJekyll
@@ -0,0 +1,23 @@
1
+ # encoding: utf-8
2
+
3
+
4
+ module DrJekyll
5
+
6
+ MAJOR = 0
7
+ MINOR = 0
8
+ PATCH = 1
9
+ VERSION = [MAJOR,MINOR,PATCH].join('.')
10
+
11
+ def self.version
12
+ VERSION
13
+ end
14
+
15
+ def self.banner
16
+ "drjekyll/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]"
17
+ end
18
+
19
+ def self.root
20
+ "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}"
21
+ end
22
+
23
+ end # module DrJekyll
@@ -0,0 +1,877 @@
1
+ ---
2
+ Planet Jekyll's Starter (Minimal):
3
+ demo_url: http://planetjekyll.github.io/jekyll-starter-theme/
4
+ thumbnail: planet-jekyll-starter.png
5
+ author: Gerald Bauer
6
+ license: Public Domain
7
+ tags:
8
+ - white
9
+ home_url: https://github.com/planetjekyll/jekyll-starter-theme
10
+ download_url: https://github.com/planetjekyll/jekyll-starter-theme/archive/gh-pages.zip
11
+ Dr Jekyll's Minimal:
12
+ demo_url: http://drjekyllthemes.github.io/jekyll-minimal-theme/
13
+ thumbnail: drjekyll-minimal.png
14
+ author: Gerald Bauer
15
+ license: Public Domain
16
+ tags:
17
+ - white
18
+ home_url: https://github.com/drjekyllthemes/jekyll-minimal-theme
19
+ download_url: https://github.com/drjekyllthemes/jekyll-minimal-theme/archive/gh-pages.zip
20
+ Dr Jekyll's Bootstrap:
21
+ demo_url: http://drjekyllthemes.github.io/jekyll-bootstrap-theme/
22
+ author: Gerald Bauer
23
+ thumbnail: drjekyll-bootstrap.png
24
+ license: Public Domain
25
+ tags:
26
+ - bootstrap
27
+ - scss
28
+ - white
29
+ home_url: https://github.com/drjekyllthemes/jekyll-bootstrap-theme
30
+ download_url: https://github.com/drjekyllthemes/jekyll-bootstrap-theme/archive/gh-pages.zip
31
+ Dr Jekyll's Classics Book:
32
+ demo_url: http://drjekyllthemes.github.io/jekyll-book-theme/
33
+ author: Gerald Bauer
34
+ thumbnail: drjekyll-book.png
35
+ license: Public Domain
36
+ tags:
37
+ - books
38
+ - white
39
+ home_url: https://github.com/drjekyllthemes/jekyll-book-theme
40
+ download_url: https://github.com/drjekyllthemes/jekyll-book-theme/archive/gh-pages.zip
41
+ Poole:
42
+ demo_url: http://demo.getpoole.com/
43
+ author: Mark Otto
44
+ thumbnail: poole.png
45
+ license: MIT
46
+ tags:
47
+ - poole
48
+ home_url: https://github.com/poole/poole
49
+ download_url: https://github.com/poole/poole/archive/master.zip
50
+ Poole's Hyde:
51
+ demo_url: http://hyde.getpoole.com/
52
+ author: Mark Otto
53
+ thumbnail: poole-hyde.png
54
+ license: MIT
55
+ tags:
56
+ - poole
57
+ home_url: https://github.com/poole/hyde
58
+ download_url: https://github.com/poole/hyde/archive/master.zip
59
+ Poole's Lanyon:
60
+ demo_url: http://lanyon.getpoole.com/
61
+ author: Mark Otto
62
+ thumbnail: poole-lanyon.png
63
+ license: MIT
64
+ tags:
65
+ - poole
66
+ home_url: https://github.com/poole/lanyon
67
+ download_url: https://github.com/poole/lanyon/archive/master.zip
68
+ Beautiful Jekyll:
69
+ demo_url: http://deanattali.com/beautiful-jekyll/
70
+ author: Dean Attali
71
+ thumbnail: beautiful-jekyll.png
72
+ license: MIT
73
+ tags: []
74
+ home_url: https://github.com/daattali/beautiful-jekyll
75
+ download_url: https://github.com/daattali/beautiful-jekyll/archive/master.zip
76
+ Jekyll New (Built-In Default):
77
+ demo_url: http://jekyll.github.io/example/
78
+ author: Joel Glovier et al
79
+ thumbnail: jekyll-new.png
80
+ license: MIT
81
+ tags: []
82
+ home_url: https://github.com/jekyll/example
83
+ download_url: https://github.com/jekyll/example/archive/gh-pages.zip
84
+ Jekyll Now:
85
+ demo_url: http://www.jekyllnow.com/
86
+ author: Barry Clark
87
+ thumbnail: jekyll-now.png
88
+ license: MIT
89
+ tags: []
90
+ home_url: https://github.com/barryclark/jekyll-now
91
+ download_url: https://github.com/barryclark/jekyll-now/archive/master.zip
92
+ Holo Alfa:
93
+ demo_url: http://steinvc.github.io/holo-alfa/
94
+ author: Stijn van Cuijk
95
+ thumbnail: holo-alfa.png
96
+ license: MIT
97
+ tags: []
98
+ home_url: https://github.com/steinvc/holo-alfa
99
+ download_url: https://github.com/steinvc/holo-alfa/archive/gh-pages.zip
100
+ "{ Personal }":
101
+ home_url: https://github.com/PanosSakkos/personal-jekyll-theme
102
+ download_url: https://github.com/PanosSakkos/personal-jekyll-theme/archive/master.zip
103
+ demo_url: http://panossakkos.github.io
104
+ author: Panos Sakkos
105
+ thumbnail: personal.jpg
106
+ license: MIT
107
+ tags: []
108
+ Material Design Lite (MDL):
109
+ home_url: https://github.com/gdg-managua/jekyll-mdl
110
+ download_url: https://github.com/gdg-managua/jekyll-mdl/releases
111
+ demo_url: http://www.gdgmanagua.org/jekyll-mdl
112
+ author: Google Developers Group (GDG) Managua
113
+ thumbnail: jekyll-mdl-screen.jpg
114
+ license: Apache
115
+ tags: []
116
+ Scribble:
117
+ home_url: https://github.com/muan/scribble
118
+ download_url: https://github.com/muan/scribble/archive/master.zip
119
+ demo_url: http://scribble.muan.co/2013/05/06/scribble-the-jekyll-theme/
120
+ author: Mu-An Chiou
121
+ thumbnail: scribble.png
122
+ license: MIT
123
+ tags: []
124
+ Green Tea:
125
+ home_url: http://richbray.me/frap/
126
+ download_url: http://richbray.me/frap/gt.zip
127
+ demo_url: http://richbray.me/frap/gt/
128
+ author: Richard Bray
129
+ thumbnail: green-tea.png
130
+ tags: []
131
+ Vanilla Bean Creme:
132
+ home_url: http://richbray.me/frap/
133
+ download_url: http://richbray.me/frap/vbc.zip
134
+ demo_url: http://richbray.me/frap/vbc/
135
+ author: Richard Bray
136
+ thumbnail: vanilla-bean-creme.png
137
+ tags: []
138
+ Solar:
139
+ home_url: https://github.com/mattvh/solar-theme-jekyll
140
+ download_url: https://github.com/mattvh/solar-theme-jekyll/archive/master.zip
141
+ demo_url: http://mattvh.github.io/solar-theme-jekyll/
142
+ author: Matt Harzewski
143
+ thumbnail: solar.png
144
+ license: GNU GPL
145
+ tags: []
146
+ Left:
147
+ home_url: https://github.com/holman/left
148
+ download_url: https://github.com/holman/left/archive/gh-pages.zip
149
+ demo_url: http://zachholman.com/left/
150
+ author: Zach Holman
151
+ thumbnail: left.png
152
+ license: MIT
153
+ tags: []
154
+ Slate:
155
+ home_url: https://github.com/jasoncostello/slate
156
+ download_url: https://github.com/jasoncostello/slate/archive/master.zip
157
+ author: Jason Costello
158
+ thumbnail: slate.png
159
+ license: MIT
160
+ tags: []
161
+ So Simple:
162
+ home_url: https://github.com/mmistakes/so-simple-theme
163
+ download_url: https://github.com/mmistakes/so-simple-theme/archive/master.zip
164
+ demo_url: http://mmistakes.github.io/so-simple-theme/
165
+ author: Michael Rose
166
+ thumbnail: so-simple.png
167
+ license: MIT
168
+ tags: []
169
+ Minimal Mistakes:
170
+ home_url: https://github.com/mmistakes/minimal-mistakes
171
+ download_url: https://github.com/mmistakes/minimal-mistakes/archive/master.zip
172
+ demo_url: http://mmistakes.github.io/minimal-mistakes/
173
+ author: Michael Rose
174
+ thumbnail: minimal-mistakes.png
175
+ license: MIT
176
+ tags: []
177
+ Skinny Bones:
178
+ home_url: https://github.com/mmistakes/skinny-bones-jekyll
179
+ download_url: https://github.com/mmistakes/skinny-bones-jekyll/archive/master.zip
180
+ demo_url: http://mmistakes.github.io/skinny-bones-jekyll/
181
+ author: Michael Rose
182
+ thumbnail: skinny-bones.gif
183
+ license: MIT
184
+ tags: []
185
+ HiPSTeR (HPSTR):
186
+ home_url: https://github.com/mmistakes/hpstr-jekyll-theme
187
+ download_url: https://github.com/mmistakes/hpstr-jekyll-theme/archive/master.zip
188
+ demo_url: http://mmistakes.github.io/hpstr-jekyll-theme/
189
+ author: Michael Rose
190
+ thumbnail: hpstr.png
191
+ license: MIT
192
+ tags: []
193
+ HiPSTeR (HPSTR) Version 2 - Vietnamese:
194
+ home_url: https://github.com/minhhuy150894/minhhuy150894.github.io
195
+ download_url: https://github.com/minhhuy150894/minhhuy150894.github.io/archive/master.zip
196
+ demo_url: http://minhhuy150894.github.io
197
+ author: David Ng (Nguyen Minh Huy) - Michael Rose
198
+ thumbnail: hpstr-v2.png
199
+ license: MIT
200
+ tags: []
201
+ Balzac:
202
+ home_url: https://github.com/coletownsend/balzac-for-jekyll
203
+ download_url: https://github.com/coletownsend/balzac-for-jekyll/archive/master.zip
204
+ demo_url: http://jekyll.gtat.me
205
+ author: Cole Townsend
206
+ thumbnail: balzac.jpg
207
+ license: MIT
208
+ tags: []
209
+ Lagom:
210
+ home_url: https://github.com/swanson/lagom
211
+ download_url: https://github.com/swanson/lagom/archive/master.zip
212
+ author: Matt Swanson
213
+ thumbnail: lagom.png
214
+ license: MIT
215
+ tags: []
216
+ Dbyll:
217
+ home_url: https://github.com/dbtek/dbyll
218
+ download_url: https://github.com/dbtek/dbyll/archive/master.zip
219
+ demo_url: http://dbtek.github.io/dbyll/
220
+ author: Ismail Demirbilek
221
+ thumbnail: dbyll.png
222
+ license: MIT
223
+ tags: []
224
+ Exemplar:
225
+ home_url: https://github.com/tybenz/exemplar
226
+ download_url: https://github.com/tybenz/exemplar/archive/master.zip
227
+ demo_url: http://exemplar.tybenz.com
228
+ author: Tyler Benziger
229
+ thumbnail: exemplar.png
230
+ license: MIT
231
+ tags: []
232
+ Kasper:
233
+ home_url: https://github.com/rosario/kasper
234
+ download_url: https://github.com/rosario/kasper/archive/master.zip
235
+ demo_url: http://rosario.io/2013/11/10/kasper-theme-for-jekyll.html
236
+ author: Rosario Rascuna
237
+ thumbnail: kasper.png
238
+ license: MIT
239
+ tags: []
240
+ Swift:
241
+ home_url: https://github.com/pranavrajs/swift/
242
+ download_url: https://github.com/pranavrajs/swift/archive/master.zip
243
+ demo_url: http://pranavrajs.me/swift/
244
+ author: Pranav Raj S
245
+ thumbnail: swift.png
246
+ license: MIT
247
+ tags: []
248
+ Flex:
249
+ home_url: https://github.com/the-development/flex
250
+ download_url: https://github.com/the-development/flex/archive/master.zip
251
+ demo_url: http://the-development.github.io/flex
252
+ author: Jeff Martin
253
+ thumbnail: flex.png
254
+ license: MIT
255
+ tags: []
256
+ H M Faysal's Omega:
257
+ home_url: https://github.com/hmfaysal/hmfaysal-omega-theme
258
+ download_url: https://github.com/hmfaysal/hmfaysal-omega-theme/archive/gh-pages.zip
259
+ demo_url: http://hmfaysal.github.io/hmfaysal-omega-theme/
260
+ author: Hossain Mohd Faysal
261
+ thumbnail: hmfaysal-omega.jpg
262
+ license: MIT
263
+ tags: []
264
+ H M Faysal's Notepad:
265
+ home_url: https://github.com/hmfaysal/Notepad
266
+ download_url: https://github.com/hmfaysal/Notepad/archive/gh-pages.zip
267
+ demo_url: http://hmfaysal.github.io/Notepad/
268
+ author: Hossain Mohd Faysal
269
+ thumbnail: hmfaysal-notepad.png
270
+ license: MIT
271
+ tags: []
272
+ Simply Grey:
273
+ home_url: https://github.com/mondss/simplygrey-jekyll
274
+ download_url: https://github.com/mondss/simplygrey-jekyll/archive/master.zip
275
+ author: Liam Symonds
276
+ thumbnail: simply-grey.png
277
+ license: BSD
278
+ tags: []
279
+ Herring Cove:
280
+ home_url: https://github.com/arnp/herring-cove
281
+ download_url: https://github.com/arnp/herring-cove/archive/master.zip
282
+ author: Ravi Patel
283
+ thumbnail: herring-cove.jpg
284
+ license: MIT
285
+ tags: []
286
+ Red Cup:
287
+ home_url: https://github.com/nadjetey/redcup
288
+ download_url: https://github.com/nadjetey/redcup/archive/master.zip
289
+ demo_url: http://nadjetey.github.io/redcup/
290
+ author: Nii Adjetey Sowah
291
+ thumbnail: redcup.png
292
+ license: CC BY
293
+ tags: []
294
+ Solo:
295
+ home_url: http://github.com/chibicode/solo/
296
+ download_url: http://github.com/chibicode/solo/archive/master.zip
297
+ demo_url: http://chibicode.github.io/solo/
298
+ author: Shu Uesugi
299
+ thumbnail: solo.png
300
+ license: MIT
301
+ tags: []
302
+ Thinny:
303
+ home_url: https://github.com/camporez/Thinny
304
+ download_url: https://github.com/camporez/Thinny/releases/latest
305
+ demo_url: http://camporez.github.io/blog/thinny-2/
306
+ author: Ian Camporez Brunelli
307
+ thumbnail: thinny.png
308
+ license: MIT
309
+ tags: []
310
+ Hikari:
311
+ home_url: https://github.com/mx3m/hikari-for-Jekyll
312
+ download_url: https://github.com/mx3m/hikari-for-Jekyll/archive/master.zip
313
+ demo_url: http://mx3m.github.io/hikari-for-Jekyll/
314
+ author: Mathieu Mayer-Mazzoli
315
+ thumbnail: hikari.png
316
+ license: MIT
317
+ tags: []
318
+ Brume:
319
+ home_url: https://github.com/aigarsdz/brume
320
+ download_url: https://github.com/aigarsdz/brume/archive/master.zip
321
+ demo_url: http://aigarsdz.github.io/brume
322
+ author: Aigars Dzerviniks
323
+ thumbnail: brume.png
324
+ license: MIT
325
+ tags: []
326
+ Wangana:
327
+ home_url: https://github.com/nadjetey/wangana
328
+ download_url: https://github.com/nadjetey/wangana/archive/master.zip
329
+ demo_url: http://nadjetey.github.io/
330
+ author: Nii Adjetey Sowah
331
+ thumbnail: wangana.png
332
+ license: MIT
333
+ tags: []
334
+ Incorporated:
335
+ home_url: https://github.com/kippt/jekyll-incorporated
336
+ download_url: https://github.com/kippt/jekyll-incorporated/archive/master.zip
337
+ demo_url: http://blog.sendtoinc.com/
338
+ author: Kippt Inc.
339
+ thumbnail: incorporated.png
340
+ license: MIT
341
+ tags: []
342
+ Gereksiz:
343
+ home_url: https://github.com/berkoz/gereksiz
344
+ download_url: https://github.com/berkoz/gereksiz/archive/master.zip
345
+ author: Berk Özbalcı
346
+ thumbnail: gereksiz.png
347
+ license: BSD
348
+ tags: []
349
+ Architect:
350
+ home_url: https://github.com/pietromenna/jekyll-architect-theme
351
+ download_url: https://github.com/pietromenna/jekyll-architect-theme/archive/master.zip
352
+ author: Jason Long, ported by Pietro Menna
353
+ thumbnail: architect.png
354
+ license: CC BY
355
+ tags: []
356
+ Simpleyyt:
357
+ home_url: https://github.com/Simpleyyt/simpleyyt.github.io
358
+ download_url: https://github.com/Simpleyyt/simpleyyt.github.io/archive/master.zip
359
+ demo_url: http://simpleyyt.github.io/
360
+ author: Yitao Yao
361
+ thumbnail: simpleyyt.png
362
+ license: MIT
363
+ tags: []
364
+ Noita:
365
+ home_url: https://github.com/penibelst/jekyll-noita
366
+ download_url: https://github.com/penibelst/jekyll-noita/archive/gh-pages.zip
367
+ demo_url: http://noita.penibelst.de/
368
+ author: Anatol Broder
369
+ thumbnail: noita.png
370
+ license: MIT
371
+ tags: []
372
+ Clean Magic Medium:
373
+ home_url: https://github.com/SpaceG/CleanMagicMedium-Jekyll
374
+ download_url: https://github.com/SpaceG/CleanMagicMedium-Jekyll/archive/master.zip
375
+ demo_url: http://www.lucasgatsas.ch
376
+ author: Lucas Gatsas
377
+ thumbnail: cleanmagicmedium.png
378
+ license: Apache
379
+ tags: []
380
+ Ice & Fire:
381
+ home_url: https://github.com/SpaceG/iceandfire
382
+ download_url: https://github.com/SpaceG/iceandfire/archive/master.zip
383
+ demo_url: http://lucasgatsas.ch
384
+ author: Lucas Gatsas
385
+ thumbnail: ice-and-fire.png
386
+ license: Apache
387
+ tags: []
388
+ Otter Pop:
389
+ home_url: https://github.com/tybenz/otter-pop/
390
+ download_url: https://github.com/tybenz/otter-pop/archive/gh-pages.zip
391
+ demo_url: http://tybenz.com/otter-pop
392
+ author: Tyler Benziger
393
+ thumbnail: otter-pop.png
394
+ license: MIT
395
+ tags: []
396
+ Block Log:
397
+ home_url: https://github.com/anandubajith/block-log
398
+ download_url: https://github.com/anandubajith/block-log/archive/master.zip
399
+ demo_url: http://anandu.net/demo/block-log/
400
+ author: Anandu B Ajith
401
+ thumbnail: block-log.png
402
+ license: MIT
403
+ tags: []
404
+ Typewriter:
405
+ home_url: https://github.com/alixedi/typewriter
406
+ download_url: https://github.com/alixedi/typewriter/zipball/master
407
+ demo_url: http://alixedi.github.io
408
+ author: Ali Zaidi
409
+ thumbnail: typewriter.png
410
+ license: BSD
411
+ tags: []
412
+ Grid Gallery:
413
+ home_url: https://github.com/nadjetey/GridGallery
414
+ download_url: https://github.com/nadjetey/GridGallery/archive/master.zip
415
+ demo_url: https://nadjetey.github.io/GridGallery
416
+ author: Nii Adjetey Sowah
417
+ thumbnail: gridgallery.png
418
+ license: WTF
419
+ tags: []
420
+ White Paper:
421
+ home_url: https://github.com/vinitkumar/white-paper
422
+ download_url: https://github.com/vinitkumar/white-paper/archive/v1.0.2.zip
423
+ demo_url: http://vinitkumar.me/white-paper/
424
+ author: Vinit Kumar
425
+ thumbnail: white-paper.png
426
+ license: MIT
427
+ tags: []
428
+ Bitwiser:
429
+ demo_url: http://bitwiser.in/bitwiser/
430
+ author: Brijesh Bittu
431
+ thumbnail: bitwiser.png
432
+ license: MIT
433
+ tags: []
434
+ home_url: https://github.com/brijeshb42/bitwiser
435
+ download_url: https://github.com/brijeshb42/bitwiser/archive/master.zip
436
+ Bitwiser Material:
437
+ demo_url: http://bitwiser.in/bitwiser-material/
438
+ author: Brijesh Bittu
439
+ thumbnail: bitwiser-material.png
440
+ license: MIT
441
+ tags: []
442
+ home_url: https://github.com/brijeshb42/bitwiser-material
443
+ download_url: https://github.com/brijeshb42/bitwiser-material/archive/gh-pages.zip
444
+ Freelancer:
445
+ home_url: https://github.com/jeromelachaud/freelancer-theme
446
+ download_url: https://github.com/jeromelachaud/freelancer-theme/archive/master.zip
447
+ demo_url: https://jeromelachaud.github.io/freelancer-theme
448
+ author: Jerome Lachaud
449
+ thumbnail: freelancer.png
450
+ license: Apache
451
+ tags: []
452
+ Leap Day:
453
+ home_url: https://github.com/mattgraham/Leap-Day
454
+ download_url: https://github.com/mattgraham/Leap-Day/archive/master.zip
455
+ demo_url: http://madebygraham.com/leapday/
456
+ author: Matt Graham
457
+ thumbnail: leap-day.png
458
+ license: MIT
459
+ tags: []
460
+ Midnight:
461
+ home_url: https://github.com/mattgraham/midnight
462
+ download_url: https://github.com/mattgraham/midnight/archive/master.zip
463
+ demo_url: http://madebygraham.com/midnight/
464
+ author: Matt Graham
465
+ thumbnail: midnight.png
466
+ license: MIT
467
+ tags: []
468
+ Metro:
469
+ home_url: https://github.com/olakara/JekyllMetro
470
+ download_url: https://github.com/olakara/JekyllMetro/archive/master.zip
471
+ demo_url: http://abdelraoof.com
472
+ author: Abdel Raoof Olakara
473
+ thumbnail: jekyll-metro.png
474
+ license: MIT
475
+ tags: []
476
+ Pixyll:
477
+ home_url: https://github.com/johnotander/pixyll
478
+ download_url: https://github.com/johnotander/pixyll/archive/master.zip
479
+ demo_url: http://pixyll.com
480
+ author: John Otander
481
+ thumbnail: pixyll.png
482
+ license: MIT
483
+ tags: []
484
+ Travelog:
485
+ home_url: https://github.com/rowanoulton/travelog-theme
486
+ download_url: https://github.com/rowanoulton/travelog-theme/archive/master.zip
487
+ author: Rowan Oulton
488
+ thumbnail: travelog.png
489
+ license: MIT
490
+ tags: []
491
+ Agency:
492
+ home_url: https://github.com/y7kim/agency-jekyll-theme
493
+ download_url: https://github.com/y7kim/agency-jekyll-theme/archive/gh-pages.zip
494
+ demo_url: https://y7kim.github.io/agency-jekyll-theme
495
+ author: Rick Kim
496
+ thumbnail: agency.jpg
497
+ license: Apache
498
+ tags: []
499
+ Solid:
500
+ home_url: https://github.com/st4ple/solid-jekyll
501
+ download_url: https://github.com/st4ple/solid-jekyll/archive/master.zip
502
+ demo_url: http://st4ple.github.io/solid-jekyll/
503
+ author: Oliver Stapleton
504
+ thumbnail: solid.png
505
+ license: Apache
506
+ tags: []
507
+ Clean:
508
+ home_url: http://github.com/scotte/jekyll-clean
509
+ download_url: https://github.com/scotte/jekyll-clean/zipball/gh-pages
510
+ demo_url: http://scotte.github.io/jekyll-clean
511
+ author: Scott Emmons
512
+ thumbnail: jekyll-clean.png
513
+ license: CC BY
514
+ tags: []
515
+ Clean Dark:
516
+ home_url: https://github.com/streetturtle/jekyll-clean-dark
517
+ download_url: https://github.com/streetturtle/jekyll-clean-dark/archive/gh-pages.zip
518
+ demo_url: http://pavelmakhov.com/jekyll-clean-dark/
519
+ author: Pavel Makhov
520
+ thumbnail: jekyll-clean-dark.png
521
+ license: CC BY
522
+ tags: []
523
+ Mediator:
524
+ home_url: https://github.com/dirkfabisch/mediator
525
+ download_url: https://github.com/dirkfabisch/mediator/archive/master.zip
526
+ demo_url: http://blog.base68.com
527
+ author: Dirk Fabisch
528
+ thumbnail: mediator.png
529
+ license: MIT
530
+ tags: []
531
+ Shiori:
532
+ home_url: https://github.com/ellekasai/shiori/
533
+ download_url: https://github.com/ellekasai/shiori/archive/gh-pages.zip
534
+ demo_url: http://ellekasai.github.io/shiori/
535
+ author: Elle Kasai
536
+ thumbnail: shiori.png
537
+ license: MIT
538
+ tags:
539
+ - bootstrap
540
+ Resume Cards:
541
+ home_url: https://github.com/ellekasai/resumecards/
542
+ download_url: https://github.com/ellekasai/resumecards/archive/gh-pages.zip
543
+ demo_url: http://ellekasai.github.io/resumecards/
544
+ author: Elle Kasai
545
+ thumbnail: resumecards.png
546
+ license: MIT
547
+ tags:
548
+ - resume
549
+ Harmony:
550
+ home_url: https://github.com/gayanvirajith/harmony
551
+ download_url: https://github.com/gayanvirajith/harmony/archive/master.zip
552
+ demo_url: http://gayan.me/harmony/
553
+ author: Gayan Virajith
554
+ thumbnail: harmony.jpg
555
+ license: MIT
556
+ tags: []
557
+ Contrast:
558
+ home_url: https://github.com/niklasbuschmann/contrast
559
+ download_url: https://github.com/niklasbuschmann/contrast/archive/gh-pages.zip
560
+ demo_url: http://niklasbuschmann.github.io/contrast
561
+ author: Niklas Buschmann
562
+ thumbnail: contrast.png
563
+ license: MIT
564
+ tags: []
565
+ Single Paged:
566
+ home_url: https://github.com/t413/SinglePaged
567
+ download_url: https://github.com/t413/SinglePaged/archive/gh-pages.zip
568
+ demo_url: http://t413.com/SinglePaged
569
+ author: Tim O'Brien
570
+ thumbnail: singlepaged.png
571
+ license: MIT
572
+ tags: []
573
+ Clean Blog:
574
+ home_url: https://github.com/IronSummitMedia/startbootstrap-clean-blog-jekyll
575
+ download_url: https://github.com/IronSummitMedia/startbootstrap-clean-blog-jekyll/archive/gh-pages.zip
576
+ demo_url: http://ironsummitmedia.github.io/startbootstrap-clean-blog-jekyll/
577
+ author: Start Bootstrap
578
+ thumbnail: clean-blog.png
579
+ license: Apache
580
+ tags: []
581
+ Landing Page:
582
+ home_url: https://github.com/swcool/landing-page-theme
583
+ download_url: https://github.com/swcool/landing-page-theme/archive/master.zip
584
+ demo_url: http://shaneweng.com/landing-page-theme/
585
+ author: Shane Weng
586
+ thumbnail: landing-page.png
587
+ license: Apache
588
+ tags: []
589
+ autm-rb:
590
+ home_url: https://github.com/railsr/autm-rb
591
+ download_url: https://github.com/railsr/autm-rb/archive/master.zip
592
+ demo_url: http://railsr.github.io/autm-rb/
593
+ author: Kirill Beletskiy
594
+ thumbnail: autm-rb.png
595
+ license: MIT
596
+ tags: []
597
+ Almace Scaffolding:
598
+ home_url: https://github.com/sparanoid/almace-scaffolding
599
+ download_url: https://github.com/sparanoid/almace-scaffolding/archive/master.zip
600
+ demo_url: http://sparanoid.com/lab/amsf/
601
+ author: Tunghsiao Liu
602
+ thumbnail: almace.png
603
+ license: MIT
604
+ tags: []
605
+ Masonry:
606
+ home_url: https://github.com/pasindud/jekyll-masonry
607
+ download_url: https://github.com/pasindud/jekyll-masonry/archive/master.zip
608
+ demo_url: http://pasindud.github.io/
609
+ author: Pasindu De Silva
610
+ thumbnail: masonry.jpg
611
+ tags: []
612
+ Strange Case:
613
+ home_url: https://github.com/thephuse/strange_case
614
+ download_url: https://github.com/thephuse/strange_case/archive/gh-pages.zip
615
+ demo_url: http://thephuse.github.io/strange_case/
616
+ author: Phuse
617
+ thumbnail: strange-case.png
618
+ license: MIT
619
+ tags: []
620
+ Open Theme:
621
+ home_url: https://github.com/open-start/opentheme
622
+ download_url: https://github.com/open-start/opentheme/archive/master.zip
623
+ demo_url: http://opentheme.co/
624
+ author: Manav Sehgal
625
+ thumbnail: opentheme.png
626
+ license: MIT
627
+ tags: []
628
+ Freshman 21:
629
+ home_url: https://github.com/yulijia/freshman21
630
+ download_url: https://github.com/yulijia/freshman21/archive/master.zip
631
+ demo_url: http://yulijia.net/freshman21/
632
+ author: Lijia Yu
633
+ thumbnail: freshman21.png
634
+ license: MIT
635
+ tags: []
636
+ Uno Dbyll:
637
+ home_url: https://github.com/talk2ankan/uno-dbyll
638
+ download_url: https://github.com/talk2ankan/uno-dbyll/archive/gh-pages.zip
639
+ demo_url: http://blog.ankanbiswas.in/uno-dbyll/
640
+ author: Ankan Biswas
641
+ thumbnail: uno-dbyll.png
642
+ license: MIT
643
+ tags: []
644
+ Minimal Block:
645
+ home_url: https://github.com/drvy/minimal-block
646
+ download_url: https://github.com/drvy/minimal-block/archive/master.zip
647
+ demo_url: http://blog.drvy.net/minimal-block/
648
+ author: Dragomir Yordanov
649
+ thumbnail: minimal-block.png
650
+ license: MIT
651
+ tags: []
652
+ Compass:
653
+ home_url: https://github.com/excentris/compass
654
+ download_url: https://github.com/excentris/compass/archive/master.zip
655
+ demo_url: http://excentris.github.io/compass/
656
+ author: Eduardo Rubio
657
+ thumbnail: compass.png
658
+ license: MIT
659
+ tags: []
660
+ Type:
661
+ home_url: https://github.com/rohanchandra/type-theme
662
+ download_url: https://github.com/rohanchandra/type-theme/archive/master.zip
663
+ demo_url: https://rohanchandra.github.io/type-theme/
664
+ author: Rohan Chandra
665
+ thumbnail: type-theme.png
666
+ license: MIT
667
+ tags: []
668
+ Gaya:
669
+ home_url: https://github.com/gayanvirajith/gaya
670
+ download_url: https://github.com/gayanvirajith/gaya/archive/master.zip
671
+ demo_url: http://gayan.me/gaya/
672
+ author: Gayan Virajith
673
+ thumbnail: gaya.jpg
674
+ license: MIT
675
+ tags: []
676
+ Travelogue:
677
+ home_url: https://github.com/SalGnt/Travelogue
678
+ download_url: https://github.com/SalGnt/Travelogue/archive/master.zip
679
+ demo_url: http://salgnt.github.io/Travelogue/
680
+ author: Salvatore Gentile
681
+ thumbnail: travelogue.png
682
+ license: MIT
683
+ tags: []
684
+ Long Haul:
685
+ home_url: https://github.com/brianmaierjr/long-haul
686
+ download_url: https://github.com/brianmaierjr/long-haul/archive/master.zip
687
+ demo_url: http://brianmaierjr.com/long-haul/
688
+ author: Brian Maier Jr.
689
+ thumbnail: long-haul.png
690
+ license: MIT
691
+ tags: []
692
+ Qck:
693
+ home_url: https://github.com/qckanemoto/jekyll-qck-theme
694
+ download_url: https://github.com/qckanemoto/jekyll-qck-theme/archive/master.zip
695
+ demo_url: http://qckanemoto.github.io/jekyll-qck-theme/
696
+ author: Takashi Kanemoto
697
+ thumbnail: qcktheme.png
698
+ license: MIT
699
+ tags: []
700
+ Rifyll:
701
+ home_url: https://github.com/itsrifat/rifyll
702
+ download_url: https://github.com/itsrifat/rifyll/archive/master.zip
703
+ demo_url: http://itsrifat.github.io/rifyll/
704
+ author: Moinul
705
+ thumbnail: rifyll.png
706
+ license: MIT
707
+ tags: []
708
+ Grayscale:
709
+ home_url: https://github.com/jeromelachaud/grayscale-theme
710
+ download_url: https://github.com/jeromelachaud/grayscale-theme/archive/master.zip
711
+ demo_url: https://jeromelachaud.github.io/grayscale-theme
712
+ author: Jerome Lachaud
713
+ thumbnail: grayscale.jpg
714
+ license: Apache
715
+ tags: []
716
+ Metaphor:
717
+ home_url: https://github.com/prio101/metaphor-jekyll
718
+ download_url: https://github.com/prio101/metaphor-jekyll/archive/master.zip
719
+ demo_url: http://mahabubislam.me
720
+ author: Mahabub I.
721
+ thumbnail: metaphor.png
722
+ license: MIT
723
+ tags: []
724
+ Naringu:
725
+ home_url: https://github.com/ariestiyansyah/naringu
726
+ download_url: https://github.com/ariestiyansyah/naringu/archive/master.zip
727
+ demo_url: http://naringu.oonlab.com
728
+ author: Rizky Ariestiyansyah
729
+ thumbnail: naringu.png
730
+ license: MIT
731
+ tags: []
732
+ Tufte:
733
+ home_url: https://github.com/clayh53/tufte-jekyll
734
+ download_url: https://github.com/clayh53/tufte-jekyll/archive/master.zip
735
+ demo_url: http://clayh53.github.io/tufte-jekyll/
736
+ author: Clay Harmon
737
+ thumbnail: tufte-jekyll.png
738
+ license: MIT
739
+ tags: []
740
+ Feeling Responsive:
741
+ home_url: https://github.com/Phlow/feeling-responsive
742
+ download_url: https://github.com/Phlow/feeling-responsive/archive/gh-pages.zip
743
+ demo_url: http://phlow.github.io/feeling-responsive/
744
+ author: Moritz »mo.« Sauer
745
+ thumbnail: feeling-responsive.jpg
746
+ license: MIT
747
+ tags: []
748
+ Emerald:
749
+ home_url: https://github.com/KingFelix/emerald
750
+ download_url: https://github.com/KingFelix/emerald/archive/master.zip
751
+ demo_url: http://www.jacoporabolini.com/emerald/
752
+ author: Jacopo Rabolini
753
+ thumbnail: emerald.png
754
+ license: MIT
755
+ tags: []
756
+ Dev Aid:
757
+ home_url: https://github.com/kevit/devaid-jekyll-theme
758
+ download_url: https://github.com/kevit/devaid-jekyll-theme/archive/master.zip
759
+ demo_url: http://themes.3rdwavemedia.com/demo/devaid/
760
+ author: Xiaoying Riley
761
+ thumbnail: devaid.png
762
+ license: CC BY
763
+ tags: []
764
+ One Page Wonder:
765
+ home_url: https://github.com/mushishi78/one-page-wonder-jekyll
766
+ download_url: https://github.com/mushishi78/one-page-wonder-jekyll/archive/gh-pages.zip
767
+ demo_url: http://mushishi78.github.io/one-page-wonder-jekyll
768
+ author: Max White
769
+ thumbnail: one-page-wonder.jpg
770
+ license: MIT
771
+ tags: []
772
+ Carte Noire:
773
+ home_url: https://github.com/jacobtomlinson/carte-noire
774
+ download_url: https://github.com/jacobtomlinson/carte-noire/archive/gh-pages.zip
775
+ demo_url: http://carte-noire.jacobtomlinson.co.uk/
776
+ author: Jacob Tomlinson
777
+ thumbnail: carte-noire.png
778
+ license: GNU GPL
779
+ tags: []
780
+ Pithy:
781
+ home_url: https://github.com/smallmuou/Jekyll-Pithy
782
+ download_url: https://github.com/smallmuou/Jekyll-Pithy/archive/master.zip
783
+ demo_url: http://wenva.github.io/
784
+ author: Pawpaw
785
+ thumbnail: pithy.png
786
+ license: MIT
787
+ tags: []
788
+ Twister:
789
+ home_url: https://github.com/DigitalMindCH/twister
790
+ download_url: http://digitalmind.ch/media/downloads/twister_theme.zip
791
+ demo_url: http://digitalmind.ch/themes/twister-jekyll-theme/demo/
792
+ author: Digitalmind
793
+ thumbnail: twister.png
794
+ license: MIT
795
+ tags: []
796
+ Black Doc:
797
+ home_url: https://github.com/karloespiritu/BlackDoc
798
+ download_url: https://github.com/karloespiritu/BlackDoc/archive/master.zip
799
+ demo_url: http://karloespiritu.com/blackdoc
800
+ author: Karlo Espiritu
801
+ thumbnail: blackdoc.png
802
+ license: MIT
803
+ tags: []
804
+ Polar Bear:
805
+ home_url: https://github.com/diezcami/polar-bear-theme/
806
+ download_url: https://github.com/diezcami/polar-bear-theme/archive/master.zip
807
+ demo_url: https://diezcami.github.io/polar-bear-theme
808
+ author: Camille Diez
809
+ thumbnail: polar-bear.png
810
+ license: MIT
811
+ tags: []
812
+ Arctic Fox:
813
+ home_url: https://github.com/diezcami/arctic-fox-theme/
814
+ download_url: https://github.com/diezcami/arctic-fox-theme/archive/master.zip
815
+ demo_url: https://diezcami.github.io/arctic-fox-theme
816
+ author: Camille Diez
817
+ thumbnail: arctic-fox.png
818
+ license: MIT
819
+ tags: []
820
+ Cool Concise:
821
+ home_url: https://github.com/Gaohaoyang/gaohaoyang.github.io
822
+ download_url: https://github.com/Gaohaoyang/gaohaoyang.github.io/archive/v1.1.zip
823
+ demo_url: http://gaohaoyang.github.io/
824
+ author: Gaohaoyang
825
+ thumbnail: cool-concise-high-end.jpg
826
+ license: MIT
827
+ tags: []
828
+ iCard Resume:
829
+ home_url: https://github.com/ddbullfrog/iCard-Resume
830
+ download_url: https://github.com/ddbullfrog/iCard-Resume/archive/gh-pages.zip
831
+ demo_url: http://ddbullfrog.github.io/iCard-Resume
832
+ author: Dong Liang
833
+ thumbnail: icard-resume.png
834
+ license: MIT
835
+ tags:
836
+ - resume
837
+ Kactus:
838
+ home_url: https://github.com/nickbalestra/kactus
839
+ download_url: https://github.com/nickbalestra/kactus/archive/master.zip
840
+ demo_url: http://nick.balestra.ch/2015/Kactus/
841
+ author: Nick Balestra
842
+ thumbnail: kactus.png
843
+ license: MIT
844
+ tags: []
845
+ Tiffany:
846
+ home_url: https://github.com/dubuyuye/blog
847
+ download_url: https://github.com/dubuyuye/blog/archive/gh-pages.zip
848
+ demo_url: http://blog.rainynight.top
849
+ author: RainyNight
850
+ thumbnail: tiffany.png
851
+ license: MIT
852
+ tags: []
853
+ Centrarium:
854
+ home_url: https://github.com/bencentra/centrarium
855
+ download_url: https://github.com/bencentra/centrarium/archive/master.zip
856
+ demo_url: http://bencentra.com/centrarium/
857
+ author: Ben Centra
858
+ thumbnail: centrarium.png
859
+ license: MIT
860
+ tags: []
861
+ Mickey:
862
+ demo_url: http://vincentchan.github.io/mickey
863
+ author: Vincent Chan
864
+ thumbnail: mickey.png
865
+ license: MIT
866
+ tags: []
867
+ home_url: https://github.com/vincentchan/mickey
868
+ download_url: https://github.com/vincentchan/mickey/archive/master.zip
869
+ Resume:
870
+ demo_url: http://resume-template.joelglovier.com
871
+ author: Joel Glovier
872
+ thumbnail: jglovier-resume.png
873
+ license: MIT
874
+ tags:
875
+ - resume
876
+ home_url: https://github.com/jglovier/resume-template
877
+ download_url: https://github.com/jglovier/resume-template/archive/gh-pages.zip