https://github.com/Rushmore75/foss.cooking
Spirtual successor of based.cooking
https://github.com/Rushmore75/foss.cooking
Last synced: 12 months ago
JSON representation
Spirtual successor of based.cooking
- Host: GitHub
- URL: https://github.com/Rushmore75/foss.cooking
- Owner: Rushmore75
- Created: 2025-03-22T04:58:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-22T05:45:55.000Z (over 1 year ago)
- Last Synced: 2025-03-22T06:19:12.143Z (over 1 year ago)
- Language: Astro
- Homepage: https://foss.cooking/
- Size: 15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred - Rushmore75/foss.cooking - Spirtual successor of based.cooking 🧑🍳 A FOSS and blazingly fast recipe site 🔥 (Astro)
README
# [foss.cooking](https://foss.cooking)
The spiritual successor or based.cooking. Luke Smith got the ball rolling but is living a happier life away from computers (probably).
## Contributing
* Inside [this folder](/template/) are the template files for making a new recipe.
* Copy the `json` into `/src/content/authors/`.
* Copy the `md` into `/src/content/recipes/`.
* Place any pictures in the `webp` format in `/public/pix/`
`author.json` Follows the following schema:
```json
// your-name.json
{
"name": "Your Name",
"website_tor": "url | null",
"website": "url | null",
"email": "email | null",
"donate": "url | null",
"xmr": "text | null",
"btc": "text | null",
"eth": "text | null"
}
```
If you want another field just let me know in an issue or PR.
The recipe schema is as follows:
```markdown
// a-nice-name.md
---
title: "A nice name"
date: YYYY-MM-DD
tags: ["array", "of", "strings"]
author: "Your Name"
---
Your pretty markdown!
```