9d984e7d88
Now a project can be placed inside of a category within the projects folder. This enables automatic indexing and will also support the addition of net categories for filtering and display on both the index and portfolio pages. This has also required the moving of a lot of project files and a few directory names as such. |
||
---|---|---|
html_site | ||
images | ||
projects | ||
static | ||
templates | ||
.gitignore | ||
README.md | ||
run_site.py | ||
server.sh |
Running the site
` source env/bin/activate export FLASK_APP=run_site.py export FLASK_DEBUG=1 flask run --host=0.0.0.0