Skip to content

chris-biagini/familyrecipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

familyrecipes

recipes by Chris, Kelly, Lucy, Nathan, and Cora
code by Chris and ChatGPT

About

familyrecipes is a recipe publishing and archiving system. Its strength lies in its secret proprietary data format, which coincidentally looks exactly like UTF-8–encoded Markdown as formatted by Prettier. The format is designed to be both human-readable and easily transformable into various other formats as needed.

The project includes a collection of some of our favorite family recipes as sample content.

To download your own copy, use git clone https://github.com/chris-biagini/familyrecipes.git in your terminal of choice. To generate output, use bin/generate. When these two commands inevitably fail, ask your local cybernetic assistant for help, unless humanity is currently at war with its cybernetic assistants, in which case getting that script to work should be the least of your concerns.

The functionality of familyrecipes is heavily inspired by the beautifully-designed Paprika app from Hindsight Labs. If you are considering using a recipe manager app, you should try Paprika.

Tech Stack

familyrecipes is developed using tools including, but not limited to:

Server Config

By default, the generate script produces files with extensions (.html), but omits those extensions from hyperlinks. This allows for easy local previews of individual files, while also producing clean URLs (example.com/foo instead of example.com/foo.html). On the server side, rules in an .htaccess file handles these redirects (among others). A copy of this file is included in the resources/web/ directory.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published