Improve Rev News Navigation
还没有人认领这个 Issue。
- 主要语言
- CSS
- 星标
- 373
- 派生
- 325
- 平均合并
- 4 天 18 小时
- 30 天内合并 PR
- 1
描述
Currently, Rev News URLs follow the format:
/rev_news/:year/:month/:day/:title/
For example:
https://git.github.io/rev_news/2025/02/28/edition-120/
I think simplifying them to /rev_news/:title/ would help people access editions directly without needing to go through the archive.
For example:
https://git.github.io/rev_news/edition-120/
Additionally, I think it would be helpful to add "Previous" and "Next" links at the bottom of each Rev News edition. This would allow readers to easily move between editions without manually searching for them.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先定位 Rev News 期刊模板,以及生成其当前基于日期的 URL 的配置。检查各期的排序方式,然后确定存档导航在哪里渲染。完成标准是各期使用提议的基于标题的 URL,并且每一期都显示可正常工作的“上一期”和“下一期”链接。
由索引模型根据 Issue 内容生成。
评估
- 领域
- web-dev
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100