No description
| templates | ||
| .gitignore | ||
| cmd.go | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||
| README.md | ||
| sandwitchboard.go | ||
Sandwitch board
A simple CLI tool to generate a static website from a cooklang recipes directory.
Roadmap
- Recursively traverse the
recipesdirectory. - Add a proper CLI.
- 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.htmlfile that lists all the recipes. - Embed the default
style.cssfile. - Add command to copy the embedded templates to an external directory.
- Allow to read the templates from an external directory.
- Add a category metadata key.
- Sort recipes by name key.