jsjoeio / speak-argentinian-spanish

speak argentinian spanish website
https://speakargentinianspanish.com/
1 stars 0 forks source link

Blog page changes #15

Closed coding-in-public closed 1 year ago

coding-in-public commented 1 year ago

Two ideas here:

1. Improve blog “main” page

jsjoeio commented 1 year ago

I like all those! We could skip tag cloud, filter but keep search I think 🤔

coding-in-public commented 1 year ago

Okay, can do. You have a preference with search? I can build all a json output on build containing all the post descriptions, titles, etc. and then just search against that with a searching library perhaps at a /search route so people can share searches (i.e., it'd use query params). Or we can do something else?

jsjoeio commented 1 year ago

I like the sound of that! As long as we can have some script that will automatically update the json output when a new blog post is added (maybe in CI).

Also down to pull in a library or something to make it easier!

My only ask is that I don't have to update something every time I add a new blog post. If that's not possible then we can skip doing search for now!

coding-in-public commented 1 year ago

Oh, yeah. Definitely. There's a way to generate a new JSON file each time you build, so it should always be up to date. I might split the search off to its own branch and just focus on the layout for now? And then we can address search. Looking to do the 404 page today or tomorrow and perhaps the blog page(s) by the weekend or so?

jsjoeio commented 1 year ago

I like that. I prefer smaller changsets per PR anyway (easier to review).

Sounds like a plan! 🙌

coding-in-public commented 1 year ago

moved search to #25