sandwitchboard/README.md
Miguel de la Cruz 70b8cdb514 Initial commit
2024-07-03 19:51:35 +02:00

17 lines
613 B
Markdown

# Sandwitch board
A simple CLI tool to generate a static website from a
[cooklang](https://cooklang.org) recipes directory.
## Roadmap
- [ ] 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.
- [ ] Add image support for steps and the recipe.
- [ ] Add an `index.html` file that lists all the recipes.
- [ ] Embed the default `style.css` file.
- [ ] Add command to copy the embedded templates to an external
directory.
- [ ] Allow to read the templates from an external directory.