]> git.nega.tv - josh/negatv/commit
Initial Commit
authorJoshua Simmons <josh@nega.tv>
Sat, 26 Jul 2025 08:26:25 +0000 (10:26 +0200)
committerJoshua Simmons <josh@nega.tv>
Sat, 23 Aug 2025 10:21:20 +0000 (12:21 +0200)
commit3fe1ec874d5caf4c4830d6d1b3b292eb3911b85d
tree63ba2b7d700d9b62cbd41ae2844ade5c3b7b5501
Initial Commit
57 files changed:
.gitignore [new file with mode: 0644]
Cargo.lock [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
site/about.dj [new file with mode: 0644]
site/index.dj [new file with mode: 0644]
site/posts.dj [new file with mode: 0644]
site/posts/hello-world.dj [new file with mode: 0644]
site/posts/we-have-a-vulkan-memory-allocator-at-home.dj [new file with mode: 0644]
site/posts/we-have-celeste-at-home.dj [new file with mode: 0644]
site/posts/we-have-github-at-home.dj [new file with mode: 0644]
site/projects.dj [new file with mode: 0644]
site/static/fonts/Inter-Black.woff2 [new file with mode: 0644]
site/static/fonts/Inter-BlackItalic.woff2 [new file with mode: 0644]
site/static/fonts/Inter-Bold.woff2 [new file with mode: 0644]
site/static/fonts/Inter-BoldItalic.woff2 [new file with mode: 0644]
site/static/fonts/Inter-ExtraBold.woff2 [new file with mode: 0644]
site/static/fonts/Inter-ExtraBoldItalic.woff2 [new file with mode: 0644]
site/static/fonts/Inter-ExtraLight.woff2 [new file with mode: 0644]
site/static/fonts/Inter-ExtraLightItalic.woff2 [new file with mode: 0644]
site/static/fonts/Inter-Italic.woff2 [new file with mode: 0644]
site/static/fonts/Inter-Light.woff2 [new file with mode: 0644]
site/static/fonts/Inter-LightItalic.woff2 [new file with mode: 0644]
site/static/fonts/Inter-Medium.woff2 [new file with mode: 0644]
site/static/fonts/Inter-MediumItalic.woff2 [new file with mode: 0644]
site/static/fonts/Inter-Regular.woff2 [new file with mode: 0644]
site/static/fonts/Inter-SemiBold.woff2 [new file with mode: 0644]
site/static/fonts/Inter-SemiBoldItalic.woff2 [new file with mode: 0644]
site/static/fonts/Inter-Thin.woff2 [new file with mode: 0644]
site/static/fonts/Inter-ThinItalic.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-Black.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-BlackItalic.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-Bold.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-BoldItalic.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-ExtraBold.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-ExtraBoldItalic.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-ExtraLight.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-ExtraLightItalic.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-Italic.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-Light.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-LightItalic.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-Medium.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-MediumItalic.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-Regular.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-SemiBold.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-SemiBoldItalic.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-Thin.woff2 [new file with mode: 0644]
site/static/fonts/InterDisplay-ThinItalic.woff2 [new file with mode: 0644]
site/static/fonts/InterVariable-Italic.woff2 [new file with mode: 0644]
site/static/fonts/InterVariable.woff2 [new file with mode: 0644]
site/static/fonts/inter.css [new file with mode: 0644]
site/static/negatv.js [new file with mode: 0644]
site/static/style.css [new file with mode: 0644]
site/static/trees.js [new file with mode: 0644]
site/static/trees.json [new file with mode: 0644]
src/jot_html.rs [new file with mode: 0644]
src/main.rs [new file with mode: 0644]
upload.fish [new file with mode: 0755]