This commit is contained in:
2026-02-01 00:04:40 +01:00
parent cf79f467e2
commit 7297d60c2c
9 changed files with 117 additions and 58 deletions
+10 -1
View File
@@ -1,5 +1,10 @@
---
const projects = [
{
name: "ctx",
url: "https://github.com/skidoodle/ctx",
desc: "Converts codebases into markdown for LLM context.",
},
{
name: "safebin",
url: "https://github.com/skidoodle/safebin",
@@ -77,7 +82,11 @@ const projects = [
projects.map((project) => (
<>
<dt>
<a href={project.url} target="_blank" rel="noopener noreferrer">
<a
href={project.url}
target="_blank"
rel="noopener noreferrer"
>
{project.name}
</a>
</dt>