Add links to the scripts
This commit is contained in:
parent
a8e86392a7
commit
0a945a2976
|
@ -14,7 +14,7 @@ This site is built with [Eleventy](https://www.11ty.dev) and deployed using [Nix
|
|||
|
||||
There are three scripts inside `/bin` - `build`, `serve` and `upgrade`. They each use `nix-shell` to fetch the tools they need.
|
||||
|
||||
### ./bin/build
|
||||
### ./bin/build [(link)](https://git.sr.ht/~stfn/vegan-prestwich/tree/master/item/bin/build)
|
||||
|
||||
- deletes `_site` folder
|
||||
- creates `_site/style`
|
||||
|
@ -25,7 +25,7 @@ There are three scripts inside `/bin` - `build`, `serve` and `upgrade`. They eac
|
|||
- sets `NEOCITIES_API_KEY` from a Sourcehut secret
|
||||
- pushes the whole site to Neocities
|
||||
|
||||
### ./bin/serve
|
||||
### ./bin/serve [(link)](https://git.sr.ht/~stfn/vegan-prestwich/tree/master/item/bin/serve)
|
||||
|
||||
- deletes `_site` folder
|
||||
- creates `_site/style`
|
||||
|
@ -33,6 +33,6 @@ There are three scripts inside `/bin` - `build`, `serve` and `upgrade`. They eac
|
|||
- builds the site to HTML using Eleventy, into `_site`
|
||||
- serves it up on http://localhost:8080
|
||||
|
||||
### ./bin/upgrade
|
||||
### ./bin/upgrade [(link)](https://git.sr.ht/~stfn/vegan-prestwich/tree/master/item/bin/upgrade)
|
||||
|
||||
- upgrades the `pnpm-lock.yaml` file to the latest version of Eleventy
|
||||
|
|
Loading…
Reference in a new issue