Commit graph

14 commits

Author SHA1 Message Date
af4c113153
update katex from 0.16.6 to 0.16.10
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending approval
2024-05-16 16:32:14 +02:00
d352206e29
wip: mail obfuscation (#51)
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending approval
2024-05-03 12:49:50 +02:00
9dfcc1101d
Basic cours support (#44)
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
feat: Basic support for new `/cours` endpoint (not ready for release yet), see commit description for more

- Basic /cours support
- Fix LaTeX support (see #47 / cours+blog)
  - Better detection of when there is LaTeX in document
  - Don't shuffle markdown and LaTeX processing (thanks to comrak)
  - Macros on release
- Local image support (cours+blog)
- PDF support
- Support of markdown files integration in other markdown files
- Very basic exclusion support in toc (need a lot of improvement!!)
- Update multiple dependencies (actix-web, ramhorns, comrak, reqwest, hljs)
- Reformat some code
- ToC in /cours support (very basic, works via building it in rust and processing it in js)
- Remove very old assets (font + jspdf)
- Hide navbar when printing the website
- New tag in index page
- Fix OCaml support for HLJS + add "pseudocode" derived from Julia

Reviewed-on: #44
Co-authored-by: Mylloon <kennel.anri@tutanota.com>
Co-committed-by: Mylloon <kennel.anri@tutanota.com>
2024-04-01 18:11:46 +02:00
fb6c9780f6
dynamically change theme
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
2023-04-29 15:26:12 +02:00
c6a1f3efcb
add dark/light theme for mermaid and hljs
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
2023-04-25 02:32:43 +02:00
8fb25106bf
add line numbering 2023-04-24 20:58:55 +02:00
f6dfb9950c
move scripts into js files 2023-04-24 16:18:54 +02:00
cfb21e7dcb
use js script since the html template contains only a <script> 2023-04-24 15:50:47 +02:00
d470c2939a
add the custom img resize from liv.mylloon.fr
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
2023-04-24 14:56:21 +02:00
b640e5f86a
add macros
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
2023-04-24 14:45:41 +02:00
2846ca694c
add jspdf, could be useful in the future 2023-04-24 14:28:13 +02:00
930d639da4
reduce hljs warnings
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
2023-04-24 13:12:21 +02:00
468b5ecc70
add copy button
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
2023-04-24 12:34:28 +02:00
e2e2e28461
split into multiple files 2023-04-22 03:03:14 +02:00