29 lines
394 B
Markdown
29 lines
394 B
Markdown
# MyWildCloud.org
|
|
|
|
## Dev environment
|
|
|
|
### One time
|
|
|
|
- Install hugo.
|
|
- Install dart-sass.
|
|
- `cd themes/blowfish && npm install`
|
|
|
|
### Each time
|
|
|
|
```bash
|
|
npm run dev # Loads Tailwind CSS in watch mode
|
|
hugo server # Starts the Hugo server
|
|
```
|
|
|
|
## Deploy
|
|
|
|
```bash
|
|
scripts/deploy.sh
|
|
```
|
|
|
|
## Reference
|
|
|
|
- [Colors](https://tailwindcss.com/docs/colors)
|
|
- [Icons](https://blowfish.page/samples/icons/)
|
|
|