rewording
This commit is contained in:
parent
d086fe9041
commit
5245eb1aae
3 changed files with 6 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -26,15 +26,15 @@ docker push git.interhacker.space/interhack/camp-website-2026:latest
|
|||
```
|
||||
|
||||
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 !
|
||||
(and Crtl + Shift + R is usefful to nuke cache)
|
||||
So you may wait at least this amount of time before the website is up-to-date!
|
||||
(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:
|
||||
|
||||
```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>
|
||||
<div>
|
||||
<h2>Association</h2>
|
||||
<a href="assets/Camp-Interhack-status.pdf">status</a>
|
||||
<a href="assets/Camp-Interhack_Statuts.pdf">statuts</a>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Interhack</h2>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue