Skip to content

yiersan79/meizuosc.github.io

 
 

Repository files navigation

快速上手

  1. 克隆仓库

    首先去 Fork 到自己账户下,然后下载到本地。

     $ git clone git@github.com:USER_NAME/meizuosc.github.io
    
  2. 构建环境

     $ tools/jekyll-env
    
  3. 撰写文章

     $ rake post
     $ vim _posts/xxx.md
    
  4. 编译文章(仅需执行一次,后面会自动编译)

     $ tools/jekyll-build
    
  5. 阅读文章

     $ tools/jekyll-open
    
  6. 提交入自己的远程仓库

     $ git add _post/xxx.md
     $ git commit -s 'post: Add xxx'
     $ git push origin master
    
  7. 发送 Pull Request

    通过 github.com 发送 Pull Request,并等待评审。

  8. 等待发布

    等评审通过后,文章会被自动发布出去。

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.8%
  • HTML 23.6%
  • JavaScript 16.3%
  • Ruby 14.9%
  • Perl 2.6%
  • Shell 2.1%
  • Other 2.7%