Add README
This commit is contained in:
parent
0b99bebd17
commit
73af11e732
22
README.md
Normal file
22
README.md
Normal 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
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user