Commit graph

18 commits

Author SHA1 Message Date
d9fae875f4
it crashes past ~60 images 2024-12-16 19:11:00 +01:00
11e8bd3dde
make mobile layout trigger sooner 2024-12-13 20:32:32 +01:00
d452d28854
dont restrict aside width on mobile 2024-12-12 17:52:14 +01:00
7e92654ba8
fix margin (#89) 2024-12-12 14:31:55 +01:00
dd6f16bd70
hide underline 2024-11-28 17:39:39 +01:00
41f6de4aba
prettier filetree 2024-11-28 17:27:40 +01:00
89ee05487c
centered content 2024-11-28 16:22:35 +01:00
28192ac8c0
comments 2024-11-28 01:15:30 +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
59cd203ee2
add margin 2024-11-27 22:48:43 +01:00
1180702444
double 2024-11-27 22:11:23 +01:00
6f974cbf7b
add search bar 2024-11-27 20:49:45 +01:00
b35514c23b
responsive filetree 2024-11-27 19:56:37 +01:00
adfb769df6
use css property block instead of visibility 2024-11-13 16:56:24 +01:00
0f6f2f1fc4
increase cours page width 2024-11-06 17:54:02 +01:00
1097ee5194
split markdown sheet from post 2024-11-06 15:33:09 +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