aboutsummaryrefslogtreecommitdiff
path: root/lume/src/_data/notableProjects.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lume/src/_data/notableProjects.ts')
-rw-r--r--lume/src/_data/notableProjects.ts52
1 files changed, 0 insertions, 52 deletions
diff --git a/lume/src/_data/notableProjects.ts b/lume/src/_data/notableProjects.ts
deleted file mode 100644
index a3774e1..0000000
--- a/lume/src/_data/notableProjects.ts
+++ /dev/null
@@ -1,52 +0,0 @@
-export default [
- {
- "description": "PonyvilleFM live DJ recording bot",
- "title": "Aura",
- "url": "https://github.com/PonyvilleFM/aura"
- },
- {
- "description": "An esoteric programming language that compiles to WebAssembly",
- "title": "The h Programming Language",
- "url": "https://h.within.lgbt"
- },
- {
- "description": "WebAssembly on the server",
- "title": "Olin",
- "url": "https://github.com/Xe/olin"
- },
- {
- "description": "Useful facts about printers",
- "title": "Printer Facts",
- "url": "https://printerfacts.cetacean.club/"
- },
- {
- "description": "A VM manager for my homelab cluster",
- "title": "waifud",
- "url": "https://github.com/Xe/waifud"
- },
- {
- "description": "Meditation instructions in plain English",
- "title": "When Then Zen",
- "url": "https://when-then-zen.christine.website/"
- },
- {
- "description": "A monorepo of my experiments, toy programs and other interesting things of that nature.",
- "title": "x",
- "url": "https://github.com/Xe/x"
- },
- {
- "description": "My personal JavaScript femtoframework for high productivity development",
- "title": "Xeact",
- "url": "https://github.com/Xe/Xeact"
- },
- {
- "description": "The backend and templates for this website",
- "title": "Xesite",
- "url": "https://github.com/Xe/site"
- },
- {
- "description": "My personal CSS framework",
- "title": "Xess",
- "url": "https://github.com/Xe/Xess"
- }
-];