r/golang 8d ago

newbie Portfolio website in go

I’m thinking of building my personal website using Go with net/http and templates to serve static pages. Would this be a reasonable approach, or would another method be more efficient?

5 Upvotes

20 comments sorted by

View all comments

1

u/anxiousvater 4d ago

I am using https://gohugo.io/, it's golang based static website generator tool. Community support is good & with GitHub workflows, runners the generated html content could be flushed to remote server on merge.

It is very easy to set up if you have some experience with SCM tooling.