Commit Graph

54 Commits

Author SHA1 Message Date
Gergely Polonkai 3d1d1e4045 Add settings_local import to settings.py 2014-06-18 12:11:02 +00:00
Gergely Polonkai 35248dab45 Reset settings.py to the factory default (Django 1.6) 2014-06-18 10:05:33 +00:00
Gergely Polonkai cf08e3e0e4 Generate PDF version of the resume 2014-06-16 22:45:00 +02:00
Gergely Polonkai 6c2b7873c2 Refine resume text and formatting 2014-06-16 22:45:00 +02:00
Gergely Polonkai d0839b7efe Add CodeChunk to admin page 2014-06-16 22:44:15 +02:00
Gergely Polonkai 4274455957 Add date listing function 2014-06-16 22:44:15 +02:00
Gergely Polonkai 9bc614f8a0 Add request context processor 2014-06-16 22:44:15 +02:00
Gergely Polonkai f98017e70e Fix error views so they return the correct HTTP status 2014-06-16 22:44:15 +02:00
Gergely Polonkai 06fb6b3a09 Remove testing line from viewname middleware 2014-06-16 22:44:02 +02:00
Gergely Polonkai 1b4fc90a5d Add requirements.txt for pip requirements 2014-06-16 13:56:50 +00:00
Gergely Polonkai 1443133a6d Fix migrate.sql to update tables much better 2014-06-15 08:34:31 +00:00
Gergely Polonkai d9b37b6aa4 Add log file and virtualenv to .gitignore 2014-06-14 21:02:41 +00:00
Gergely Polonkai 5e08661895 Add static files directory location 2014-06-14 21:01:34 +00:00
Gergely Polonkai 63b3c77f3f Remove unnecessary trailing semicolon 2014-06-14 20:50:41 +00:00
Gergely Polonkai eca33eb582 Fix typo in blog listing 2014-06-14 20:50:07 +00:00
Gergely Polonkai 3dc0f26179 Move SECRET_KEY to a file secret.key 2014-06-14 17:14:07 +00:00
Gergely Polonkai ae4af3669b Check if request.view_name exists before sending it to the template engine 2014-06-14 17:11:54 +00:00
Gergely Polonkai 17a71ddfb6 Add custom error handlers 2014-06-14 17:09:10 +00:00
Gergely Polonkai ee02fab3a3 Add database options for correct table encoding 2014-06-14 13:00:32 +00:00
Gergely Polonkai 0073c1521c Fix TEMPLATE_DIRS in settings.py to be a correct tuple
Django >1.5 complains about it to be deprecated
2014-06-14 13:00:00 +00:00
Gergely Polonkai b786a44439 Add migrate.sql to migrate old database content 2014-06-14 14:56:02 +02:00
Gergely Polonkai 3b485aaebc Now loading code_chunks module in template that needs it
Without this, the filters defined there cannot be used
2014-06-14 12:17:08 +02:00
Gergely Polonkai 52462db6f8 Not displaying tag cloud icon if there are no tags 2014-06-14 12:16:26 +02:00
Gergely Polonkai 8820dd89ba Fix tag cloud generating code
It now works even if there are no tags.
2014-06-13 08:23:50 +02:00
Gergely Polonkai 4f8db2dc97 Add remove_code_chunks template filter
It will be needed when generating feeds
2013-10-21 03:12:09 +02:00
Gergely Polonkai a5b6e90183 Add insert_code_chunks template filter
This basic version actually removes them. Addition to be coming later
2013-10-21 03:12:09 +02:00
Gergely Polonkai ef2791dde3 Refactored syntax highlighter code to a separate function 2013-10-21 03:12:09 +02:00
Gergely Polonkai 8766626ca7 Changed Skype name 2013-10-21 00:56:41 +02:00
Gergely Polonkai 1765929555 Added Code Chunks support
Currently with inline style sheets. That will definitely change soon.
2013-10-21 00:55:12 +02:00
Gergely Polonkai 61a60f7cf7 Removed admin.css, as it is not needed 2013-10-21 00:46:05 +02:00
Gergely Polonkai 2eecd9caa8 Fixup for blog.Post
A little automation for first time saving: set created_at and slug fields
2013-10-21 00:46:05 +02:00
Gergely Polonkai a662ee063b Created an URL for google validator 2013-10-21 00:46:05 +02:00
Gergely Polonkai 32d3366134 Add Disqus based commenting 2013-10-17 11:02:14 +02:00
Gergely Polonkai a620b45891 Update Google+ API URL 2013-10-16 00:14:10 +02:00
Gergely Polonkai 904cfc4750 Add arrow under active menu item 2013-10-15 09:29:03 +02:00
Gergely Polonkai a621c3e206 Fine-tune keywords list in resume 2013-10-14 20:22:59 +02:00
Gergely Polonkai 85b7f30751 Add licensing notes 2013-10-14 20:15:06 +02:00
Gergely Polonkai 55d0fc8162 Add admin address 2013-10-14 18:07:24 +02:00
Gergely Polonkai d8f2746abc Add HTML resume 2013-10-14 18:07:15 +02:00
Gergely Polonkai 91a186e1b2 Add about me template 2013-10-14 17:37:42 +02:00
Gergely Polonkai 87d7e16b0e Add pagination support for blog listing 2013-10-14 12:12:50 +02:00
Gergely Polonkai 7b3ec3f916 Added README.md 2013-10-02 00:07:04 +02:00
Gergely Polonkai 6b073006d2 Renamed project to gergelypolonkaiweb 2013-10-01 23:49:18 +02:00
Gergely Polonkai 50cf51e60e Added ViM swap files to .gitignore 2013-10-01 23:42:16 +02:00
Gergely Polonkai 4560c925fc Moved "static" pages to the basics app 2013-10-01 23:40:42 +02:00
Gergely Polonkai 414ff5b4a4 Created random header image code 2013-10-01 23:39:27 +02:00
Gergely Polonkai a99ca61159 Changed lambda to itemgetter as suggested 2013-10-01 23:03:04 +02:00
Gergely Polonkai 3893932ade Removed drafts from blog post results 2013-10-01 23:02:48 +02:00
Gergely Polonkai 84fd0e38e3 Finished tag cloud 2013-10-01 22:56:20 +02:00
Gergely Polonkai e04a7c6fda Created a separate handler for the main page
It displays the last five blog entries
2013-10-01 22:55:35 +02:00