A no-bs recipe site. Just the recipe, no waffle, full viewport design. Built for GitHub Pages with automatic deployment via GitHub Actions.
Drop a new something.md in /recipes/ with:
---
title: Recipe Name
tags: [category, type]
---
# Recipe Name
## Ingredients
- ingredient 1
- ingredient 2
## Instructions
1. Step one
2. Step twoPush to main → GitHub Action builds and deploys automatically.
npm ci→npm run buildlocally- Push to main
- Configure GitHub Pages to deploy from Actions workflow
- Recipe Metadata: Add cooking time, difficulty, servings
- Recipe Categories: Better tag organization and filtering
- Recipe Search: Full-text search across ingredients and instructions
- Print Styles: CSS for recipe printing
- Recipe Scaling: Adjust ingredient quantities GOOD
- Unit Conversion: Metric/imperial toggle
- Favourite Recipes: Faves, localstorage
- Seasonal Content: Holiday and seasonal recipe collections
- Dietary Filters: Vegetarian, vegan, gluten-free, etc.
- Add more recipe metadata fields
- Implement advanced filtering
- Add recipe images support
- Create recipe submission workflow
- Add service worker for offline access
- Generate SEO files (sitemap, robots.txt)