Open utterances-bot opened 2 years ago
Very cool! I have been looking for a convenient and clean way to make a personal website, and it looks like you have collected some useful tools here.
Oop! I forgot one (slightly large) thing!
For analytics I use a platform called GoatCounter. I wrote about it a bit ago: https://www.userexe.me/posts/privacy/#-goatcounter
@We-Gold - Thanks!
How my website works · user.exe
I’ve been meaning to do this post for a while, so here it is. The base site The site itself is made with hugo. It’s a really cool static site generator that lets me write posts in markdown. I write my post, plop it in /content/posts/whatever.md, run hugo, and the site gets built into /public in less than a second. I can even run hugo serve --navigateToChanged and it will host my site on localhost port 1313, rebuilding every time I save a file, and redirect my already open window to whatever page was saved last.
https://www.userexe.me/posts/this-website/