|
|
|
|
|
by doersino
1901 days ago
|
|
Very neat! I've recently taken a stab at something like this, too – the result is a Pandoc-and-Bash-script-based static site generator for my personal recipe collection. Recipes are written in a format based on Markdown (with ingredients listed separately for each step, which comes in real handy while cooking), and the end result is a lightweight, responsive, searchable website. I've received very positive feedback when I shared it as a "Show HN" a week and a half ago. It's available as open source here: https://github.com/doersino/nyum There's also a demo: https://doersino.github.io/nyum/_site/index.html Finally, here's what the Markdown source for an example recipe looks like: https://raw.githubusercontent.com/doersino/nyum/main/_recipe... |
|