personal-website icon indicating copy to clipboard operation
personal-website copied to clipboard

Personal website

Personal Website

Simple personal website built with Python and Flask. The deploy is done with Frozen-Flask and Netlify.

Development

If you install new packages, remember to update requirements.txt:

pip freeze > requirements.txt

Deployment

Netlify settings

  • Build command: python freeze.py
  • Publish directory: build

Notes

Read my Medium article to find out about why I created this repo and other fun stuff.