No description
Find a file
2024-08-03 08:48:56 +02:00
templates Adds external URL to the recipe 2024-08-03 08:48:56 +02:00
.gitignore Ignore scripts folder and update Makefile 2024-07-07 09:30:06 +02:00
cmd.go Adds external URL to the recipe 2024-08-03 08:48:56 +02:00
go.mod Adds a proper CLI 2024-07-03 20:15:02 +02:00
go.sum Adds a proper CLI 2024-07-03 20:15:02 +02:00
Makefile Ignore scripts folder and update Makefile 2024-07-07 09:30:06 +02:00
README.md Generate an index of the recipes 2024-07-06 06:28:05 +02:00
sandwitchboard.go Adds external URL to the recipe 2024-08-03 08:48:56 +02:00

Sandwitch board

A simple CLI tool to generate a static website from a cooklang recipes directory.

Roadmap

  • Recursively traverse the recipes directory.
  • 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.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.