First Post 🥳
Intro
This is my first post on Hugo. I host it myself on a VPS backed by nginx. It’s pretty damn simple and I’m loving the live updating.
What’s the workflow?
Well I wrote up a simple deploy script that will SSH in, git pull, then compile it out to the static files you see here. Super quick and easy.
ssh [email protected] "cd /var/www/jotlab
git pull
hugo -D"
Yeah but what’s up with the blog?
Not 100% sure yet. I am learning a ton about NextJS, React and TailWind CSS. So I am sure I’ll post a bunch of learnings and articles as I progress with that.
Cool story!
Thanks! 😍