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
WordPress vs Jekyll
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Paul Burt
February 17, 2016
Technology
0
410
WordPress vs Jekyll
From the 2/17 SFRails event!
Published on behalf of the creator, Mike Neumegen of CloudCannon.
Paul Burt
February 17, 2016
Tweet
Share
More Decks by Paul Burt
See All by Paul Burt
What's New in Go Crypto? by Nick Sullivan
pgburt
0
280
Docker and Go: Integration Testing. by Aaron Lehmann
pgburt
1
340
Workers and the Rise of Reactive Infrastructure
pgburt
0
480
The Easiest Way to Develop with Go
pgburt
0
250
Advanced Ruby for Rails Devs, by Sherif Abushadi
pgburt
1
190
How HotelTonight uses Elasticsearch to power its hotel search algorithm
pgburt
2
2.2k
Nature Inspired Testing Thoughts
pgburt
0
86
Numbers need stories
pgburt
0
83
Use the Right Tool
pgburt
0
120
Other Decks in Technology
See All in Technology
実践 Datadog MCP Server
nulabinc
PRO
2
230
Oracle Cloud Infrastructure IaaS 新機能アップデート 2025/12 - 2026/2
oracle4engineer
PRO
0
150
visionOS 開発向けの MCP / Skills をつくり続けることで XR の探究と学習を最大化
karad
1
150
頼れる Agentic AI を支える Datadog のオブザーバビリティ / Powering Reliable Agentic AI with Datadog Observability
aoto
PRO
0
170
わからなくて良いなら、わからなきゃだめなの?
kotaoue
1
370
進化するBits AI SREと私と組織
nulabinc
PRO
0
200
詳解 強化学習 / In-depth Guide to Reinforcement Learning
prinlab
0
160
スクリプトの先へ!AIエージェントと組み合わせる モバイルE2Eテスト
error96num
0
180
DevOpsエージェントで実現する!! AWS Well-Architected(W-A) を実現するシステム設計 / 20260307 Masaki Okuda
shift_evolve
PRO
3
860
GCASアップデート(202601-202603)
techniczna
0
190
JAWSDAYS2026_A-6_現場SEが語る 回せるセキュリティ運用~設計で可視化、AIで加速する「楽に回る」運用設計のコツ~
shoki_hata
0
3k
[JAWSDAYS2026]Who is responsible for IAM
mizukibbb
0
740
Featured
See All Featured
Java REST API Framework Comparison - PWX 2021
mraible
34
9.2k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.5k
New Earth Scene 8
popppiees
1
1.7k
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
150
What’s in a name? Adding method to the madness
productmarketing
PRO
24
4k
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
240
WCS-LA-2024
lcolladotor
0
480
Making Projects Easy
brettharned
120
6.6k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
We Are The Robots
honzajavorek
0
200
Docker and Python
trallard
47
3.8k
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
1
2.4k
Transcript
Mike Neumegen / CloudCannon - @mikeneumegen Wordpress vs Jekyll
Wordpress • PHP based • Builds pages on the fly
• Powers 75 million websites Jekyll • Ruby static site generator • Builds a static site • Powers at least over 650,000 sites. Probably millions.
The Site
Setup Developer Environment - Wordpress • Install MAMP • Download
Wordpress • Run the Installer
Setup Developer Environment - Jekyll jekyll serve gem install jekyll
-v 2.4.0
Development - Wordpress • index.php calls other templates to build
the site • content.php builds a page or list of blog posts • Content is stored in a database • 18 template files
Development - Jekyll • default.html contains basic HTML structure •
post.html defines the structure of blog posts • Blog posts are markdown files • Everything is static
Deployment - Wordpress
Deployment - Jekyll
Page Content Editing - Wordpress
Post Content Editing - Wordpress
Page Content Editing - Jekyll
Post Content Editing - Jekyll
Performance
The right tool for the job • Security • Scalability
• Complexity • Development time • Workflow • User generated content
Static site source Jekyll Site source Wordpress theme source CloudCannon
@mikeneumegen
[email protected]
Links