Mark the recursive parsing as done
This commit is contained in:
parent
70b8cdb514
commit
8213c61bf7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue