Hacker News new | ask | show | jobs
by mrweasel 925 days ago
I've taken a look at Hugo multiple times, and... it more complicated than I'd like. For me it really does way to much and customizing themes is way more work than I care for.

Maybe it's time to see if I can make SSG (https://romanzolotarev.com/ssg.html) run on my Mac again, for some reason it won't render anything.

1 comments

I've created a hybrid system as I also was frustrated with how complicated Hugo is. Oogway [1] is a static site generator and framework for creating websites using Go templates. Take a look if you like :)

[1] https://github.com/emvi/oogway

Looks pretty interesting, I'll give it a try. Thank you.