Skip to content

Bluesss30/Personal_Website

Repository files navigation

Personal Website

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:

pipenv freeze > requirements.txt

Deployment

Netlify settings

  • Build command: pipenv run freeze.py
  • Publish directory: build