feat: add tags to shared content

This commit is contained in:
Cory Dransfeldt 2023-09-08 12:42:44 -07:00
parent 64e434c6b9
commit 7216b848f4
No known key found for this signature in database
8 changed files with 84 additions and 10 deletions

View file

@ -0,0 +1,32 @@
{
"tags": [
{
"tag": "Eleventy",
"aliases": ["11ty", "eleventy"]
},
{
"tag": "WebDev",
"aliases": [
"development",
"javascript",
"react",
"nextjs",
"gatsby",
"vue",
"svelte",
"angular",
"webdev",
"web-development",
"web-development"
]
},
{
"tag": "Tech",
"aliases": ["technology", "tech"]
},
{
"tag": "Music",
"aliases": ["music"]
}
]
}