|
1 year ago | |
---|---|---|
config | 5 years ago | |
static | 3 years ago | |
templates | 4 years ago | |
views | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 1 year ago | |
model.py | 5 years ago | |
requirements.txt | 5 years ago | |
server.py | 2 years ago | |
utils.py | 5 years ago | |
webpage.py | 2 years ago |
This project was abandoned because I just wanted to create a more optimized and modern web page using an static site generator. Something simplier than having a backend+frontend to deploy each time content requires to be updated.
My personal webpage, hosted on http://alfred.is-a-rockstar.com.
python server.py
gunicorn -w 4 webpage:app -b 0.0.0.0:8888
pip install -r requirements.txt
You should change the PERSONAL_WEBPAGE_SETTINGS environtment variable value by: config/dev.py