|
|
|
|
|
by johnsonjo
2411 days ago
|
|
I agree with this. Static Blogs with Gatsby are incredible once you get past the mental overhead. I chose before hand to do static sites for my blog just for pricing and security reasons. With Gatsby you can do compile time queries to your static files through GraphQL and display content based off your files and their metadata, this means you can do things like automatic tagging and article’s in series all with mainly markdown files with metadata, the occasional React page, and some js config files. |
|