1c6b70d640969e1da29ff3dd147dcf11ab8dc585
Portfolio
This software allows people and institutions to setup an easy landingpage\homepage to show their portfolio. It's configured via an yaml file.
Access
Locale
Configure
To configure this app create an config.yaml you can use config.sample.yaml as an example
Administrate Docker
Stop and Destroy
docker stop landingpage
docker rm landingpage
Build
docker build -t application-landingpage .
Run
Run Development Environment
docker run -d -p 5000:5000 --name landingpage -v $(pwd)/app/:/app -e FLASK_APP=app.py -e FLASK_ENV=development application-landingpage
Run Production Environment
docker run -d -p 5000:5000 --name landingpage application-landingpage
Debug
docker logs -f landingpage
Author
This software was created from Kevin Veen-Birkenbach.
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%