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
350
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
190
Docker and Go: Integration Testing. by Aaron Lehmann
pgburt
1
290
Workers and the Rise of Reactive Infrastructure
pgburt
0
320
The Easiest Way to Develop with Go
pgburt
0
180
Advanced Ruby for Rails Devs, by Sherif Abushadi
pgburt
1
140
How HotelTonight uses Elasticsearch to power its hotel search algorithm
pgburt
2
2k
Nature Inspired Testing Thoughts
pgburt
0
55
Numbers need stories
pgburt
0
53
Use the Right Tool
pgburt
0
88
Other Decks in Technology
See All in Technology
AWS SAW を広めたい @四国クラウドお遍路
kazzpapa3
0
220
2024年版 運用者たちのLLM
nwiizo
3
560
四国のあのイベントの〇〇システムを45日間で構築した話 / cloudohenro2024_tachibana
biatunky
0
310
React Aria で実現する次世代のアクセシビリティ
ryo_manba
4
1.2k
Eventual Detection Engineering
ken5scal
0
1.3k
サーバー管理しないサーバーサービスManaged DevOps Pool
kkamegawa
0
110
突撃! 隣のAmazon Bedrockユーザー 〜YouはどうしてAWSで?〜
minorun365
PRO
3
320
App Router を実プロダクトで採用して見えてきた勘所をちょっとだけ紹介
marokanatani
1
850
社内の学びの場・コミュニティ形成とエンジニア同士のリレーションシップ構築/devreljapan2024
nishiuma
3
210
忙しい人のためのLangGraph概要まとめ
__ymgc__
1
150
LLVM/ASMを使った有限体の高速実装
herumi
0
120
DuckDB雑紹介(1.1対応版)@DuckDB座談会
ktz
5
1.2k
Featured
See All Featured
Bash Introduction
62gerente
608
210k
Unsuck your backbone
ammeep
667
57k
Happy Clients
brianwarren
96
6.6k
What the flash - Photography Introduction
edds
67
11k
How to train your dragon (web standard)
notwaldorf
85
5.6k
The Invisible Customer
myddelton
119
13k
Building Flexible Design Systems
yeseniaperezcruz
325
37k
Building Your Own Lightsaber
phodgson
101
6k
Web development in the modern age
philhawksworth
204
10k
Building a Modern Day E-commerce SEO Strategy
aleyda
35
6.8k
Product Roadmaps are Hard
iamctodd
PRO
48
10k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
663
120k
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