Update README.md.

This commit is contained in:
2025-08-31 14:32:55 -07:00
parent 03284765d2
commit 33035950c8

View File

@@ -2,11 +2,17 @@
## Dev environment ## Dev environment
### One time
- Install hugo. - Install hugo.
- Install dart-sass. - Install dart-sass.
- `cd themes/blowfish && npm install`
### Each time
```bash ```bash
hugo server -D npm run dev # Loads Tailwind CSS in watch mode
hugo server # Starts the Hugo server
``` ```
## Deploy ## Deploy
@@ -14,3 +20,9 @@ hugo server -D
```bash ```bash
scripts/deploy.sh scripts/deploy.sh
``` ```
## Reference
- [Colors](https://tailwindcss.com/docs/colors)
- [Icons](https://blowfish.page/samples/icons/)