Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sebastiandedeyne/recipes.sebastiandedeyne.com
- Owner: sebastiandedeyne
- License: mit
- Created: 2019-02-28T18:04:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T22:56:41.000Z (over 3 years ago)
- Last Synced: 2024-10-05T06:36:43.882Z (about 1 month ago)
- Topics: nextjs, react, webpack
- Language: JavaScript
- Homepage: https://recipes.sebastiandedeyne.com
- Size: 593 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)