diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-29 14:15:28 -0400 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-29 14:15:28 -0400 |
commit | 79cd78e1c2e10261387560f752cb9bfedf1b1d0c (patch) | |
tree | 54b51c4e147308f8ef4c02fee7750f97c61b4194 /projects | |
parent | 1c78adb301e6dbe46518a0da0688f1d9f0db698e (diff) |
projects: use nested blocks to define a list of links
Diffstat (limited to 'projects')
-rw-r--r-- | projects/autograd.md | 6 | ||||
-rw-r--r-- | projects/bubbl.md | 6 | ||||
-rw-r--r-- | projects/chip8emu.md | 6 | ||||
-rw-r--r-- | projects/msg.md | 6 |
4 files changed, 16 insertions, 8 deletions
diff --git a/projects/autograd.md b/projects/autograd.md index ed9bb1c..fe076eb 100644 --- a/projects/autograd.md +++ b/projects/autograd.md @@ -3,8 +3,10 @@ description = An implementation of autograd / backpropagation. languages = Python url = /projects/autograd template = project.html -link = https://github.com/compromyse/autograd -linklabel = SOURCE +links = [ + href = https://github.com/compromyse/autograd + label = SOURCE +] priority = 1 --- diff --git a/projects/bubbl.md b/projects/bubbl.md index 751aa94..324b821 100644 --- a/projects/bubbl.md +++ b/projects/bubbl.md @@ -3,8 +3,10 @@ description = An Operating System for The x86 Architecture. languages = C / C++ / ASM url = /projects/bubbl template = project.html -link = https://github.com/compromyse/bubbl -linklabel = SOURCE +links = [ + href = https://github.com/compromyse/bubbl + label = SOURCE +] priority = 3 --- diff --git a/projects/chip8emu.md b/projects/chip8emu.md index 395b7d2..34ebdfa 100644 --- a/projects/chip8emu.md +++ b/projects/chip8emu.md @@ -3,8 +3,10 @@ description = An Emulator/Interpreter for CHIP-8. languages = C++ url = /projects/chip8emu template = project.html -link = https://github.com/compromyse/autograd -linklabel = SOURCE +links = [ + href = https://github.com/compromyse/autograd + label = SOURCE +] priority = 2 --- diff --git a/projects/msg.md b/projects/msg.md index 36e357f..64893cb 100644 --- a/projects/msg.md +++ b/projects/msg.md @@ -3,8 +3,10 @@ description = An incredibly opinionated, hackable, minimal Static Site Generator languages = C url = /projects/msg template = project.html -link = https://github.com/compromyse/msg -linklabel = SOURCE +links = [ + href = https://github.com/compromyse/msg + label = SOURCE +] priority = 4 --- |