Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Introduction to Jekyll
Search
Matt Rogers
March 06, 2013
Technology
1
150
Introduction to Jekyll
Introduction to Jekyll talk I did at Dallas Ruby Brigade March meeting
Matt Rogers
March 06, 2013
Tweet
Share
Other Decks in Technology
See All in Technology
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.8k
カンファレンスに託児サポートがあるということ / Having Childcare Support at Conferences
nobu09
1
570
JAZUG 15周年記念 × JAT「AI Agent開発者必見:"今"のOracle技術で拡張するAzure × OCIの共存アーキテクチャ」
shisyu_gaku
1
160
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
20k
Wasmのエコシステムを使った ツール作成方法
askua
0
170
OAuthからOIDCへ ― 認可の仕組みが認証に拡張されるまで
yamatai1212
0
120
Findy Team+ QAチーム これからのチャレンジ!
findy_eventslides
0
190
RDS の負荷が高い場合に AWS で取りうる具体策 N 連発/a-series-of-specific-countermeasures-available-on-aws-when-rds-is-under-high-load
emiki
1
240
Codexとも仲良く。CodeRabbit CLIの紹介
moongift
PRO
0
210
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
12
80k
Geospatialの世界最前線を探る [2025年版]
dayjournal
1
220
GoでもGUIアプリを作りたい!
kworkdev
PRO
0
140
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
The Cost Of JavaScript in 2023
addyosmani
55
9k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
The Language of Interfaces
destraynor
162
25k
Being A Developer After 40
akosma
91
590k
The Straight Up "How To Draw Better" Workshop
denniskardys
238
140k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
Become a Pro
speakerdeck
PRO
29
5.5k
Producing Creativity
orderedlist
PRO
347
40k
Building Adaptive Systems
keathley
44
2.8k
The Illustrated Children's Guide to Kubernetes
chrisshort
49
51k
Transcript
JEKYLL Matt Rogers
[email protected]
@mattr_ http://mattr.info Tuesday, March 5, 13
WHAT IS IT? •A simple, blog-aware static site generator •The
most popular ruby-based static site generator on the planet* *according to Github stars Tuesday, March 5, 13
BLOG AWARENESS •Pagination •Permalinks •Tagging •Migration from other platforms Tuesday,
March 5, 13
WHAT’S IT USED FOR? •Blogs •Company Websites •Anything that doesn’t
require server side logic Tuesday, March 5, 13
WHO USES IT? Tuesday, March 5, 13
EVERYBODY! *Ok, maybe not, but it is quite famous. Tuesday,
March 5, 13
Tuesday, March 5, 13
Tuesday, March 5, 13
Tuesday, March 5, 13
HOW DOES IT WORK? •Textile or Markdown •Liquid for templates
•HTML out Tuesday, March 5, 13
HOW DOES IT WORK? •Posts go in a _posts directory
•YAML based front matter for processing by Jekyll Tuesday, March 5, 13
HOW DOES IT WORK? •Generated site dumped into _site •Extensible
via plugins •Config file provides more customization Tuesday, March 5, 13
HOW DOES IT WORK? •Plenty of sample sites to build
on. •The sites page of the Jekyll wiki has examples. Tuesday, March 5, 13
FIGHT! •Jekyll’s main use case is blogging •Other tools (nanoc
and middleman) are more generic tools Tuesday, March 5, 13