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
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
85
Numbers need stories
pgburt
0
83
Use the Right Tool
pgburt
0
120
Other Decks in Technology
See All in Technology
Shifting from MCP to Skills / ベストプラクティスの変遷を辿る
yamanoku
4
640
製造業ドメインにおける LLMプロダクト構築: 複雑な文脈へのアプローチ
caddi_eng
1
520
Oracle Database@Azure:サービス概要のご紹介
oracle4engineer
PRO
4
1.1k
OpenClawで回す組織運営
jacopen
3
620
マルチロールEMが実践する「組織のレジリエンス」を高めるための組織構造と人材配置戦略
coconala_engineer
3
590
AWSをCLIで理解したい! / I want to understand AWS using the CLI
mel_27
2
160
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
11k
マネージャー版 "提案のレベル" を上げる
konifar
21
13k
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
3k
Kaggleの経験が実務にどう活きているか / kaggle_findy
sansan_randd
6
1k
Master Dataグループ紹介資料
sansan33
PRO
1
4.5k
us-east-1 に障害が起きた時に、 ap-northeast-1 にどんな影響があるか 説明できるようになろう!
miu_crescent
PRO
12
3.8k
Featured
See All Featured
Ruling the World: When Life Gets Gamed
codingconduct
0
160
The agentic SEO stack - context over prompts
schlessera
0
680
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.4k
Game over? The fight for quality and originality in the time of robots
wayneb77
1
130
Designing for Timeless Needs
cassininazir
0
150
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
140
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
340
Optimizing for Happiness
mojombo
378
71k
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
620
WENDY [Excerpt]
tessaabrams
9
36k
Documentation Writing (for coders)
carmenintech
77
5.3k
Tell your own story through comics
letsgokoyo
1
830
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