Add README

This commit is contained in:
ekzyis 2024-05-19 17:36:39 -05:00
parent 0b99bebd17
commit 73af11e732
2 changed files with 22 additions and 0 deletions

22
README.md Normal file
View File

@ -0,0 +1,22 @@
# 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
```

0
deploy Normal file → Executable file
View File