diff options
| -rw-r--r-- | content/projects/_index.md | 8 | ||||
| -rw-r--r-- | content/projects/cookbook.md | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md index 538f58b..17fed82 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -7,7 +7,7 @@ insert_anchor_links: none # My projects -### [ATK16](atk16/) +### [ATK16](/projects/atk16) A 16-bit computer and ecosystem project with a custom ISA and toolchain. @@ -15,14 +15,14 @@ A 16-bit computer and ecosystem project with a custom ISA and toolchain. A dungeon synth / dark ambient duo project with Juuso. -### [Cookbook](cookbook/) +### [Cookbook](/projects/cookbook) An online cookbook of recipes I have prepared and enjoyed. Useful for me mostly. -### [Diddle](diddle/) +### [Diddle](/projects/diddle) A minimalist, performant, accessibility-focused Doodle alternative. See [post](/posts/diddle-event-scheduler). -### [Learning Japanese](learning-japanese/) +### [Learning Japanese](/projects/learning-japanese) I have been self-studying Japanese on and off since I was 13. diff --git a/content/projects/cookbook.md b/content/projects/cookbook.md index dd8458c..20aa1d8 100644 --- a/content/projects/cookbook.md +++ b/content/projects/cookbook.md @@ -5,7 +5,6 @@ description: This space is an evolving, live reference for short everyday recipe extra: kind: project --- - > This space is an evolving, live reference for short everyday recipes that I have prepared and enjoyed. They are written in a shorthand way that makes sense to me, primarily. {{ toc() }} |
