ekzyis
This is the code for my blog at https://ekzy.is.
Development
// enter dev environment
$ nix-shell
// run server
$ hugo server
// other tab: run tailwindcss in watch mode
$ tailwindcss -i assets/css/input.css -o static/tailwind.css --watch
Deployment
$ ./deploy
Description
Languages
JavaScript
52.5%
HTML
40.3%
CSS
6.4%
Go
0.4%
templ
0.2%
Other
0.2%