Rewrite site. Again. With JS and Vite

This commit is contained in:
2026-08-11 02:35:44 -04:00
parent a433a534a7
commit 7e9e744f0d
46 changed files with 1657 additions and 1523 deletions
+49
View File
@@ -0,0 +1,49 @@
# Third-Party Licenses
This project uses the following direct dependencies:
## Cardo
- Package: `@fontsource/cardo`
- License: SIL Open Font License, Version 1.1
- <https://scholarsfonts.net/cardofnt.html>
- <https://github.com/fontsource/font-files/tree/main/fonts/google/cardo>
## Inter
- Package: `@fontsource/inter`
- License: SIL Open Font License, Version 1.1
- Font copyright: Rasmus Andersson
- <https://github.com/rsms/inter>
- <https://github.com/fontsource/font-files/tree/main/fonts/other/inter>
## Iosevka
- Package: `@fontsource/iosevka`
- License: SIL Open Font License, Version 1.1
- Sources:
- <https://github.com/be5invis/iosevka>
- <https://github.com/fontsource/font-files/tree/main/fonts/other/iosevka>
## Marked
- Package: `marked`
- License: MIT
- Copyright: MarkedJS; Christopher Jeffrey
- <https://github.com/markedjs/marked>
## PrismJS
- Package: `prismjs`
- License: MIT
- <https://github.com/PrismJS/prism>
## Vite
- Package: `vite`
- License: MIT
- Copyright: VoidZero Inc. and Vite contributors
- <https://github.com/vitejs/vite>
The package-manager lockfile records transitive dependencies. Their license
notices remain part of the installed dependency trees.