Move every blog post to the database, instead of it being hard coded in HTML.
Once that's done, all the buttons can have SQL functionality to search that database, and filter only the ones that are say, "Violin", or whatever, like the buttons say.
Make a holder page for the "link" / "body" portion of each of the blog posts, have the link go to that. Server could render it like /blog/thisPost_11-11-2001 (just an idea)
(Html-routes maybe? idk, api-routes should have more to do with posting stuff to the server, and getting stuff from -- so maybe getting the blog posts should be in api-routes)
Move every blog post to the database, instead of it being hard coded in HTML.
Once that's done, all the buttons can have SQL functionality to search that database, and filter only the ones that are say, "Violin", or whatever, like the buttons say.
Make a holder page for the "link" / "body" portion of each of the blog posts, have the link go to that. Server could render it like /blog/thisPost_11-11-2001 (just an idea)
(Html-routes maybe? idk, api-routes should have more to do with posting stuff to the server, and getting stuff from -- so maybe getting the blog posts should be in api-routes)