Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebastiandedeyne/recipes.sebastiandedeyne.com

👨‍🍳 A collection of recipes I frequently revisit
https://github.com/sebastiandedeyne/recipes.sebastiandedeyne.com

nextjs react webpack

Last synced: 25 days ago
JSON representation

👨‍🍳 A collection of recipes I frequently revisit

Awesome Lists containing this project

README

        

# 👨‍🍳 Recipes

🔗 https://recipes.sebastiandedeyne.com

A collection of recipes I frequently revisit. I never really was happy with other apps or note taking solutions for recipes, so decided to use markdown files and build a little site from them.

## Tech specs

- Built with a 40-line [custom build script](https://github.com/sebastiandedeyne/recipes.sebastiandedeyne.com/blob/68cbc9515d97b344e6b5c19c40ec6ae9ca751a1a/src/build.js)
- Recipes are stored as markdown, and [transformed to JavaScript objects](https://github.com/sebastiandedeyne/recipes.sebastiandedeyne.com/blob/68cbc9515d97b344e6b5c19c40ec6ae9ca751a1a/src/parseRecipe.js)
- Vanilla CSS with some column and grid goodness
- Hosted on [Netlify](https://netlify.com)