- 建立GitHub账户
- Fork 本仓库
- 在设置中将本仓库重命名为 "crescentvelvet.github.io", 这将成为你的个人主页的URL.
- 修改网站设置_config.yaml,页面设置_data\navigation.yml
- 在_pages\about.md中撰写Markdown页面内容
- 在浏览器中打开crescentvelvet.github.io即可查看网页
- Ubuntu本地下载本仓库
- 安装ruby-dev, bundler, nodejs:
sudo apt install ruby-dev ruby-bundler nodejs
- 运行
bundle clean
来清理目录(无需运行--force
) - 运行
bundle install
来安装Ruby依赖包,如果报错,删除Gemfile.lock - 运行
bundle exec jekyll liveserve
来生成HTML,在浏览器中打开localhost:4000即可查看网页