Skip to content

CrescentVelvet/crescentvelvet.github.io

Repository files navigation

GitHub Pages

  1. 建立GitHub账户
  2. Fork 本仓库
  3. 在设置中将本仓库重命名为 "crescentvelvet.github.io", 这将成为你的个人主页的URL.
  4. 修改网站设置_config.yaml,页面设置_data\navigation.yml
  5. 在_pages\about.md中撰写Markdown页面内容
  6. 在浏览器中打开crescentvelvet.github.io即可查看网页

本地运行

  1. Ubuntu本地下载本仓库
  2. 安装ruby-dev, bundler, nodejs: sudo apt install ruby-dev ruby-bundler nodejs
  3. 运行 bundle clean 来清理目录(无需运行--force)
  4. 运行 bundle install来安装Ruby依赖包,如果报错,删除Gemfile.lock
  5. 运行 bundle exec jekyll liveserve来生成HTML,在浏览器中打开localhost:4000即可查看网页