维护个人主页

less than 1 minute read

Published:

个人主页维护注意事项,参考 https://github.com/Bowen1911/Bowen1911.github.io README。

原项目地址:https://github.com/academicpages/academicpages.github.io

1. WSL & Linux 本地开发

  1. 必要环境 ruby-dev, bundler, nodejs: sudo apt install ruby-dev ruby-bundler nodejs

  2. 在主页项目目录安装 bundle: bundle install

  3. 启动网页 bundle exec jekyll serve -l -H localhost,然后打开 http://localhost:4000 即可。