如何编译本网页 #17
Pinned
specialpointcentral
announced in
Announcements
如何编译本网页
#17
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用本地方案
bundle
安装Jekyll
相应的依赖bundle exec jekyll serve --livereload
使用Docker方案
docker run \ --rm --volume="$PWD:/srv/jekyll" \ -p 4000:4000 -p 35729:35729 \ -it jekyll/jekyll \ jekyll serve --livereload
Beta Was this translation helpful? Give feedback.
All reactions