feat: add tags to shared content
This commit is contained in:
parent
64e434c6b9
commit
7216b848f4
8 changed files with 84 additions and 10 deletions
32
src/_data/json/tag-aliases.json
Normal file
32
src/_data/json/tag-aliases.json
Normal 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"]
|
||||
}
|
||||
]
|
||||
}
|
Reference in a new issue