Commit graph

15 commits

Author SHA1 Message Date
010a2395bd Added some basic formatting to the blog posts to prevent errors with mysql. 2016-03-16 23:07:09 -07:00
8280d8625e Changed the mobile nav menu so that it wouldn't cause problems with page layout 2016-03-10 08:43:16 -06:00
1e155009f6 Added requirements for the project, added WTForms for contact form validation, and finished setting up the contact form. Now ready to go into production for testing there. 2016-03-09 21:42:37 -06:00
a13ca0a81b Fixed syntax error on import and in config example file 2016-03-09 19:55:18 -06:00
4054d0041b Updated sample config for MySQL setup 2016-03-09 19:48:37 -06:00
8cb42270c4 Added virtualenv to prevent conflicts with other projects and put the venv/ drectory on the gitignore list 2016-03-09 19:38:37 -06:00
f7935cc566 started work on contact form 2016-03-09 18:49:33 -06:00
24c4ef3ce9 Added mail extension 2016-03-08 20:38:53 -06:00
aba62ead5b Renamed install.py to setup.py to sound more Python-y and finished up the blog upload/views for posts. 2016-03-07 23:39:55 -06:00
843b208a67 Added highlightJS for syntax highlighting in blog posts and started working on the admin pages 2016-03-06 20:28:14 -06:00
f06cabbcc2 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
b4ecefe5c6 Added missing pages, built home page layout, added some images and external css/js files 2016-03-05 20:27:52 -06:00
ca17d47a75 Added an example configuration file 2016-03-03 22:16:13 -06:00
9df2b42b5a Added a readme file 2016-03-03 22:12:47 -06:00
b10e58d40c Created a basic Flask microblog app from a tutorial 2016-03-03 22:10:53 -06:00