9b763cd34b9adbe9f550c357f40cdff62f401297
homepage.veen.world
docker build -t flask-app .
docker run -d -p 5000:5000 --name landingpage flask-app
sudo docker run -d -p 5000:5000 --name landingpage -v $(pwd)/app/:/app -e FLASK_APP=app.py -e FLASK_ENV=development flask-app
Description
Portfolio CMS is a Flask-based content management system that lets you effortlessly showcase your projects and online presence. With customizable cards, dynamic navigation, and YAML-driven configuration, it's a flexible solution for building modern, responsive portfolio websites.
Languages
JavaScript
44.2%
Python
36%
Jinja
10.6%
CSS
4.8%
Makefile
4%
Other
0.4%