Mark the recursive parsing as done

This commit is contained in:
Miguel de la Cruz 2024-07-03 19:53:01 +02:00
parent 70b8cdb514
commit 8213c61bf7

View file

@ -5,7 +5,7 @@ A simple CLI tool to generate a static website from a
## Roadmap ## Roadmap
- [ ] Recursively traverse the `recipes` directory. - [X] Recursively traverse the `recipes` directory.
- [ ] Add a default CSS file. - [ ] Add a default CSS file.
- [ ] Improve the steps rendering logic to avoid doing all of it - [ ] Improve the steps rendering logic to avoid doing all of it
inside a template function. inside a template function.