Add requirements
Website redesign
Fix removed import
This is the code for generating the site on https://fathub.org/ the recipe data on the site is a seperate repository at https://git.sr.ht/~martijnbraam/fathub-data
The recipe repository is split of to make it easier to run an instance with your own data, or use the data with a different frontend like a native application.
$ git clone https://git.sr.ht/~martijnbraam/fathub
$ cd fathub
$ git clone https://git.sr.ht/~martijnbraam/fathub-data dataset
$ ./deploy.sh
The website should now be in the public_html subfolder
The deploy.sh script will make site the dataset repository is up to date and regenerate the translations, then it will generate the full static site.
The v2 format for recipes and the info pages is documented in the readme of the data repository at https://git.sr.ht/~martijnbraam/fathub-data