Site root: Github Pages vs. `jekyll --server`

后端 未结 5 755
走了就别回头了
走了就别回头了 2020-12-24 08:20

When I run jekyll --server my site is available at http://localhost:4000/, but when I deploy to GitHub Project Pages, it\'s available at http

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-24 08:51

    I use jekyll-bootstrap and deploy locally on port 4000, but my github pages url is user.github.com...i think that it depends on how you originally create the repo. Originally I used the auto page builder that github offers which created the repo in a very wizard like manner.

    I just followed the steps at:

    http://jekyllbootstrap.com/

    Hope that helps

提交回复
热议问题