1 rake new_post

rake new_post[title]           # Begin a new post in source/_posts

 

2 rake preview

http://samxu.dev to preview

 

3 rake watch

can watch the site and regenerate when it changes

 

4 rake generate and deploy

rake deploy # Default deploy task
rake gen_deploy # Generate website and deploy
rake generate # Generate jekyll site

 

5 github commit

git push origin source

相关文章:

  • 2021-11-04
  • 2021-09-16
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2021-09-09
  • 2021-12-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-06
  • 2022-02-11
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2022-02-10
相关资源
相似解决方案