【网络开发】利用GITHUB pages和Jekyll搭建博客
https://pengyizhang.github.io/2020/03/18/jekyll/
GitHub Pages is available in public repositories with GitHub Free, and in public and private repositories with GitHub Pro, GitHub Team, GitHub Enterprise Cloud, and GitHub Enterprise Server.
You can set up a local version of your Jekyll GitHub Pages site to test changes to your site locally. We highly recommend installing Jekyll to preview your site and help troubleshoot failed Jekyll builds.
In this article:
- Requirements
- Step 1: Create a local repository for your Jekyll site
- Step 2: Install Jekyll using Bundler
- Step 3 (optional): Generate Jekyll site files
- Step 4: Build your local Jekyll site
- Keeping your site up to date with the GitHub Pages gem
- Next steps: Configuring Jekyll
- Further reading
Jekyll is not officially supported for Windows. For more information, see “Jekyll on Windows” in the official Jekyll documentation.