Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rake new_post[title]Octopress 提供了一种使用命令创建博客文章的简单方法。有没有办法rename或delete命令创建的帖子?
rake new_post[title]
rename
delete
您可以重命名或删除source/_post/ 中的相应文件。如果您使用常用的方式部署您的网站(即rake deploy),git 将用于检测重命名或删除的变化。更新将自动提交,无需人工协助。但是,如果您使用rake rsyncrsync 部署网站,rsync可能无法检测到重命名操作。(我猜你不会用它来引入不必要的不便。XD)
rake deploy
rake rsync