Commit graph

16 commits

Author SHA1 Message Date
9b6d75b560
use requestAnimationFrame for search 2024-12-12 17:14:39 +01:00
bf13da9178
passive optimization 2024-12-12 16:41:28 +01:00
52e3674140
use document fragment 2024-12-12 16:25:43 +01:00
0a1a258e24
fix for root element 2024-11-28 17:11:40 +01:00
ea7d962a17
typos 2024-11-28 16:47:13 +01:00
c1dbbfb904
fix crash on release 2024-11-28 14:54:04 +01:00
e9d7e9d14c
fix 2024-11-28 00:00:48 +01:00
696d8e0f58
fix copy code button 2024-11-27 23:40:50 +01:00
6f974cbf7b
add search bar 2024-11-27 20:49:45 +01:00
ec7319b5a8
simplify 2024-11-27 20:08:48 +01:00
b35514c23b
responsive filetree 2024-11-27 19:56:37 +01:00
4b025475db
bold open file 2024-11-27 18:27:54 +01:00
8750d52a4d
split svg color fix into own file, add it to blog posts 2024-11-27 18:13:55 +01:00
a3161d822d
svg theme changer 2024-11-06 18:17:29 +01:00
aed4fa2bff
svg update on media change 2024-11-06 16:42:45 +01: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