Commit graph

23 commits

Author SHA1 Message Date
5a138a407c Added a privacy policy to comply with use of Google Analytics 2016-03-29 19:44:02 -07:00
67ae985c3a More updates: added an icon for apple devices to add the site to their home screen, and fixed the links to the web apps since they now both reside on their own subdomains. 2016-03-28 22:54:13 -07:00
ae69ee60bf Fixed mobile styles 2016-03-27 11:52:05 -07:00
1a7376cdb2 Added apple icon and added a text shadow to the text for readability 2016-03-26 10:22:14 -07:00
1566967391 Added some more blur to the background 2016-03-26 09:38:08 -07:00
1ecf35ef1d Fixed the styles for mobile 2016-03-26 09:25:34 -07:00
7c40a6e902 Redid the styles for the website 2016-03-26 00:45:20 -07:00
35aa3c63c2 Limited the number of blog posts on the homepage for cleanliness 2016-03-16 23:12:15 -07:00
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