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
CSS
56.3%
Go
16%
TeX
15.1%
HTML
9.7%
Nix
1.4%
Other
1.5%