approvers / approvers/site-data

ブロク記事 Markdown ファイル名の明瞭化

Open
#3 0 comments 1 reaction 0 assignees View on GitHub
New Features / Improvements
Dominant language
No language data
Stars
6
Forks
0
PR merge metrics
No merged PRs in 30d

Description

現在の approvers.github.io の仕様では, Markdown ファイル名をそのままルーティングに使用しています.

`001.md`, `002.md` などであると `/blog/001`, `/blog/002` となりますが, こちらよりは `blog/example`, `blog/my-mistakes-on-nginx-template` などのほうがわかりやすいと思われます (@loxygenK 談).

このように変更するとルーティングが変化するため, 旧 URL からのリダイレクトなどを検討する必要がありそうです.

なお, すでに作成した日付順で表示しているためブログの一覧の順番が変わることはありません.

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue mentions Markdown files such as 001.md and 002.md, producing routes like /blog/001. Start by locating how these filenames become routes and how the blog list preserves date order, then examine the old-URL redirect requirement. Done means readable routes are used, legacy URLs redirect appropriately, and the date-based listing order is unchanged.

Written by the indexing model from the issue text.

Assessment

Tech stack
markdown
Domain
content, web-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.