维护个人主页
Published:
个人主页维护注意事项,参考 https://github.com/Bowen1911/Bowen1911.github.io README。
原项目地址:https://github.com/academicpages/academicpages.github.io
1. WSL & Linux 本地开发
必要环境 ruby-dev, bundler, nodejs:
sudo apt install ruby-dev ruby-bundler nodejs在主页项目目录安装 bundle:
bundle install启动网页
bundle exec jekyll serve -l -H localhost,然后打开 http://localhost:4000 即可。