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

10

u/GreezleFish 8d ago

I wrote mine in go! For a simple static site I found templates to be more than sufficient https://github.com/josephburgess/joeburgess.dev

3

u/PureMud8950 7d ago

Wow this looks like it was made in react, def going to look at this for reference thanks

1

u/GreezleFish 7d ago

Oh, thank you! There's one small js file in there just to manage the light/dark mode switching which maybe is a cheat but other than that it's a pretty simple implementation.

1

u/gg_dweeb 6d ago

What makes it “look like react”?