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
Paul Burt
February 17, 2016
Technology
0
380
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
220
Docker and Go: Integration Testing. by Aaron Lehmann
pgburt
1
320
Workers and the Rise of Reactive Infrastructure
pgburt
0
380
The Easiest Way to Develop with Go
pgburt
0
200
Advanced Ruby for Rails Devs, by Sherif Abushadi
pgburt
1
150
How HotelTonight uses Elasticsearch to power its hotel search algorithm
pgburt
2
2.1k
Nature Inspired Testing Thoughts
pgburt
0
65
Numbers need stories
pgburt
0
62
Use the Right Tool
pgburt
0
100
Other Decks in Technology
See All in Technology
更新系と状態
uhyo
5
1.4k
AI AgentOps LT大会(2025/04/16) Algomatic伊藤発表資料
kosukeito
0
140
PicoRabbit: a Tiny Presentation Device Powered by Ruby
harukasan
PRO
2
210
AWS全冠芸人が見た世界 ~資格取得より大切なこと~
masakiokuda
5
5.9k
ElixirがHW化され、最新CPU/GPU/NWを過去のものとする数万倍、高速+超省電力化されたWeb/動画配信/AIが動く日
piacerex
0
140
【2025年度新卒技術研修】100分で学ぶ サイバーエージェントのデータベース 活用事例とMySQLパフォーマンス調査
cyberagentdevelopers
PRO
5
7.3k
Cross Data Platforms Meetup LT 20250422
tarotaro0129
1
500
Amazon CloudWatch Application Signals ではじめるバーンレートアラーム / Burn rate alarm with Amazon CloudWatch Application Signals
ymotongpoo
5
490
Linuxのパッケージ管理とアップデート基礎知識
go_nishimoto
0
170
大AI時代で輝くために今こそドメインにディープダイブしよう / Deep Dive into Domain in AI-Agent-Era
yuitosato
1
360
Mastraに入門してみた ~AWS CDKを添えて~
tsukuboshi
0
220
Road to Go Gem #rubykaigi
sue445
0
430
Featured
See All Featured
Speed Design
sergeychernyshev
29
900
Optimizing for Happiness
mojombo
377
70k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
13
1.4k
The Cost Of JavaScript in 2023
addyosmani
49
7.7k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
660
Java REST API Framework Comparison - PWX 2021
mraible
30
8.5k
Building Adaptive Systems
keathley
41
2.5k
Visualization
eitanlees
146
16k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Code Review Best Practice
trishagee
67
18k
Building an army of robots
kneath
304
45k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
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 mike@cloudcannon.com Links