Nyum is a static site generator powered by Pandoc, designed for personal recipe collections. It converts Markdown-formatted recipes into a lightweight, responsive, and searchable website for cooking reference or sharing with others.

It's not intended as a cooking blog framework, lacking features like RSS feed, social sharing buttons, and SEO.

The primary downside for that tool is it requires the user to have basic technical knowledge to run, write, build and deploy their recipe site. So, it aims for technical persons.

If you want to check the Demo, you can check it here.

I Can’t Believe It’s Not a Cookbook! – nyum

Features

  • Clutter-free clean design with responsive interface
  • Easy to host on Github Pages, Vercel, Gitlab pages and Netlify
  • Simple to configure, just using config.yaml file
  • Comes with a built-in search functionality
  • Manage everything in categories
  • Frontmatter support
  • YAML Frontmatter support
  • Add calories to your documents
  • Supports automatic dark theme
  • Works beautiful in tablet and iPad screens

How does it look like?

---
title: Cheese Buldak
original_title: 치즈불닭
category: Korean Food
description: Super-spicy chicken tempered with loads of cheese and fresh spring onions. Serve with rice and a light salad – or, better yet, an assortment of side dishes.
image: cheesebuldak.jpg
size: 2-3 servings
time: 1 hour
author: Maangchi
source: https://www.youtube.com/watch?v=T9uI1-6Ac6A
spicy: ✓
favorite: ✓
---

* `2 tbsp` chili flakes (gochugaru)
* `1 tbsp` gochujang
* `½-⅔ tbsp` soy sauce
* `1 tbsp` cooking oil
* `¼ tsp` pepper
* `2-3 tbsp` rice or corn syrup
* `2 tbsp` water

> Mix in an oven-proof saucepan or cast-iron skillet – you should end up with a thick marinade.

---

* `3-4 cloves` garlic
* `2 tsp` ginger

> Peel, squish with the side of your knife, then finely mince and add to the marinade.

---

> ⋯ (omitted for brevity)

---

> Garnish with the spring onion slices and serve.

License

  • MIT license

Resources & Downloads

GitHub - doersino/nyum: A simple Pandoc-powered static site generator for your recipe collection – it effortlessly turns a set of Markdown-formatted recipes into a lightweight, responsive, searchable website.
A simple Pandoc-powered static site generator for your recipe collection – it effortlessly turns a set of Markdown-formatted recipes into a lightweight, responsive, searchable website. - GitHub - d…