Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.99 KB

File metadata and controls

53 lines (41 loc) · 1.99 KB

项目卡片字段约定

数据文件:docs/_data/home.yml
渲染:docs/_includes/card_list.html

列表分区

YAML 键 首页区块 用途
featured_project_entries Featured Projects 代表作
project_entries Projects 领域 / 能力线(可长期)
old_project_entries Archive 已归档项目

导航 / 页脚:navbar_entriesfooter_entries

单卡字段

字段 必填 说明
title 标题
desc 建议 短描述
url 有则整卡可点;空则静态卡(无死链)
time 建议 年份或区间,如 20122013–20152018–
category 建议 短类别码:SEO RS DS WMP CA CGA NLP CVIP Meta Math LE CST
stars 建议 星级 15(关注度 / 代表性,非客观评分)
track 建议 proProfessionalhobbyHobby
context 建议 workWork/AppliedacademicAcademicbothWork & Academic(可省略)
tags Extra English labels, e.g. [Retrieval, Bachelor]
highlight 兼容 旧字段;未写 category 时回退显示

示例

- title: Image Searching
  url:
  desc: Gain my school level best paper within my Bachelor Degree period.
  time: "2012"
  category: CVIP
  stars: 5
  track: pro
  context: academic
  tags: [Retrieval, Bachelor]

站点卡片标签与文案统一用 English

Tag semantics (short)

  • Professional / Hobby: career delivery vs interest-driven exploration.
  • Work/Applied / Academic: engineering impact vs research / coursework; both covers both; omit context when neither fits.
  • Stars: display priority on this site, not a precise score.

新增项目:写入对应列表 → 本地 jekyll serve 核对 → 推送 master(Pages 源为 /docs)。