Source code for my website https://www.mylloon.fr
Find a file
Mylloon 9dfcc1101d
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
Basic cours support (#44)
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
.woodpecker use new woodpecker syntax 2024-01-19 17:00:24 +01:00
src Basic cours support (#44) 2024-04-01 18:11:46 +02:00
static Basic cours support (#44) 2024-04-01 18:11:46 +02:00
templates Basic cours support (#44) 2024-04-01 18:11:46 +02:00
.gitattributes Rework (#35) 2023-10-15 20:58:20 +02:00
.gitignore delete md files 2023-04-19 14:04:47 +02:00
Cargo.lock Basic cours support (#44) 2024-04-01 18:11:46 +02:00
Cargo.toml Basic cours support (#44) 2024-04-01 18:11:46 +02:00
Dockerfile index is now a md file, fallback to README, fallback to info about how to setup the index page 2024-01-24 12:38:37 +01:00
Documentation.md Basic cours support (#44) 2024-04-01 18:11:46 +02:00
LICENSE 2024 2024-01-25 18:38:35 +01:00
README.md index is now a md file, fallback to README, fallback to info about how to setup the index page 2024-01-24 12:38:37 +01:00

EWP

Easy WebPage generator

dependency status status-badge