A simple wedding invitation built with Hugo and TailwindCSS
TODO: add quickstart
cd frontend
hugo server --disableFastRender
hugo server --bind 0.0.0.0 --baseURL http://<YOUR_IP> --port 1313 --disableFastRender --gc
TODO: update this
-
Navigate to front-end directory
cd frontend
-
Fill
data/guest.txt
with guests name in each line -
Run
main.py
python main.py
-
Content will be generated under
content/
. -
Voila! You can share the link to your guests using
https://your-site.com/guest_name
-
Create
.env
file andSUPABASE_PASS= # Connect to Supabase via connection pooling with Supavisor. DATABASE_URL= # Direct connection to the database. Used for migrations. DIRECT_URL=