Update README.md.
This commit is contained in:
14
README.md
14
README.md
@@ -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/)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user