sandwitchboard/README.md

19 lines
637 B
Markdown
Raw Normal View History

2024-07-02 01:06:25 +01:00
# Sandwitch board
A simple CLI tool to generate a static website from a
[cooklang](https://cooklang.org) recipes directory.
## Roadmap
2024-07-03 18:53:01 +01:00
- [X] Recursively traverse the `recipes` directory.
2024-07-03 19:14:38 +01:00
- [X] Add a proper CLI.
- [X] Add a default CSS file.
2024-07-02 01:06:25 +01:00
- [ ] Improve the steps rendering logic to avoid doing all of it
inside a template function.
- [X] Add image support for steps and the recipe.
2024-07-06 05:23:32 +01:00
- [X] Add an `index.html` file that lists all the recipes.
- [X] Embed the default `style.css` file.
2024-07-02 01:06:25 +01:00
- [ ] Add command to copy the embedded templates to an external
directory.
- [ ] Allow to read the templates from an external directory.