2023-07-26 20:47:42 -04:00
|
|
|
# Public Domain Recipes
|
2021-03-10 12:02:35 -05:00
|
|
|
|
2023-11-20 15:45:59 -05:00
|
|
|
[PublicDomainRecipes.com](https://publicdomainrecipes.com)
|
2021-03-10 12:05:43 -05:00
|
|
|
|
2021-03-19 17:01:52 -04:00
|
|
|
This is a simple cooking website where users can submit recipes here for credit.
|
2022-07-02 17:08:29 -03:00
|
|
|
There are no ads, trackers or cookies (unless recipes thereof).
|
2021-03-10 12:09:07 -05:00
|
|
|
|
2022-06-26 21:29:02 -04:00
|
|
|
This site is compiled and organized with Hugo, using [this very simple theme](https://github.com/lukesmithxyz/lugo).
|
|
|
|
|
2021-03-19 17:01:52 -04:00
|
|
|
## Ways to contribute
|
|
|
|
|
|
|
|
- By adding a recipe.
|
|
|
|
- Make a recipe and take a nice picture of it if no nice picture already
|
2021-03-20 15:11:45 +01:00
|
|
|
exists. Submitted images should be small `.webp` files ideally less than 100K
|
2021-03-19 17:01:52 -04:00
|
|
|
or so.
|
|
|
|
- Fix errors in recipes or add minor improvements.
|
2021-03-10 12:09:07 -05:00
|
|
|
|
2021-03-10 12:02:35 -05:00
|
|
|
## Rules for submission
|
|
|
|
|
2022-04-15 14:59:55 -04:00
|
|
|
- Model submission files after [example.md](example.md). Put them in `content/`.
|
2021-03-14 23:04:31 -07:00
|
|
|
- File names should be the name of the dish with words separated by hyphens
|
2021-03-12 13:10:58 -05:00
|
|
|
(`-`). Not underscores, and definitely not spaces.
|
2023-11-20 15:45:59 -05:00
|
|
|
- No need to include simple items (salt, pepper, etc.) in the ingredient list.
|
2022-10-15 14:16:18 -04:00
|
|
|
- The file needs to be `\n` terminated in unix-fashion (if you're on Linux you
|
|
|
|
don't need to care, it should be automatic).
|
2021-03-12 13:10:58 -05:00
|
|
|
|
2022-04-15 14:59:55 -04:00
|
|
|
You may include a json file with your personal links/donation addresses in
|
|
|
|
`data/authors/your-name.json`. See mine (`data/authors/luke-smith.json`) for a
|
|
|
|
model. You can include: `website`, `donate` (general donation link), `email` or
|
|
|
|
crypto addresses as `btc`, `xmr` and `eth`.
|
|
|
|
|
2021-03-14 17:00:36 +11:00
|
|
|
### Tags
|
|
|
|
|
2022-04-14 15:58:07 -04:00
|
|
|
Remember to add tags to your recipe, but try to use tags already used by other recipes.
|
2021-03-14 17:00:36 +11:00
|
|
|
|
2021-03-24 14:43:30 -04:00
|
|
|
If your recipe contains no meat or dairy, include the `fasting` tag.
|
2022-09-13 15:18:08 +02:00
|
|
|
If it includes dairy but no milk, include the `cheesefare` tag.
|
2021-03-23 14:31:05 -04:00
|
|
|
|
2021-03-12 13:10:58 -05:00
|
|
|
### Images
|
2021-03-10 12:02:35 -05:00
|
|
|
|
2022-04-14 15:58:07 -04:00
|
|
|
Images are stored in `/pix`.
|
2021-03-14 17:00:36 +11:00
|
|
|
|
2022-04-15 14:59:55 -04:00
|
|
|
Each recipe can have a title image at the top and perhaps several instructional
|
|
|
|
images as absolutely necessary.
|
2021-03-10 12:02:35 -05:00
|
|
|
|
2022-04-15 14:59:55 -04:00
|
|
|
Do not add stock images you found on the internet. Take a good picture yourself
|
|
|
|
of the actual dish created. If you see a bad or substandard image, you may
|
|
|
|
submit a better one.
|
2021-03-10 12:02:35 -05:00
|
|
|
|
2022-04-15 14:59:55 -04:00
|
|
|
Images should be in `.webp` format and with as small file size as possible. If
|
|
|
|
you submit an image for say, `chicken-parmesan.md`, it should be added as
|
|
|
|
`pix/chicken-parmesan.webp`.
|
2021-03-10 12:02:35 -05:00
|
|
|
|
|
|
|
If you would like to add additional directional images,
|
|
|
|
they should be numbered with two digits like: `pix/chicken-parmesan-01.webp`, etc.
|
|
|
|
|
2022-04-15 14:59:55 -04:00
|
|
|
Note also that images should have links beginning with a slash in this use
|
|
|
|
case, i.e. `/pix/...`.
|
|
|
|
|
2021-03-10 12:02:35 -05:00
|
|
|
## License
|
|
|
|
|
|
|
|
This website and all its content is in the public domain.
|
|
|
|
By submitting text or images or anything else to this repository,
|
|
|
|
you waive any pretense of ownership to it,
|
|
|
|
although you are welcome and recommended to give yourself credit
|
2021-03-11 13:37:08 +00:00
|
|
|
at the bottom of a submitted page for you adding it
|
2021-03-10 12:02:35 -05:00
|
|
|
(including personal or donation links).
|