Comment on Stacks for Simple Static Sites
cafuneandchill@lemmy.world 8 months ago
What would be the advantages of these methods over something like Neocities?
Comment on Stacks for Simple Static Sites
cafuneandchill@lemmy.world 8 months ago
What would be the advantages of these methods over something like Neocities?
fd93@programming.dev 8 months ago
For me, I write notes in Markdown anyways as part of a Zettelkasten, and by setting up my site this way I can stay in my development / note taking environment (nvim) and push stuff up to the site very quickly. It’s far easier as a developer to work off-the-cuff with this type of workflow, at least for me.
Also, would be very easy to self-host or move provider if Vercel or any other provider goes down.
cafuneandchill@lemmy.world 8 months ago
I see, that makes sense