I want to write some things, and I have really nice templates (nice design, minimal vanilla JS, loads really fast) for the following pages:
- Main page of the blog (lists all the articles)
- Article page
I was thinking of making one HTML file for each post, linking them together using hyperlinks (pointing directly to the HTML files), putting everything in a folder, and dragging and dropping to my Netlify Drop account (https://app.netlify.com/drop).
What are the potential downsides to doing this? Am I really underestimating the value that modern frameworks and libraries provide?