狠狠撸
Submit Search
Building Static Website With Github And Jekyll
?
1 like
?
1,770 views
Yoji Shidara
Follow
1 of 55
Download now
Download to read offline
More Related Content
Building Static Website With Github And Jekyll
1.
2009年12月5日(土) 札幌Ruby会議02「札幌のRuby」 GitHubとJekyllで つくる静的Webサイト — e
way we are working on our website. 設樂 洋爾 yoji.shidara@enishi-tech.com
2.
提 供
3.
しだら ようじ 設樂 洋爾
4.
Ruby Sapporo
5.
I love soupcurry.
6.
Find soupcurry shops
right now.
8.
jpmobile
9.
What’s going on
twitter?
10.
System Diagram: Rough Sketch
Web Noti?cation Frontend module Crawler Fulltext Analyzer module Search module BuzzDAS: Buzz Data Analysis System
13.
e first edition
still in store.
14.
2009年12月5日(土) 札幌Ruby会議02「札幌のRuby」 GitHubとJekyllで つくる静的Webサイト — e
way we are working on our website. 設樂 洋爾 yoji.shidara@enishi-tech.com
15.
2009年10月24日(土) とちぎRuby会議02「儲かるRuby」 クラウド時代の企業 向けWebサイト構築 手法のご提案 — e
way we are working on our website. 設樂 洋爾 yoji.shidara@enishi-tech.com
16.
Enterprise,
17.
Collaboration Workflow
18.
Logs http://www.?ickr.com/photos/decade_null/142235888
CC BY-SA 2.0 by decade_null
19.
Renewal, Campaign,
Prototyping
20.
Security
21.
Backups
22.
Scalability
23.
Issue tracking
24.
Enterprise.
25.
Enterprise!
26.
Complex CMSs are too
much for us.
27.
Solution:
31.
Ruby?
32.
Ruby!
33.
And ...
34.
http://jekyllrb.com/
35.
transform your text
into a monster
36.
your text --- category: news layout:
news title: とちぎRuby会議02をスポンサードします --- 株式会社えにしテックは、2009年10月24日に西那須野公民館で開催される [とちぎRuby会議02](http://regional.rubykaigi.org/tochigi02) をプラチナスポンサーとしてバックアップします。 同会議は、2008年から日本の各地で開催されている [地域Ruby会議](http://regional.rubykaigi.org/) と呼ばれるRuby開発者?利用者向けのカンファレンスの一つです。 ### 開催概要 - 名称: とちぎRuby会議02 (tochigirubykaigi02) - 会期: 2009 年 10 月 24 日 (土) - 会場: 西那須野公民館 (栃木県那須塩原市) - 主催: とちぎRuby会議02実行委員会 - 後援: 日本Rubyの会
37.
your text monster --- category:
news layout: news title: とちぎRuby会議02をスポンサードします --- 株式会社えにしテックは、2009年10月24日に西那須野公民館で開催される [とちぎRuby会議02](http://regional.rubykaigi.org/tochigi02) をプラチナスポンサーとしてバックアップします。 同会議は、2008年から日本の各地で開催されている [地域Ruby会議](http://regional.rubykaigi.org/) と呼ばれるRuby開発者?利用者向けのカンファレンスの一つです。 ### 開催概要 - 名称: とちぎRuby会議02 (tochigirubykaigi02) - 会期: 2009 年 10 月 24 日 (土) - 会場: 西那須野公民館 (栃木県那須塩原市) - 主催: とちぎRuby会議02実行委員会 - 後援: 日本Rubyの会
38.
Provide us:
39.
flexible workflows w/power
of git
40.
mayuco
design Collaboration nte nts co conten shimada ts shidara deploy! Workflow
41.
Logs
“git log” http://www.?ickr.com/photos/decade_null/142235888 CC BY-SA 2.0 by decade_null
42.
Renewal, Campaign,
“git branch” Prototyping
43.
Backups
“git clone”
44.
(development) Simple & Static
Web! (deployment) Security
45.
Scalability Simple
& Static!
46.
Issue tracking
47.
Write Once, Deploy Anywhere.
48.
For easy deploy...
49.
Or,
50.
Ready,
eceive) (.git/hooks/post-r #!/bin/sh cd .. rm -rf _site jekyll && env -i git reset --hard && var/www r sync -auv --del ete _site/ / Get Set, % git remote add deploy ... Go! % git push deploy
51.
git repo (for development)
git push git repo (for deployment) .git/hooks/post-receive ?format w/jekyll ?rsync to /var/www Apache
52.
Conclusion:
53.
and
54.
Coming soon!
55.
2009年12月5日(土) 札幌Ruby会議02「札幌のRuby」 GitHubとJekyllで つくる静的Webサイト — e
way we are working on our website. 設樂 洋爾 yoji.shidara@enishi-tech.com
Download