美文网首页
GitHub Pages

GitHub Pages

作者: 宇辰星君 | 来源:发表于2017-04-14 11:37 被阅读11次

    GitHub Pages

     1652  git clone https://github.com/suyanan/suyanan.github.io
     1653  ls
     1654  cd suyanan.github.io/
     1655  ls
     1656  echo "hello world" > index.html
     1657  ls
     1658  git add --all
     1659  git commit -m "Initial commit"
     1660  git push -u origin master
    

    我的主页:
    suyanan

    Jekyll

    Transform your plain text into static websites and blogs.

    GitHub Pages supports Jekyll, a popular static site generator.

    相关文章

      网友评论

          本文标题:GitHub Pages

          本文链接:https://www.haomeiwen.com/subject/xmlwattx.html