My attempt at rebuilding my personal website using the Flask framework in Python
Find a file
2016-03-06 20:28:14 -06:00
static Added highlightJS for syntax highlighting in blog posts and started working on the admin pages 2016-03-06 20:28:14 -06:00
templates Added highlightJS for syntax highlighting in blog posts and started working on the admin pages 2016-03-06 20:28:14 -06:00
.gitignore Created a basic Flask microblog app from a tutorial 2016-03-03 22:10:53 -06:00
admin.py Added highlightJS for syntax highlighting in blog posts and started working on the admin pages 2016-03-06 20:28:14 -06:00
config-example.py Added an example configuration file 2016-03-03 22:16:13 -06:00
flask_site.py Added highlightJS for syntax highlighting in blog posts and started working on the admin pages 2016-03-06 20:28:14 -06:00
install.py Rewrote app to use MySQL instead of sqlite; this will be beneficial for having multiple users and multiple parts of the site. Also redid the home page and added some more content to the bio and projects pages. The contact page also has some content of its own now. 2016-03-06 18:31:27 -06:00
README.md Added a readme file 2016-03-03 22:12:47 -06:00
schema.sql Added highlightJS for syntax highlighting in blog posts and started working on the admin pages 2016-03-06 20:28:14 -06:00

Flask Site

This is nothing more than a test run for me, trying to learn Flask.

It initially began as me following the tutorial found here: http://flask.pocoo.org/docs/0.10/tutorial/

I hope to modify it and build on it further to develop it into a working copy of my personal website.

My personal website can be found at http://wbrawner.com