From 8213c61bf774987e5edeacf415db22a04060c211 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Wed, 3 Jul 2024 19:53:01 +0200 Subject: [PATCH] Mark the recursive parsing as done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecb2d26..82f40c3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A simple CLI tool to generate a static website from a ## Roadmap -- [ ] Recursively traverse the `recipes` directory. +- [X] Recursively traverse the `recipes` directory. - [ ] Add a default CSS file. - [ ] Improve the steps rendering logic to avoid doing all of it inside a template function.