Hacker News new | ask | show | jobs
by shamas 1984 days ago
What is your automated deployment pipeline for this kind of website?
1 comments

I write posts in an editor (presently nvim), generate the site, and have a git hook that basically publishes it to neocities along with pushing it to my repository. It's very much a tiny hobby blog so I haven't put much effort into the whole process.