summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2023-11-03 23:32:52 -0400
committerFrederick Yin <fkfd@fkfd.me>2023-11-03 23:32:52 -0400
commita8cc373e7f8bdde45f9bd9777b76847df49b8e1b (patch)
tree875b0834e745cebba85f9a6af34fa95798ae1e49
parentb9dcdcfe174d3c48f2fbbf6f1064a6b5a0ceafb4 (diff)
index: separate nand2tetris parts
-rw-r--r--docs/index.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/index.md b/docs/index.md
index 16b198c..01a22e7 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -58,11 +58,12 @@ title: Home
## Blogposts I don't regret
-- The nand2tetris series where I build a computer: [part
- 1](projects/nand2tetris_1/) on logic circuits, [part
- 2.1](projects/nand2tetris_2.1/) on a virtual stack machine, [part
- 2.2](projects/nand2tetris_2.2/) on a tokenizer, and a part 2.3 that's
- yet to be made. (These are pretty long articles.)
+- The nand2tetris series where I build a computer
+
+ - [part 1](projects/nand2tetris_1/): logic circuits
+ - [part 2.1](projects/nand2tetris_2.1/): virtual stack machine
+ - [part 2.2](projects/nand2tetris_2.2/): tokenizer
+ - part 2.3: WIP indefinitely
- Scraping lyrics, counting words and making a game out of twenty øne
piløts songs: [One tøp song](projects/one_top_song/)