Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odhyp/wedding-invitation
My wedding invitation
https://github.com/odhyp/wedding-invitation
hugo hugo-site invitation python vercel wedding-invitation
Last synced: 6 days ago
JSON representation
My wedding invitation
- Host: GitHub
- URL: https://github.com/odhyp/wedding-invitation
- Owner: odhyp
- License: mit
- Created: 2024-07-05T09:29:09.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-04T09:53:40.000Z (15 days ago)
- Last Synced: 2024-11-04T10:33:56.989Z (15 days ago)
- Topics: hugo, hugo-site, invitation, python, vercel, wedding-invitation
- Language: HTML
- Homepage: https://odhy-wedding-invitation.vercel.app
- Size: 18.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Wedding Invitation
A simple wedding invitation built with Hugo and TailwindCSS
TODO: add quickstart
## Running site on local connection
```bash
cd frontend
``````bash
hugo server --disableFastRender
``````bash
hugo server --bind 0.0.0.0 --baseURL http:// --port 1313 --disableFastRender --gc
```## How to generate invitation
TODO: update this
1. Navigate to front-end directory
```bash
cd frontend
```
2. Fill `data/guest.txt` with guests name in each line
3. Run `main.py````bash
python main.py
```4. Content will be generated under `content/`.
5. Voila! You can share the link to your guests using```html
https://your-site.com/guest_name
```## Running the Wishes API
1. Create `.env` file and
```bash
SUPABASE_PASS=# Connect to Supabase via connection pooling with Supavisor.
DATABASE_URL=# Direct connection to the database. Used for migrations.
DIRECT_URL=
```