Commit graph

6 commits

Author SHA1 Message Date
6ab37ad04c
use a11y hljs theme
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
2024-05-22 01:05:18 +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
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