All Projects → LukeSmithxyz → Based.cooking

LukeSmithxyz / Based.cooking

Licence: cc0-1.0
A simple culinary website.

Labels

Projects that are alternatives of or similar to Based.cooking

Compiledb
Tool for generating Clang's JSON Compilation Database files for make-based build systems.
Stars: ✭ 601 (+43.78%)
Mutual labels:  makefile
Berryboot
Berryboot -- Boot menu / OS installer
Stars: ✭ 654 (+56.46%)
Mutual labels:  makefile
Learn Julia The Hard Way
Learn Julia the hard way!
Stars: ✭ 679 (+62.44%)
Mutual labels:  makefile
Invoice Boilerplate
Simple automated LaTeX invoicing system
Stars: ✭ 604 (+44.5%)
Mutual labels:  makefile
Thesevenweapons
安卓动态调试七种武器
Stars: ✭ 647 (+54.78%)
Mutual labels:  makefile
Openwrt Chinadns
ChinaDNS for OpenWrt/LEDE
Stars: ✭ 671 (+60.53%)
Mutual labels:  makefile
Kubeadm Workshop
Showcasing a bare-metal multi-platform kubeadm setup with persistent storage and monitoring
Stars: ✭ 593 (+41.87%)
Mutual labels:  makefile
Genie
GENie - Project generator tool
Stars: ✭ 693 (+65.79%)
Mutual labels:  makefile
Docs
CakePHP CookBook
Stars: ✭ 653 (+56.22%)
Mutual labels:  makefile
I3 Gnome
Use i3wm/i3-gaps with GNOME Session infrastructure.
Stars: ✭ 677 (+61.96%)
Mutual labels:  makefile
Wacom Driver Fix
Fixes the Wacom Bamboo, Graphire, Intuos 1+2+3 and Cintiq 1st gen tablet drivers for macOS Catalina and Big Sur
Stars: ✭ 605 (+44.74%)
Mutual labels:  makefile
Musl Cross Make
Simple makefile-based build for musl cross compiler
Stars: ✭ 646 (+54.55%)
Mutual labels:  makefile
Python Project Blueprint
Blueprint/Boilerplate For Python Projects
Stars: ✭ 670 (+60.29%)
Mutual labels:  makefile
Fixedsys
Fixedsys Excelsior font with programming ligatures
Stars: ✭ 605 (+44.74%)
Mutual labels:  makefile
Dotfiles
Dotfiles for macOS
Stars: ✭ 678 (+62.2%)
Mutual labels:  makefile
Bake
Bake — the strangely familiar workflow utility.
Stars: ✭ 599 (+43.3%)
Mutual labels:  makefile
Android app security crack
安卓应用的安全和破解
Stars: ✭ 668 (+59.81%)
Mutual labels:  makefile
Graphpipe
Machine Learning Model Deployment Made Simple
Stars: ✭ 719 (+72.01%)
Mutual labels:  makefile
Coreelec
A lightweight OS for KODI
Stars: ✭ 681 (+62.92%)
Mutual labels:  makefile
Postgresapp
The easiest way to get started with PostgreSQL on the Mac
Stars: ✭ 6,118 (+1363.64%)
Mutual labels:  makefile

Based Cooking Website

https://based.cooking

To-do

  • get many recipes
  • make and take pictures of recipes
  • decide on CSS/styling, something good-looking and readable, but nothing too complicated
  • search function? See below
  • keep it simple

Rules for submission

  • Recipes should start with a title, with a single #, on the first line. No empty line at the top, not trailing line at the end. The file needs to be \n terminated in linux-fashion (if you're on linux you don't need to care, it should be automatic).
  • Recipes should be .md files in the src/ directory. Look at already existing .md files for examples or see example.
  • File names should be the name of the dish with words separated by hyphens (-). Not underscores, and definitely not spaces.
  • Recipe must be based, i.e. good traditional and substantial food. Nothing ironic, meme-tier hyper-sugary, meat-substitute, etc.
  • Don't include salt and pepper and other ubiquitous things in the ingredients list.

If you fail to do these things, I will close your submission and you will have to resubmit. I am tired of having to fix more than 50% of submissions.

Tags

You can (and should) add tags at the end of your recipe. The syntax is:

;tags: tag1 tag2 tag3

The tag line should be a single line, at the end of the markdown file, preceded by a blank line.

Add between 1 and 4 tags, prioritize existing tags. As a general guideline, add the country from which the recipe originates if the recipe is representative of said country, using the adjective form (eg. mexican, italian, etc). Tag the main ingredient if it's something slightly special.

List of special, categorical tags to use if relevant:

  • basic: for basic recipes that aren't meant to be stand alone but are supposed to be incorporated in another recipe.
  • breakfast
  • dessert
  • drink
  • quick: for recipes that can be cooked in under ~20 minutes.
  • side: side dishes such as mash, fries, etc.
  • snack
  • spread

Images

Images are stored in data/pix.

Each recipe can have a title image at the top and perhaps several instructional images as absolutely necessary.

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.

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. I will create smaller images from that which is seen on the page, and upon being clicked, the user will see the full-size image.

If you would like to add additional directional images, they should be numbered with two digits like: pix/chicken-parmesan-01.webp, etc.

About the site

The front page, for now, will just be a list of recipes automatically generated from the content of src. As more articles are added, the site will be reorganized, categorized or will implement server-side scripting or searches. This is not necessary yet though.

I don't really want images of recipes on the mainpage yet. I'll think about how best to do it to minimize bandwidth if possible.

curl/Search function in the future

I eventually want a command-line/curl interface to this site. Part of this would be an implicit search function.

So suppose someone wants a recipe with chicken, I'd like curl based.cooking/chicken to return articles with that title. If there is only one result, that page is opened.

Just something to think about. Then people could make a simple two or three character alias to get a simple text recipe.

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 at the bottom of a submitted page for you adding it (including personal or donation links).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].