generated from cncf/hugo-netlify-starter
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Current situation
The main visible word list page doesn't link to the word lists directly, only from the menu.
The URL path to /word-lists/ does not have an index file, so gives a 404 error.
All of the terms are in two locations:
/word-lists/tier-N/-- all terms are in the single tier file/language/word-list/-- one file for each term
Relevant URLs
- https://inclusivenaming.org/word-lists/overview/
- https://inclusivenaming.org/word-lists/
- https://inclusivenaming.org/word-lists/tier-1/
- https://inclusivenaming.org/word-lists/tier-2/
- https://inclusivenaming.org/word-lists/tier-3/
- https://inclusivenaming.org/language/word-list/
- https://inclusivenaming.org/language/word-list/master/ etc.
Recommended fixes
- Create a file in the repo
/website/content/word-lists/index.mdthat contains or links to the overview and tiered list. - Remove the
/word-lists/tier-N/files as too cumbersome to keep a growing list of words in a single file. Create redirects from there toindex.md. - Rename
/website/content/word-lists/overview.mdtoindex.md, then have the Tier 1, 2, 3 subsections in the file contain a list of the terms, which are themselves links to the actualterm.mdfile. - Have a single file for all terms, located in
/website/content/language/word-list/. - Create a file
/website/content/language/word-list/index.mdthat duplicates/website/content/word-lists/index.md.- Alternately, merge all together into a single relative path e.g.
inclusivenaming.org/word-list/{index.md,term.md}
- Alternately, merge all together into a single relative path e.g.