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
Everything Claude Code を眺める
oikon48
8
4.6k
JAWS DAYS 2026 楽しく学ぼう!ストレージ 入門
yoshiki0705
2
190
親子 or ペアで Mashup for the Future! しゃべって楽しむ 初手AI駆動でものづくり体験
hiroramos4
PRO
0
130
AI実装による「レビューボトルネック」を解消する仕様駆動開発(SDD)/ ai-sdd-review-bottleneck
rakus_dev
0
140
Lambda Web AdapterでLambdaをWEBフレームワーク利用する
sahou909
0
130
CyberAgentの生成AI戦略 〜変わるものと変わらないもの〜
katayan
0
220
2026-03-11 JAWS-UG 茨城 #12 改めてALBを便利に使う
masasuzu
2
390
会社紹介資料 / Sansan Company Profile
sansan33
PRO
16
410k
社内レビューは機能しているのか
matsuba
0
130
決済サービスを支えるElastic Cloud - Elastic Cloudの導入と推進、決済サービスのObservability
suzukij
2
640
GCASアップデート(202601-202603)
techniczna
0
140
わからなくて良いなら、わからなきゃだめなの?
kotaoue
1
360
Featured
See All Featured
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
480
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
Believing is Seeing
oripsolob
1
84
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
320
Into the Great Unknown - MozCon
thekraken
40
2.3k
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
230
Side Projects
sachag
455
43k
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
Marketing to machines
jonoalderson
1
5k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.3k
Building the Perfect Custom Keyboard
takai
2
710
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
130
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