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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
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
AI時代の「本当の」ハイブリッドクラウド — エージェントが実現した、あの頃の夢
ebibibi
0
120
Kubernetesにおける推論基盤
ry
1
390
(Test) ai-meetup slide creation
oikon48
3
400
【Oracle Cloud ウェビナー】【入門編】はじめてのOracle AI Data Platform - AIのためのデータ準備&自社用AIエージェントをワンストップで実現
oracle4engineer
PRO
1
120
銀行の内製開発にて2つのプロダクトを1つのチームでスクラムしてみてる話
koba1210
1
130
Zeal of the Convert: Taming Shai-Hulud with AI
ramimac
0
110
JAWS DAYS 2026 ExaWizards_20260307
exawizards
0
430
楽しく学ぼう!ネットワーク入門
shotashiratori
1
380
モブプログラミング再入門 ー 基本から見直す、AI時代のチーム開発の選択肢 ー / A Re-introduction of Mob Programming
takaking22
5
1.5k
進化するBits AI SREと私と組織
nulabinc
PRO
0
180
わたしがセキュアにAWSを使えるわけないじゃん、ムリムリ!(※ムリじゃなかった!?)
cmusudakeisuke
1
750
20260311 技術SWG活動報告(デジタルアイデンティティ人材育成推進WG Ph2 活動報告会)
oidfj
0
350
Featured
See All Featured
Skip the Path - Find Your Career Trail
mkilby
1
80
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.3k
Building an army of robots
kneath
306
46k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
The World Runs on Bad Software
bkeepers
PRO
72
12k
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
86
Utilizing Notion as your number one productivity tool
mfonobong
4
260
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
310
Scaling GitHub
holman
464
140k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.6k
The Curious Case for Waylosing
cassininazir
0
270
Mobile First: as difficult as doing things right
swwweet
225
10k
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