Blogging basics
...October 27, 2011
- http://pages.github.com/
- http://octopress.org/docs/
- http://octopress.org/docs/blogging/
- http://octopress.org/docs/configuring/
- http://octopress.org/docs/deploying/
new post
rake new_post["Blogging basics"]
source/_posts/YYYY-MM-DD-blogging-basics.markdown
파일이 맨들어짐
---layout: posttitle: "Blogging basics"date: 2011-10-27 04:38comments: truecategories: octopress # 여러개도 가능함 ex: [one, two, three]published: false # optional for draftauthor: [Yongbin Yu, Keedi Kim] # optional for multiple author---
.markdown
대신에 .html
로도 맨들 수 있음
generate, preview and deploy
rake generaterake watchrake preview # http://localhost:4000/
POW 라는 것도 이용할 수 있는가 보네 멋진뎅
rake deploygit add . # 여기부턴 optional, 하는게 좋겟지git cm -am "what the commit"git push origin source
source/_posts/YYYY-MM-DD-blogging-basics.markdown
의 전체 내용
---layout: posttitle: "Blogging basics"date: 2011-10-27 04:38comments: truecategories: octopress---- [http://octopress.org/docs/](http://octopress.org/docs/)- [http://octopress.org/docs/blogging/](http://octopress.org/docs/blogging/)- [http://octopress.org/docs/configuring/](http://octopress.org/docs/configuring/)- [http://octopress.org/docs/deploying/](http://octopress.org/docs/deploying/)### new postrake new_post["Blogging basics"]`source/_posts/YYYY-MM-DD-blogging-basics.markdown` 파일이 맨들어짐---layout: posttitle: "Blogging basics"date: 2011-10-27 04:38comments: truecategories: octopress # 여러개도 가능함 ex: [one, two, three]published: false # optional for draftauthor: [Yongbin Yu, Keedi Kim] # optional for multiple author---`.markdown` 대신에 `.html` 로도 맨들 수 있음### generate, preview and deployrake generaterake watchrake preview # http://localhost:4000/[POW](http://pow.cx/) 라는 것도 이용할 수 있는가 보네 멋진뎅rake deploygit add . # 여기부턴 optional, 하는게 좋겟지git cm -am "what the commit"git push origin source