5 ms·
I, too, settled on a minimalist process for deploying my blog, just build it with a Hugo, copy the files over to a cheap server, and there you go, deployed. It'
by serial_dev 10mo ago
I, too, settled on a minimalist process for deploying my blog, just build it with a Hugo, copy the files over to a cheap server, and there you go, deployed. It's the right tool for the job (for me).
- lelanthran 10mo ago> I, too, settled on a minimalist process for deploying my blog, just build it with a Hugo, copy the files over to a cheap server, and there you go, deployed. Meh. That's over-engineered[1] /s :-) -------------------- [1] I have a bash script that produces the site from markdown snippets, commits it to a repo and the VPS pulls master periodically.
- Firehawke 10mo agoOr, for that matter, using GitHub Actions to do the final Hugo build and remote deployment when you do a git push.
- serial_dev 10mo agoI thought about that process, too, but it’s more convenient to skip the whole “lots of commits” and GHA loop. At the moment I’m still mainly fixing and customizing the theme, but I expect that once I actually start blogging instead of fixing the theme and learning Hugo, GitHub actions would make sense again.
- usamaejaz 10mo agoBro, if you want to start blogging, just do it and get rid of all these dev stuff and focus on blogging. I suggest you use a platform like justblogged.com. Shameless plug, yes I built it.
- serial_dev 10mo agoBro, thank you for the plug, though I’m fine with recreational theme tweaking first, then blogging at some point in the future.