add organisation status as PDF close #2
This commit is contained in:
parent
2d52a7e619
commit
2b51b2b3e9
4 changed files with 20 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -16,3 +16,13 @@ Then, build and push to the registry:
|
|||
docker build -t git.interhacker.space/interhack/camp-website-2026:latest .
|
||||
docker push git.interhacker.space/interhack/camp-website-2026:latest
|
||||
```
|
||||
|
||||
## generate status PDF
|
||||
|
||||
Status are stored in [this online pad](https://md.interhacker.space/u2VNUSO6S36xx5Ensc3FCw).
|
||||
|
||||
PDF can be generated thanks to `pandoc` and the good old `curl` this way:
|
||||
|
||||
```sh
|
||||
curl -s https://md.interhacker.space/u2VNUSO6S36xx5Ensc3FCw/download | pandoc -V geometry:margin=3cm -o status.pdf
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue