electron / website

:electron: The Electron website
https://electronjs.org
Apache License 2.0
111 stars 127 forks source link

feat: add tags to blog posts #576

Closed dsanders11 closed 2 months ago

dsanders11 commented 2 months ago

Stacked on #575.

Adds a blog/tags.yml file to define two tags (release and security) and backfills tags for relevant blog posts. Makes it easier to find blog posts related to those topics, especially since the sidebar only displays the last 50 posts (although we can control this via config).

dsanders11 commented 2 months ago

"Check Blog Links" failure is due to touching all the old blog posts which have broken links. Can be ignored.