Dynamic Static

Jaron的博客 - 关于代码及其他

Fork me on GitHub

Hello World

这是我博客(基于github与octopress)的第一篇文章。

摘抄部分Octopress指令:

Octopress 常用指令:

1
2
3
4
5
6
7
8
9
10
11
rake new_post["title"]     # Generate a new post

rake generate   # Generates posts and pages into the public directory

rake watch      # Watches source/ and sass/ for changes and regenerates

rake preview    # Watches, and mounts a webserver at http://localhost:4000

rake deploy     # Deploy to github

git add .  &&   git commit -m 'your message'  &&  git push origin source