From fcc121911fd06030320b8401bfae58f181490b55 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 2 Aug 2025 08:39:40 +0530 Subject: tailwind: prose --- projects/autograd.html | 4 ---- projects/autograd.md | 8 ++++++++ projects/bubbl.html | 4 ---- projects/bubbl.md | 12 ++++++++++++ projects/chip8emu.html | 4 ---- projects/chip8emu.md | 8 ++++++++ projects/index.html | 23 +++++++++++++++++++++++ projects/msg.html | 4 ---- projects/msg.md | 8 ++++++++ projects/zuk-msm8996.html | 4 ---- projects/zuk-msm8996.md | 8 ++++++++ 11 files changed, 67 insertions(+), 20 deletions(-) delete mode 100644 projects/autograd.html create mode 100644 projects/autograd.md delete mode 100644 projects/bubbl.html create mode 100644 projects/bubbl.md delete mode 100644 projects/chip8emu.html create mode 100644 projects/chip8emu.md create mode 100644 projects/index.html delete mode 100644 projects/msg.html create mode 100644 projects/msg.md delete mode 100644 projects/zuk-msm8996.html create mode 100644 projects/zuk-msm8996.md (limited to 'projects') diff --git a/projects/autograd.html b/projects/autograd.html deleted file mode 100644 index 8f89eb7..0000000 --- a/projects/autograd.html +++ /dev/null @@ -1,4 +0,0 @@ -name = Autograd -description = An implementation of autograd / backpropagation. -languages = Python ---- diff --git a/projects/autograd.md b/projects/autograd.md new file mode 100644 index 0000000..e382112 --- /dev/null +++ b/projects/autograd.md @@ -0,0 +1,8 @@ +name = Autograd +description = An implementation of autograd / backpropagation. +languages = Python +url = /projects/autograd +template = project.html +--- + +# Autograd diff --git a/projects/bubbl.html b/projects/bubbl.html deleted file mode 100644 index 6112139..0000000 --- a/projects/bubbl.html +++ /dev/null @@ -1,4 +0,0 @@ -name = BUBBL -description = An Operating System for The x86 Architecture. -languages = C / C++ / ASM ---- diff --git a/projects/bubbl.md b/projects/bubbl.md new file mode 100644 index 0000000..26b794c --- /dev/null +++ b/projects/bubbl.md @@ -0,0 +1,12 @@ +name = BUBBL +description = An Operating System for The x86 Architecture. +languages = C / C++ / ASM +url = /projects/bubbl +template = project.html +--- + +# BUBBL + +```py +import time +``` diff --git a/projects/chip8emu.html b/projects/chip8emu.html deleted file mode 100644 index 6a03c71..0000000 --- a/projects/chip8emu.html +++ /dev/null @@ -1,4 +0,0 @@ -name = CHIP8Emu -description = An Emulator/Interpreter for CHIP-8. -languages = C++ ---- diff --git a/projects/chip8emu.md b/projects/chip8emu.md new file mode 100644 index 0000000..df2aaa5 --- /dev/null +++ b/projects/chip8emu.md @@ -0,0 +1,8 @@ +name = CHIP8Emu +description = An Emulator/Interpreter for CHIP-8. +languages = C++ +url = /projects/chip8emu +template = project.html +--- + +# CHIP8Emu diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 0000000..3ae9056 --- /dev/null +++ b/projects/index.html @@ -0,0 +1,23 @@ +
+

PROJECTS

+

Here's a bunch of things I've done.

+
+ +
+ + {{ eachdo projects }} + + +
+
+

{{ put name }}

+

{{ put description }}

+
+ +
{{ put languages }}
+
+
+ + {{ endeachdo }} + +
diff --git a/projects/msg.html b/projects/msg.html deleted file mode 100644 index 1c691e3..0000000 --- a/projects/msg.html +++ /dev/null @@ -1,4 +0,0 @@ -name = MSG -description = An incredibly opinionated, hackable, minimal Static Site Generator. -languages = C ---- diff --git a/projects/msg.md b/projects/msg.md new file mode 100644 index 0000000..0eaeddf --- /dev/null +++ b/projects/msg.md @@ -0,0 +1,8 @@ +name = MSG +description = An incredibly opinionated, hackable, minimal Static Site Generator. +languages = C +url = /projects/msg +template = project.html +--- + +# MSG diff --git a/projects/zuk-msm8996.html b/projects/zuk-msm8996.html deleted file mode 100644 index e6b2f27..0000000 --- a/projects/zuk-msm8996.html +++ /dev/null @@ -1,4 +0,0 @@ -name = ZUK MSM8996 -description = A port of Android 13 & 14 to the Zuk Z2 PLUS. -languages = AOSP / LineageOS ---- diff --git a/projects/zuk-msm8996.md b/projects/zuk-msm8996.md new file mode 100644 index 0000000..090d304 --- /dev/null +++ b/projects/zuk-msm8996.md @@ -0,0 +1,8 @@ +name = ZUK MSM8996 +description = A port of Android 13 & 14 to the Zuk Z2 PLUS. +languages = AOSP / LineageOS +url = /projects/zuk-msm8996 +template = project.html +--- + +# Zuk MSM8996 -- cgit v1.2.3