jason-huang03 / website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用教程

网站地址 http://nics-effalg.com/

在github仓库 https://github.com/NICSEFC-EffAlg/website 提交pull request,管理员审核后merge到main分支后更新网站。

添加publication

修改_data/pubs.yml

添加people

修改_data/people.yml

注意,project需要使用展示图片,可以写图床链接,也可以上传一张image到assets/people_images文件夹,写image: /assets/people_images/<image_name>。 为了保证访问速度,请确保图片大小<500KB,推荐使用jpg压缩。

添加首页highlight

修改_data/highlights.yml

本地运行指南

  • 如果在国内,要挂代理哦,软件都要外网!
  • 安装 jekyll,安装教程 https://jekyllrb.com/docs/installation/.
  • 注释中Gemfile中的 gem "github-pages", group: :jekyll_plugins
  • 注释_config.yml中的remote_theme: "mmistakes/minimal-mistakes@4.26.2"
  • 取消注释_config.yml中的theme: minimal-mistakes-jekyll
  • 运行bundle install
  • 运行jekyll serve --watch

注意!修改完代码之后,不要把修改后的Gemfile_config.yml上传,否则githubio不能正常编译。

About


Languages

Language:SCSS 87.2%Language:HTML 5.9%Language:CSS 3.5%Language:JavaScript 2.1%Language:Ruby 1.3%