~martijnbraam/fathub

Simple recipe website
Add requirements
Website redesign
Fix removed import

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~martijnbraam/fathub
read/write
git@git.sr.ht:~martijnbraam/fathub

You can also use your local clone with git send-email.

#Fathub.org site generator

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.

#Installation

$ 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.

#Recipe data structure

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