Skip to content

ethanthoma/personal-website

Repository files navigation

GoTH Stack

Tech Stack
Go Backend
Htmx Frontend
Turso Database

Building + Running

The nix flake has three derivations:

  • .#default: this produces the webserver binary
  • .#container: docker image containing the webserver binary
  • .#uploader: simple CLI to upload my markdown blogs

You can run it test the webserver locally with docker with make run.