Go to file
Alexander Hosking 9d984e7d88 Finalizing structure of automated project display
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.
2017-02-06 20:48:27 -05:00
html_site Update directory and content locations, start automating project display 2017-02-06 17:34:21 -05:00
images Update aboutus page 2017-01-25 18:07:07 -05:00
projects Finalizing structure of automated project display 2017-02-06 20:48:27 -05:00
static Update directory and content locations, start automating project display 2017-02-06 17:34:21 -05:00
templates Update directory and content locations, start automating project display 2017-02-06 17:34:21 -05:00
.gitignore First flask push 2017-01-12 08:06:39 -05:00
README.md Update run commands and add poor templating 2017-01-17 00:42:30 -05:00
run_site.py Update directory and content locations, start automating project display 2017-02-06 17:34:21 -05:00
server.sh Update directory and content locations, start automating project display 2017-02-06 17:34:21 -05:00

Running the site


` source env/bin/activate export FLASK_APP=run_site.py export FLASK_DEBUG=1 flask run --host=0.0.0.0