first commit

This commit is contained in:
Julie Blanc 2025-12-29 11:27:47 +01:00
commit 6134204a10
66 changed files with 1924 additions and 0 deletions

18
README.md Normal file
View file

@ -0,0 +1,18 @@
HTML paged.js
```
pandoc --defaults src/files.yaml --template=assets/template.html --metadata-file src/meta.yaml --lua-filter=assets/add_section_ids.lua -o index.html
```
PDF plus léger:
```
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/printer -dNOPAUSE -dQUIET -dBATCH -sOutputFile=portfolio-compress.pdf portfolio.pdf
```