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
JTCにおける内製×スクラム開発への挑戦〜内製化率95%達成の舞台裏/JTC's challenge of in-house development with Scrum
aeonpeople
0
230
ブロックテーマ時代における、テーマの CSS について考える Toro_Unit / 2025.09.13 @ Shinshu WordPress Meetup
torounit
0
130
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.7k
新規プロダクトでプロトタイプから正式リリースまでNext.jsで開発したリアル
kawanoriku0
1
110
研究開発と製品開発、両利きのロボティクス
youtalk
1
530
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
2
220
Language Update: Java
skrb
2
300
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
180
初めてAWSを使うときのセキュリティ覚書〜初心者支部編〜
cmusudakeisuke
1
250
Firestore → Spanner 移行 を成功させた段階的移行プロセス
athug
1
480
Codeful Serverless / 一人運用でもやり抜く力
_kensh
7
420
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Code Reviewing Like a Champion
maltzj
525
40k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
51
5.6k
BBQ
matthewcrist
89
9.8k
Designing for humans not robots
tammielis
253
25k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Typedesign – Prime Four
hannesfritz
42
2.8k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
840
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