如题。难道每次都要到目录里执行 jekyll serve --watch 吗?

1 Shieffan Feb 21, 2014 jekyll本是一个静态页面生成工具,jekyll serve是自带了一个简陋的server来方便你在本地查看。既然你已经生成了静态页面,那为啥不用nginx来Serve你的static pages |
2 wwqgtxx Feb 21, 2014 via Android nginx apache 随便哪一个不都行么? |
4 hit9 Feb 21, 2014 |
5 Shieffan Feb 21, 2014 @hit9 jekyll部署方法有很多,我觉得最常用的应该就是git部署吧,push之后自动build。http://jekyllrb.com/docs/deployment-methods/ 要不就在本地build之后push到server不就行了。 |