Commit Graph

95 Commits

Author SHA1 Message Date
Gergely Polonkai 048b1a28b3 Add export command to export posts as markdown 2015-04-25 19:08:57 +00:00
Gergely Polonkai c9ae9cc123 Add gunicorn and setproctitle to requirements 2015-03-13 08:20:52 +00:00
Gergely Polonkai cf3c93d075 Add pinterest checker link 2015-03-13 08:20:52 +00:00
Gergely Polonkai bf65a08269 Fix code block formatting 2015-03-13 08:20:52 +00:00
Gergely Polonkai b8f5f11034 Move blog feed to /blog/atom.xml
This is to comply with non-written standards.
2015-03-12 14:29:37 +01:00
Gergely Polonkai 417509512f Change Google+ link to a more readable one 2014-07-16 17:33:17 +02:00
Gergely Polonkai 37061fe7d7 Google validator link is now a simple empty HttpResponse instead of a full-blown view 2014-06-22 21:11:41 +00:00
Gergely Polonkai 01a641a4c9 Fix typos in resume 2014-06-22 21:10:48 +00:00
Gergely Polonkai 9936cce828 Reword the resume at some places 2014-06-22 15:42:36 +00:00
Gergely Polonkai 5f5bfb7854 Fix @ sign in e-mail address of the PDF resume 2014-06-22 15:42:05 +00:00
Gergely Polonkai 27c2caf47c Fix server.log location in .gitignore 2014-06-22 15:16:40 +00:00
Gergely Polonkai dd8100469d Fix previous/nextlinks in blog reader 2014-06-22 15:16:11 +00:00
Gergely Polonkai cfd20cdca1 Fix Twitter, tumblr and deviantArt links 2014-06-22 15:15:40 +00:00
Gergely Polonkai c1f2f1b1a2 Remove MSN from contact listing 2014-06-22 15:15:04 +00:00
Gergely Polonkai eea5be4323 Next/previous post links now omit drafts 2014-06-22 15:14:06 +00:00
Gergely Polonkai d1ba92a621 Fix get_post_link template tag
It now generates dates in links correctly
2014-06-22 15:13:04 +00:00
Gergely Polonkai a7c649d5c1 Add get_post_relative_link template tag to generate relative links to blog posts 2014-06-22 15:11:40 +00:00
Gergely Polonkai c383c99075 Fix missing end of sentence in resume 2014-06-22 15:08:35 +00:00
Gergely Polonkai 7351d358fc Removed link to Judit Pásti’s web page, as it doesn’t exist 2014-06-22 15:08:00 +00:00
Gergely Polonkai 865c36df39 Fix requirements.txt so it installs (almost) well on CentOS 2014-06-22 14:05:06 +00:00
Gergely Polonkai f4bfd822f7 Create blog RSS feed functionality
Fix feed link in main template
2014-06-21 22:14:28 +02:00
Gergely Polonkai 34d1cefe70 Add get_post_link template tag to create post backlinks 2014-06-21 22:14:27 +02:00
Gergely Polonkai ed7a61207a Add a created_at_rss method to the blog Post model 2014-06-21 22:14:27 +02:00
Gergely Polonkai 337e1eea2b Code beautification 2014-06-20 21:57:54 +02:00
Gergely Polonkai 6ee2ddb2af Reset of settings.py for full Django 1.6 version
Now the only thing it does besides providing default values is importing
settings_local
2014-06-20 21:57:25 +02:00
Gergely Polonkai ece6d66bd1 Switch error responses to TemplateResponse calls 2014-06-20 21:57:25 +02:00
Gergely Polonkai 325660bea1 Add robots.txt 2014-06-20 21:57:05 +02:00
Gergely Polonkai eaf5f8122e Fix paginating issues 2014-06-20 21:56:46 +02:00
Gergely Polonkai 51b246a037 Fix requirements.txt 2014-06-20 21:56:46 +02:00
Gergely Polonkai 73e6076105 Fix permission bits on images 2014-06-20 21:18:54 +02:00
Gergely Polonkai a5445a03e0 Add previous/next article links to blog articles 2014-06-19 14:30:31 +00:00
Gergely Polonkai 0ad611ce23 Remove unnecessary datetime import 2014-06-19 14:30:31 +00:00
Gergely Polonkai 67ce47b13e Add xhtml2pdf to requirements.txt 2014-06-19 11:49:14 +00:00
Gergely Polonkai 0363f13785 Fix typo in tag viewname 2014-06-19 11:16:49 +00:00
Gergely Polonkai ba3430ae38 Fix paginator.html to work with tagpage 2014-06-19 11:15:34 +00:00
Gergely Polonkai ac86b3ecb4 Change mimetype to content_type in PDF output function 2014-06-19 08:55:39 +00:00
Gergely Polonkai d3f74bbbc2 Change resume link to work without the sites module
It is a bit overkill without actual sites
2014-06-19 08:53:22 +00:00
Gergely Polonkai 2b86c16ec5 Add colon and space before PDF error message for readability 2014-06-19 08:52:18 +00:00
Gergely Polonkai edd757d596 Remove unnecessary return in basics:resumepdf 2014-06-19 08:51:15 +00:00
Gergely Polonkai 1b8bbb55fe Fix ViewName middleware after accidentally changing . to + 2014-06-19 08:49:15 +00:00
Gergely Polonkai ca1bd74985 Add settings_local.py to .gitignore 2014-06-18 12:13:21 +00:00
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