Introduce tech-report/ with cover page, custom TOC, and summary flow; add travel-plan/ for trip planning; update README, gitignore, and brand colors. Co-authored-by: Cursor <cursoragent@cursor.com>
1.9 KiB
1.9 KiB
Travel Plan · 旅行计划
存放行程参考图、链接与笔记;后续可导出为 Typst/PDF 时间轴版式(见截图参考)。
目录结构
travel-plan/
├── plan.typ # 入口(排版占位,待完善)
├── data/
│ ├── config.typ # 行程结构(天 / 时段 / 地点)
│ └── theme.typ # 样式 token
├── trips/ # ★ 每次旅行一个子文件夹
│ └── <trip-name>/
│ ├── links.md # 参考链接(地图、攻略、订房等)
│ ├── notes.md # 可选:文字备忘
│ └── refs/ # 参考图,按地点分子目录
│ ├── donggang/
│ ├── xiaogang/
│ └── ...
└── local/ # 个人行程(gitignore,不提交)
| 放什么 | 路径 | 说明 |
|---|---|---|
| 参考链接 | trips/<名>/links.md |
Markdown 链接列表,按天或地点分组 |
| 参考图 | trips/<名>/refs/<地点>/ |
文件名建议 01-简短说明.jpg |
| 文字备忘 | trips/<名>/notes.md |
穿搭、机位、tips |
| 个人私密行程 | local/<名>/ |
整目录不提交 Git |
新建一次旅行
- 复制
trips/_example/为trips/dalian-2026/(名字自定) - 在
refs/下按地点建文件夹,把参考图丢进去 - 在
links.md里补地图、小红书、订房链接等 - 需要出 PDF 时再改
data/config.typ并编译plan.typ
参考图命名建议
refs/xiaogang/
├── 01-亲海栈道主视觉.jpg
├── 02-慢走背影感.jpg
└── 03-双人构图参考.jpg
编译(占位)
typst compile --root . travel-plan/plan.typ travel-plan/sample.pdf
版式参考
- 日程页:D1 标题 + 摘要 + 左侧时间轴 + 卡片(时段 / 活动 / tips)
- 地点页:地点标题 + 时段 + 说明 + 参考图网格(带 caption)