grelin_templates/travel-plan/README.md
MORRO d83e6a99a9 Add tech-report and travel-plan templates, replacing feasibility.
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>
2026-07-08 13:56:22 +08:00

57 lines
1.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 |
## 新建一次旅行
1. 复制 `trips/_example/``trips/dalian-2026/`(名字自定)
2.`refs/` 下按地点建文件夹,把参考图丢进去
3.`links.md` 里补地图、小红书、订房链接等
4. 需要出 PDF 时再改 `data/config.typ` 并编译 `plan.typ`
## 参考图命名建议
```
refs/xiaogang/
├── 01-亲海栈道主视觉.jpg
├── 02-慢走背影感.jpg
└── 03-双人构图参考.jpg
```
## 编译(占位)
```bash
typst compile --root . travel-plan/plan.typ travel-plan/sample.pdf
```
## 版式参考
- **日程页**D1 标题 + 摘要 + 左侧时间轴 + 卡片(时段 / 活动 / tips
- **地点页**:地点标题 + 时段 + 说明 + 参考图网格(带 caption