From f5d3440214f39b1db589c45dd74f59d44a6e6822 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 9 Aug 2025 22:51:20 +0530 Subject: projects: add priorities to each project --- flake.lock | 8 ++++---- projects/autograd.md | 1 + projects/bubbl.md | 1 + projects/chip8emu.md | 1 + projects/msg.md | 1 + 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 62278a5..5590139 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1754727991, - "narHash": "sha256-gcuMWM5sfL03xV2R3Za7oQngostsM66jKYqV/epBCPE=", + "lastModified": 1754759707, + "narHash": "sha256-5nr8TwJHrIvcSWCArzvHTt2MAjTIgdLgEJ6zL3OpXYE=", "ref": "refs/heads/main", - "rev": "0dfc3a0829bd757562937aa2d2eb7a08a490c8ed", - "revCount": 251, + "rev": "48faa8e018673876b2a8489310853e0ef8628428", + "revCount": 259, "submodules": true, "type": "git", "url": "ssh://git@github.com/compromyse/msg.git" diff --git a/projects/autograd.md b/projects/autograd.md index e3259d2..ed9bb1c 100644 --- a/projects/autograd.md +++ b/projects/autograd.md @@ -5,6 +5,7 @@ url = /projects/autograd template = project.html link = https://github.com/compromyse/autograd linklabel = SOURCE +priority = 1 --- All you need to run a simple neural network using autograd is the following code: diff --git a/projects/bubbl.md b/projects/bubbl.md index d9d9947..751aa94 100644 --- a/projects/bubbl.md +++ b/projects/bubbl.md @@ -5,6 +5,7 @@ url = /projects/bubbl template = project.html link = https://github.com/compromyse/bubbl linklabel = SOURCE +priority = 3 --- ## Building diff --git a/projects/chip8emu.md b/projects/chip8emu.md index 2b57a55..395b7d2 100644 --- a/projects/chip8emu.md +++ b/projects/chip8emu.md @@ -5,6 +5,7 @@ url = /projects/chip8emu template = project.html link = https://github.com/compromyse/autograd linklabel = SOURCE +priority = 2 --- diff --git a/projects/msg.md b/projects/msg.md index acb7a30..36e357f 100644 --- a/projects/msg.md +++ b/projects/msg.md @@ -5,6 +5,7 @@ url = /projects/msg template = project.html link = https://github.com/compromyse/msg linklabel = SOURCE +priority = 4 --- See [github.com/compromyse/compromyse.xyz](https://github.com/compromyse/compromyse.xyz) for an example site. -- cgit v1.2.3