在Windows 中部署 Jekyll
- download and install ruby with devkit
https://rubyinstaller.org/downloads/
1 2
$ ruby -v ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x64-mingw-ucrt]
- install jekyll
1 2 3
gem install jekyll $ jekyll -v jekyll 4.2.2
- create blog porject
1 2 3
jekyll new myblog cd myblog jekyll serve
- 如果提示依赖错误:
1 2
bundle bundle exec jekyll serve
参考
This post is licensed under
CC BY 4.0
by the author.