blob: c011a0a47644ce2d910adb128c80cecb4358a981 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[My personal site](https://fcuny.net).
## Run
Running `just run` will start the `zola` server.
## Build
Running `just build` will build the site, and the content will be available under `result/`.
## Deploy
The site is deployed by a [GHA](.github/workflows/page.yml).
## Maintenance
Running `just validate` will run some validations (checking the links for example).
A few GHA are taking care of checking the validity of the flake, and will report if the [flake.lock](flake.lock) is out of date.
Another GHA will run periodically to bump the [flake.lock](flake.lock).
|