rewording
This commit is contained in:
parent
d086fe9041
commit
5245eb1aae
3 changed files with 6 additions and 6 deletions
|
|
@ -27,14 +27,14 @@ docker push git.interhacker.space/interhack/camp-website-2026:latest
|
||||||
|
|
||||||
The pull process is triggered every five minutes.
|
The pull process is triggered every five minutes.
|
||||||
So you may wait at least this amount of time before the website is up-to-date!
|
So you may wait at least this amount of time before the website is up-to-date!
|
||||||
(and Crtl + Shift + R is usefful to nuke cache)
|
(and Ctrl + Shift + R is useful to nuke cache)
|
||||||
|
|
||||||
## generate status PDF
|
## generate statuses PDF
|
||||||
|
|
||||||
Status are stored in [this online pad](https://md.interhacker.space/u2VNUSO6S36xx5Ensc3FCw).
|
Statuses 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:
|
PDF can be generated thanks to `pandoc` and the good old `curl` this way:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -s https://md.interhacker.space/u2VNUSO6S36xx5Ensc3FCw/download | pandoc -V geometry:margin=3cm -o status.pdf
|
curl -s https://md.interhacker.space/u2VNUSO6S36xx5Ensc3FCw/download | pandoc -V geometry:margin=3cm -o assets/Camp-Interhack_Statuts.pdf
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@
|
||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<h2>Association</h2>
|
<h2>Association</h2>
|
||||||
<a href="assets/Camp-Interhack-status.pdf">status</a>
|
<a href="assets/Camp-Interhack_Statuts.pdf">statuts</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h2>Interhack</h2>
|
<h2>Interhack</h2>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue