Tidy taxonomies for all posts #7

Open
opened 2023-06-26 20:35:55 +00:00 by mattcen · 2 comments
Owner

Review front matter for all posts to check taxonomies

  • Do we need both categories and tags?
  • Where do we add a link to categories so people can review/follow them?
  • Do we show a post's categories on the post itself? Where/how?
Review front matter for all posts to check taxonomies - Do we need both categories *and* tags? - Where do we add a link to categories so people can review/follow them? - Do we show a post's categories on the post itself? Where/how?
Author
Owner

OK apparently I'm only using categories, and not tags, currently. Just need to ensure all categories are relevant/correct and actually display them somehow.

OK apparently I'm only using categories, and not tags, currently. Just need to ensure all categories are relevant/correct and actually display them somehow.
Author
Owner

Start here:

git grep -l Uncategorized content/ | while read -r f; do grep -q draft: "$f" || echo "$f"; done
Start here: ```bash git grep -l Uncategorized content/ | while read -r f; do grep -q draft: "$f" || echo "$f"; done ```
mattcen self-assigned this 2023-06-26 22:34:43 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mattcen/mattcens_mumblings#7
No description provided.