docker pull do.nark.eu.org/jekyll/jekyll
docker build -t homepage:v1 .
docker compose up
docker exec -it $container_id /bin/bash
git clone --bare https://github.com/RayeRen/acad-homepage.github.io.git
git push git@github.com:WeixiongLin/me.git main
rm -rf jekyll-docker
git clone git@github.com:WeixiongLin/me.git
进入之后执行
bundle config mirror.https://rubygems.org https://gems.ruby-china.com
bundle install
bundle add webrick
# bundle exec jekyll liveserve --port 4000 # 这个不知道为什么不 work, 请用下面的指令替代
jekyll serve --watch --drafts