Personal Website

Simple HTML5Up based website that links out to my blog and various other bits.

Backend is made with Flask.

Setup

The frontend is deployed with Github Pages and the backend is deployed using Render. To run this locally,

pip install poetry
poetry install
export EMAIL_ADDRESS=YOUR_EMAIL_ADDRESS
export MAIL_ADDRESS_PASSWORD=YOUR_GMAIL_APP_PASSWORD
export FLASK_SECRET_KEY=FLASK_SECRET_KEY
poetry run python main.py --port 8000

Maintainers

  • westford14