Submit a Recipe

Guidelines

Photography Standards

Recipe Format

How to Submit

  1. Fork the nargothrond repository
  2. Add your recipe in food-blog/content/recipes/
  3. Add your photo in food-blog/static/images/
  4. Submit a pull request with a brief description

Recipe Template

---
title: "Your Recipe Name"
date: 2024-01-01
serves: "4"
prep_time: "1hr"
author: "Your Name"
tags: ["ingredient", "cuisine", "style"]
---

![Your Recipe](../images/recipe-your-recipe.jpeg)

## Ingredients
- List your ingredients

## Steps
- Describe your steps

Submit via Pull Request →