-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdrjekyll.html
709 lines (504 loc) · 21.6 KB
/
drjekyll.html
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Dr Jekyll and Mr Hyde - Build Static Sites in Ruby</title>
<meta name="generator" content="Slide Show (S9) v2.5.0 on Ruby 2.1.5 (2014-11-13) [i386-mingw32]">
<meta name="author" content="Your Name Here" >
<!-- helper/macro that lets you add (CSS3) gradient using headers
see http://slideshow.rubyforge.org/themes.html
-->
<!-- S6 style sheet links -->
<link rel="stylesheet" href="drjekyll.css" media="projection" id="styleProjection">
<link rel="stylesheet" href="s6/screen.css" media="screen" id="styleScreen">
<link rel="stylesheet" href="s6/print.css" media="print">
<!-- S6 JS -->
<script src="s6/jquery.js"></script>
<script src="s6/jquery.slideshow.js"></script>
<script>
$(document).ready( function() {
Slideshow.init();
} );
</script>
<!-- Better Browser Banner for Microsoft Internet Explorer (IE) -->
<!--[if IE]>
<script src="s6/jquery.microsoft.js"></script>
<![endif]-->
</head>
<body>
<div class="layout">
<div id="header"></div>
<div id="footer">
<h1>Your Footer Here</h1>
<h2>Your Subfooter Here</h2>
</div>
</div>
<div class="presentation">
<div class='slide '>
<!-- === begin markdown block ===
generated by markdown/1.2.0 on Ruby 2.1.5 (2014-11-13) [i386-mingw32]
on 2015-10-15 16:36:46 +0200 with Markdown engine kramdown (1.5.0)
using options {}
-->
<!-- _S9SLIDE_ -->
<h1 id="agenda">Agenda</h1>
<ul>
<li>What is HTML? - The Ten Most Important Tags</li>
<li><code>index.html</code> - A single-page static site</li>
<li><code>index.md</code> - <code>index.html</code> Simplified</li>
<li>What is Markdown?</li>
<li>The World’s Greatest (Jekyll) Static Sites</li>
<li>Getting Started with Jekyll
<ul>
<li>Quick Start</li>
<li>Folder Structure</li>
</ul>
</li>
<li>What’s Dr Jekyll?</li>
<li>The World’s Greatest (Jekyll) Static Sites Themes</li>
<li>What’s Mr Hyde?</li>
</ul>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="what-is-html---the-ten-most-important-tags">What is HTML? - The Ten Most Important Tags</h1>
<p>HTML = Hypertext Markup Language</p>
<p>The world’s most popular markup language - billions of (web) pages
and millions of (web) sites.</p>
<table>
<thead>
<tr>
<th>HTML</th>
<th>Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Basic Block Tags</strong></td>
<td></td>
</tr>
<tr>
<td><code><p>..</p></code></td>
<td>Paragraph</td>
</tr>
<tr>
<td><code><h1>..</h1></code> - <code><h6>..</h6></code></td>
<td>Heading 1-6</td>
</tr>
<tr>
<td><code><ul>(<li>...</li>)+</ul></code></td>
<td>Bullet (Unordered) List</td>
</tr>
<tr>
<td><code><ol>(<li>...</li>)+</ol></code></td>
<td>Numbered (Ordered) List</td>
</tr>
<tr>
<td><strong>Basic Inline Tags</strong></td>
<td></td>
</tr>
<tr>
<td><code><i>...</i> or <em>...</em></code></td>
<td>Italic Text (Emphasis)</td>
</tr>
<tr>
<td><code><b>...</b> or <strong>...</strong></code></td>
<td>Bold Text (Strong Emphasis)</td>
</tr>
<tr>
<td><code><br></code></td>
<td>(Hard) Line Break</td>
</tr>
<tr>
<td><code><a href="...">...</a></code></td>
<td>(Hyper-)Link</td>
</tr>
<tr>
<td><code><img src="..." alt="..."></code></td>
<td>Image with Alt(ernative) Text</td>
</tr>
</tbody>
</table>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="indexhtml---a-single-page-static-site"><code>index.html</code> - A single-page static site</h1>
<pre><code><h3>Ruby developers and Rails aficionados meet in Austria's capital</h3>
<p>
On Thursday, March the 7th, Rails and Ruby developers will exchange their workspaces to meet fellow engineers
to discuss their favorite language. Andreas Tiefenthaler, Anton Bangratz and Floor Drees initiated
these 'user group meetups', excited to meet like minded people.
The vienna.rb meetups are open to both experienced Ruby developers and people that are new to programming.
</p>
</code></pre>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="indexmd----indexhtml-simplified"><code>index.md</code> - <code>index.html</code> Simplified</h1>
<p>md = Markdown</p>
<pre><code>### Ruby developers and Rails aficionados meet in Austria's capital
On Thursday, March the 7th, Rails and Ruby developers will exchange their workspaces to meet fellow engineers
to discuss their favorite language. Andreas Tiefenthaler, Anton Bangratz and Floor Drees initiated
these 'user group meetups', excited to meet like minded people.
The vienna.rb meetups are open to both experienced Ruby developers and people that are new to programming.
</code></pre>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="what-is-markdown">What is Markdown?</h1>
<p>Easy-to-read and easy-to-write markup in plain vanilla text e.g.
“shortcodes” for HTML tags e.g.</p>
<h3 id="heading-1-6---h1h1---h6h6">Heading 1-6 - <code><h1>...</h1></code> - <code><h6>...</h6></code></h3>
<pre><code># Heading 1
## Heading 2
### Heading 3
#### Heading 4 ####
##### Heading 5 #####
###### Heading 6 ######
</code></pre>
<p>Resulting in:</p>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
<p></></p>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="what-is-markdown-cont">What is Markdown? (Cont.)</h1>
<h3 id="paragraph---pp">Paragraph - <code><p>...</p></code></h3>
<pre><code>This is a paragraph. Paragraphs are separated
by a blank line.
This is another paragraph.
</code></pre>
<p>Resulting in:</p>
<p>This is a paragraph. Paragraphs are separated
by a blank line.</p>
<p>This is another paragraph.</p>
<p></></p>
<h3 id="hard-line-break---br">(Hard) Line Break - <code><br></code></h3>
<pre><code>Leave two spaces at the end of a line to do a line break.··↵
This is a new line.··↵
This is another new line.
</code></pre>
<p>Resulting in:</p>
<p>Leave two spaces at the end of a line to do a line break.<br />
This is a new line.<br />
This is another new line.</p>
<p></></p>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="the-worlds-greatest-jekyll-static-sites">The World’s Greatest (Jekyll) Static Sites</h1>
<p>The world’s first Jekyll static site - surprise, surprise -
(yet) another blog:</p>
<p>Tom Preston-Werner - Blogging Like a Hacker</p>
<p><img src="i/showcase-tom-preston-werner.png" alt="" /></p>
<p><a href="http://tom.preston-werner.com/2008/11/17/blogging-like-a-hacker.html">[Live]</a>
<a href="https://github.com/mojombo/mojombo.github.io">[Source]</a></p>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="the-worlds-greatest-jekyll-static-sites-cont">The World’s Greatest (Jekyll) Static Sites (Cont.)</h1>
<p>Not just about blogs e.g.</p>
<p>Jekyll - Simple, blog-aware, static sites</p>
<p><img src="i/showcase-jekyllrb.png" alt="" /></p>
<p><a href="http://jekyllrb.com">[Live]</a>
<a href="https://github.com/jekyll/jekyll/tree/master/site">[Source]</a></p>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="the-worlds-greatest-jekyll-static-sites-cont-1">The World’s Greatest (Jekyll) Static Sites (Cont.)</h1>
<p>More (world famous) project sites:</p>
<p>Bootstrap - The World’s Most Popular Mobile-First
and Responsive Front-End Framework</p>
<p><img src="i/showcase-bootstrap.png" alt="" /></p>
<p><a href="http://getbootstrap.com">[Live]</a>
<a href="https://github.com/twbs/bootstrap/tree/master/docs">[Source]</a></p>
<p>Electron (Atom Shell) - Build Cross Platform Desktop Apps
with Web Technologies </p>
<p><img src="i/showcase-electron.png" alt="" /></p>
<p><a href="http://electron.atom.io">[Live]</a>
<a href="https://github.com/atom/electron.atom.io">[Source]</a></p>
<p>Polymer - Build Modern Apps Using Web Components </p>
<p><img src="i/showcase-polymer-docs.png" alt="" /></p>
<p><a href="https://polymer-project.org">[Live]</a>
<a href="https://github.com/Polymer/docs">[Source]</a></p>
<p>And Many More. See the <a href="http://planetjekyll.github.io/showcase">Planet Jekyll Showcase</a>.</p>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="the-worlds-greatest-jekyll-static-sites-cont-2">The World’s Greatest (Jekyll) Static Sites (Cont.)</h1>
<p>More than just project sites e.g.</p>
<p>PHP: The Right Way - A Living Free Online Book </p>
<p><img src="i/showcase-php-the-right-way.png" alt="" /></p>
<p><a href="http://www.phptherightway.com">[Live]</a>
<a href="https://github.com/codeguy/php-the-right-way">[Source]</a></p>
<p>Open Data Handbook v2 - Guides, Case Studies and Resources
for Government ‘n’ Civil Society on the What, Why ‘n’ How of Open Data </p>
<p><img src="i/showcase-opendatahandbook.png" alt="" /></p>
<p><a href="http://opendatahandbook.org">[Live]</a>
<a href="https://github.com/okfn/opendatahandbook">[Source]</a></p>
<p>The Free World Beer Book - Auto-Build Using Open Public Domain
Beer, Brewery ‘n’ Brewpub Data (Work-in-Progress) </p>
<p><img src="i/showcase-openbeerbook.png" alt="" /></p>
<p><a href="http://openbeer.github.io/book/cz.html">[Live]</a>
<a href="https://github.com/openbeer/book">[Source]</a></p>
<p>And Many More. See the <a href="http://planetjekyll.github.io/showcase">Planet Jekyll Showcase</a>.</p>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="getting-started-with-jekyll">Getting Started with Jekyll</h1>
<pre><code>$ jekyll help
jekyll 2.5.3 -- Jekyll is a blog-aware, static site generator in Ruby
Usage:
jekyll <subcommand> [options]
Options:
-s, --source [DIR] Source directory (defaults to ./)
-d, --destination [DIR] Destination directory (defaults to ./_site)
--safe Safe mode (defaults to false)
-p, --plugins PLUGINS_DIR1[,PLUGINS_DIR2[,...]] Plugins directory (defaults to ./_plugins)
--layouts DIR Layouts directory (defaults to ./_layouts)
-h, --help Show this message
-v, --version Print the name and version
-t, --trace Show the full backtrace when an error occurs
Subcommands:
serve, server, s Serve your site locally
docs Launch local server with docs for Jekyll v2.5.3
build, b Build your site
doctor, hyde Search site and print specific deprecation warnings
new Creates a new Jekyll site scaffold in PATH
help Show the help message, optionally for a given subcommand.
</code></pre>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="getting-started-with-jekyll---quick-start">Getting Started with Jekyll - Quick Start</h1>
<pre><code> $ jekyll new my-site
# => New jekyll site installed in ~/my-site
$ cd my-site
$ jekyll build
# => Configuration file: ~/_config.yml
# Source: ~/my-site
# Destination: ~/my-site/_site
# Generating... done.
$ jekyll serve
# => Server address: http://127.0.0.1:4000/
# Server running... press ctrl-c to stop.
</code></pre>
<p>Browse your site e.g. open the page @ <code>http://127.0.0.1:4000</code></p>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="getting-started-with-jekyll---folder-structure">Getting Started with Jekyll - Folder Structure</h1>
<p>Minimial:</p>
<pre><code>├── _config.yml # site configuration
├── _posts # blog posts
| ├── 2015-01-01-week-1-factbook.md # filename format => YEAR-MONTH-DAY-TITLE.MARKUP
| ├── 2015-01-08-week-2-hoe.md
| └── 2015-01-15-week-3-slideshow.md
├── _layouts
| ├── default.html # master layout template
| └── post.html # blog post template
├── css
| └── styles.css # styles for pages
├── feed.xml # web feed template (e.g. in rss or atom format)
└── index.html # index template
</code></pre>
<p>will result in (with <code>permalink: date</code>):</p>
<pre><code>└── _site # output build folder; site gets generated here
├── css
| └── styles.css # styles for pages (copied 1:1 as is)
├── 2015
| └── 01
| ├── 01
| | └── week-1-factbook.html # blog post page
| ├── 08
| | └── week-2-hoe.html # another blog post page
| └── 15
| └── week-3-slideshow.html # another blog post page
├── feed.xml # web feed (e.g. in rss or atom format)
└── index.html # index page
</code></pre>
<p>or result in (with <code>permalink: /:title.html</code>):</p>
<pre><code>└── _site # output build folder; site gets generated here
├── css
| └── styles.css # styles for pages (copied 1:1 as is)
├── week-1-factbook.html # blog post page
├── week-2-hoe.html # another blog post page
├── week-3-slideshow.html # another blog post page
├── feed.xml # web feed (e.g. in rss or atom format)
└── index.html # index page
</code></pre>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="whats-dr-jekyll">What’s Dr Jekyll?</h1>
<p>The Missing Jekyll Static Site (Theme) Package Manager.</p>
<h3 id="list-themes-command---list-ls-l">List Themes Command - <code>list</code>, <code>ls</code>, <code>l</code></h3>
<p>Use:</p>
<pre><code>$ drjekyll list # or
$ drjekyll ls # or
$ drjekyll l # or
$ drj l
</code></pre>
<p>Resulting in:</p>
<pre><code> 1..Planet Jekyll's Starter (Minimal) (starter | planetjekyllsstarterminimal) by Gerald Bauer - #white
2..Dr Jekyll's Minimal (minimial | drjekyllsminimal) by Gerald Bauer - #white
3..Dr Jekyll's Bootstrap (bootstrap | drjekyllsbootstrap) by Gerald Bauer - #bootstrap #scss #white
4..Dr Jekyll's Classics Book (classics | drjekyllsclassicsbook) by Gerald Bauer - #books #white
5..Poole (poole) by Mark Otto - #poole
6..Poole's Hyde (pooleshyde) by Mark Otto - #poole
7..Poole's Lanyon (pooleslanyon) by Mark Otto - #poole
8..Beautiful Jekyll (beautifuljekyll) by Dean Attali
...
</code></pre>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="whats-dr-jekyll-cont">What’s Dr Jekyll? (Cont.)</h1>
<h3 id="new-theme-command---new-n">New Theme Command - <code>new</code>, <code>n</code></h3>
<p>To download and install (unzip/unpack) a theme archive use:</p>
<pre><code>$ drjekyll new starter # or
$ drjekyll n starter # or
$ drj n starter
</code></pre>
<p>This will download the <code>starter.zip</code> to your working folder and
unzip the archive into the <code>./starter</code> folder.</p>
<p><strong>More Examples</strong></p>
<p>To download and install (unzip/unpack):</p>
<pre><code> 7..Poole's Lanyon (lanyon | pooleslanyon) by Mark Otto - #poole
</code></pre>
<p>Use:</p>
<pre><code>$ drjekyll new lanyon # or
$ drjekyll n lanyon # or
$ drj n lanyon
</code></pre>
<p>And so on and so forth.</p>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="the-worlds-greatest-jekyll-static-sites-themes">The World’s Greatest (Jekyll) Static Sites Themes</h1>
<p>Poole’s Hyde by Mark Otto (License: MIT) </p>
<p><img src="i/poole-hyde.png" alt="" /></p>
<p><a href="http://hyde.getpoole.com">[Live Demo]</a></p>
<p>Poole’s Lanyon by Mark Otto (License: MIT)</p>
<p><img src="i/poole-lanyon.png" alt="" /></p>
<p><a href="http://lanyon.getpoole.com">[Live Demo]</a></p>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="the-worlds-greatest-jekyll-static-sites-themes-cont">The World’s Greatest (Jekyll) Static Sites Themes (Cont.)</h1>
<p>Planet Jekyll’s Starter (Minimal) (License: Public Domain) </p>
<p><img src="i/planet-jekyll-starter.png" alt="" /></p>
<p><a href="http://planetjekyll.github.io/jekyll-starter-theme">[Live Demo]</a></p>
<p>Dr Jekyll’s Bootstrap (License: Public Domain) </p>
<p><img src="i/drjekyll-bootstrap.png" alt="" /></p>
<p><a href="http://drjekyllthemes.github.io/jekyll-bootstrap-theme">[Live Demo]</a></p>
<p>Dr Jekyll’s Classics Book (License: Public Domain)</p>
<p><img src="i/drjekyll-book.png" alt="" /></p>
<p><a href="http://drjekyllthemes.github.io/jekyll-book-theme">[Live Demo]</a></p>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="the-worlds-greatest-jekyll-static-sites-themes-cont-1">The World’s Greatest (Jekyll) Static Sites Themes (Cont.)</h1>
<p>Single Paged by Tim O’Brien (License: MIT) </p>
<p><img src="i/jekyll-singlepaged.png" alt="" /></p>
<p><a href="http://t413.com/SinglePaged">[Live Demo]</a></p>
<p>Grid Gallery by Nii Adjetey Sowah (License: WTF)</p>
<p><img src="i/jekyll-gridgallery.png" alt="" /></p>
<p><a href="https://nadjetey.github.io/GridGallery">[Live Demo]</a></p>
<p>iCard Resume by Dong Liang (License: MIT)</p>
<p><img src="i/jekyll-icard-resume.png" alt="" /></p>
<p><a href="http://ddbullfrog.github.io/iCard-Resume">[Live Demo]</a></p>
<p>And Many More. See the <a href="http://drjekyllthemes.github.io">Dr Jekyll’s Themes</a> listing.</p>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="whats-mr-hyde">What’s Mr Hyde?</h1>
<p>The missing jekyll static site quick starter script wizard.</p>
<h3 id="new-wizard-command---new-n">New Wizard Command - <code>new</code>, <code>n</code></h3>
<p>To run a static site quick starter wizard script
to download and install (unzip/unpack) a theme archive and configure
a static site ready-to-use. Try:</p>
<pre><code>$ mrhyde new starter # or
$ mrhyde n starter # or
$ mrh n starter
</code></pre>
<p>This will download the <code>starter.rb</code> wizard script
from the <a href="https://github.com/mrhydescripts/scripts">Mr. Hyde’s Scripts</a> repo
and run through all steps.</p>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="whats-mr-hyde-cont">What’s Mr Hyde? (Cont.)</h1>
<pre><code>Welcome, before setting up your site Mr. Hyde will ask you some questions.
Q: What's your site's title? [Your Site Title]: Another Beautiful Static Site
Q: What's your name? [Henry Jekyll]: Edward Hyde
Q: Select your theme:
1 - Starter
2 - Bootstrap
3 - Minimal
Your choice (1-3)? [1]: 2
Thanks! Ready-to-go. Stand back.
Downloading Dr. Jekyll's Bootstrap Theme...
Setting up Dr. Jeykll's Bootstrap Theme..
...
Updating settings in _config.yml...
title: "Another Beautiful Static Site"
author.name: "Edward Hyde"
...
Done.
</code></pre>
<p>That’s it. Now use:</p>
<pre><code>$ cd starter
$ jekyll serve
</code></pre>
<p>And open up your new static site in your browser.</p>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="whats-mr-hyde-cont-1">What’s Mr Hyde? (Cont.)</h1>
<p><strong>More Quick Starter Wizard Scripts</strong></p>
<p>See the <a href="https://github.com/mrhydescripts/scripts">Mr. Hyde’s Scripts</a> library.</p>
<p><strong>Write Your Own Mr Hyde Script</strong></p>
<p>Example - <code>starter.rb</code>:</p>
<pre><code>###############################################
# Mr. Hyde's Quick Start Static Site Script
say "Welcome, before setting up your site Mr. Hyde will ask you some questions."
title = ask "What's your site's title", "Your Site Title"
name = ask "What's your name", "Henry Jekyll"
theme = select "Select your theme", ["Starter", "Bootstrap", "Minimal"]
say "Thanks! Ready-to-go. Stand back."
install_theme theme
config do |c|
c.title = title
c.author.name = name
c.mrhyde.last_updated = Time.now
c.mrhyde.title = title
c.mrhyde.name = name
c.mrhyde.theme = theme
end
say "Done."
</code></pre>
</div>
<div class='slide '>
<!-- _S9SLIDE_ -->
<h1 id="viennahtml---join-us---no-database-required">Vienna.html - Join Us - No Database Required</h1>
<h3 id="whats-viennahtml">What’s Vienna.html?</h3>
<ul>
<li>Europe’s 1st Static Site User Group. Follow along @viennahtml
on Twitter and sign-up on GitHub with a pull request using
a static site datafile. Yes, you can.</li>
</ul>
<p><strong>Talks, talks, talks!</strong></p>
<p>Present about a great static site generator, tool, or
practice, for example.</p>
<p><img src="i/viennahtml.png" alt="" /></p>
<!-- === end markdown block === -->
</div>
</div><!-- presentation -->
</body>
</html>