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
Create Your Own Blog Using Jekyll
Search
Swathi Kantharaja
February 10, 2014
Programming
0
110
Create Your Own Blog Using Jekyll
Swathi Kantharaja
February 10, 2014
Tweet
Share
More Decks by Swathi Kantharaja
See All by Swathi Kantharaja
Introduction to Database
swathuk
0
69
Introduction to Programming
swathuk
0
68
How Web Works And Where Rails Fits In
swathuk
1
100
Mobile Device Management
swathuk
0
66
Other Decks in Programming
See All in Programming
チームで開発し事業を加速するための"良い"設計の考え方 @ サポーターズCoLab 2025-07-08
agatan
1
430
プロダクト志向なエンジニアがもう一歩先の価値を目指すために意識したこと
nealle
0
130
Agentic Coding: The Future of Software Development with Agents
mitsuhiko
0
110
AI コーディングエージェントの時代へ:JetBrains が描く開発の未来
masaruhr
1
170
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
600
システム成長を止めない!本番無停止テーブル移行の全貌
sakawe_ee
1
200
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
560
dbt民主化とLLMによる開発ブースト ~ AI Readyな分析サイクルを目指して ~
yoshyum
3
1k
PostgreSQLのRow Level SecurityをPHPのORMで扱う Eloquent vs Doctrine #phpcon #track2
77web
2
530
0626 Findy Product Manager LT Night_高田スライド_speaker deck用
mana_takada
0
180
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
270
RailsGirls IZUMO スポンサーLT
16bitidol
0
190
Featured
See All Featured
Scaling GitHub
holman
460
140k
Code Reviewing Like a Champion
maltzj
524
40k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
Designing for humans not robots
tammielis
253
25k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
Building Applications with DynamoDB
mza
95
6.5k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
How to Think Like a Performance Engineer
csswizardry
25
1.7k
Faster Mobile Websites
deanohume
307
31k
The Invisible Side of Design
smashingmag
301
51k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
It's Worth the Effort
3n
185
28k
Transcript
Create Your Own Blog Using ! Jekyll 1
Why Jekyll? 2
Getting Started $ gem install jekyll! $ jekyll new myblog!
$ cd myblog! $ jekyll serve --watch 3
Directory Structure 4
_config.yml 5
Layouts 6
Liquid 7
Includes 8
Posts 9 YYYY-MM-DD-post-slug.extension
Customise URL permalink: /blog/:year/:month/:day/:title! permalink: /:month-:day-:year/:title.html 10
Front Matter 11
Markdown 12
Pygment 13
Drafts Place posts without date in _drafts directory! To test
locally: jekyll serve --drafts! To publish, move to _posts with date in the filename 14
Listing your posts 15
Pagination 16 paginate: <number>
Adding comments 17
Deploy to GitHub 18 username.github.io
CNAME 19
Thank You @swathuk! ! References! http://jekyllrb.com/docs/home/! https://learn.andrewmunsell.com/ 20