π This is a personal CV website implemented with Flask.
.
βββ Dockerfile
βββ README.md
βββ info.yml
βββ requirements.txt
βββ static
β βββ styles.css
βββ templates
β βββ education.html
β βββ experience.html
β βββ includes
β β βββ nav.html
β βββ layout.html
β βββ profile.html
βββ website.py
-
Using Python:
pip install && python3 website.py
-
Using Docker:
docker run -it -p 5000:5000 armi/cv-flask