96 Commits (master)
 

Author SHA1 Message Date
Gergely Polonkai fc8442b2fc Fix blog RSS view 8 years ago
Gergely Polonkai 048b1a28b3 Add export command to export posts as markdown 8 years ago
Gergely Polonkai c9ae9cc123 Add gunicorn and setproctitle to requirements 8 years ago
Gergely Polonkai cf3c93d075 Add pinterest checker link 8 years ago
Gergely Polonkai bf65a08269 Fix code block formatting 8 years ago
Gergely Polonkai b8f5f11034 Move blog feed to /blog/atom.xml
This is to comply with non-written standards.
8 years ago
Gergely Polonkai 417509512f Change Google+ link to a more readable one 9 years ago
Gergely Polonkai 37061fe7d7 Google validator link is now a simple empty HttpResponse instead of a full-blown view 9 years ago
Gergely Polonkai 01a641a4c9 Fix typos in resume 9 years ago
Gergely Polonkai 9936cce828 Reword the resume at some places 9 years ago
Gergely Polonkai 5f5bfb7854 Fix @ sign in e-mail address of the PDF resume 9 years ago
Gergely Polonkai 27c2caf47c Fix server.log location in .gitignore 9 years ago
Gergely Polonkai dd8100469d Fix previous/nextlinks in blog reader 9 years ago
Gergely Polonkai cfd20cdca1 Fix Twitter, tumblr and deviantArt links 9 years ago
Gergely Polonkai c1f2f1b1a2 Remove MSN from contact listing 9 years ago
Gergely Polonkai eea5be4323 Next/previous post links now omit drafts 9 years ago
Gergely Polonkai d1ba92a621 Fix get_post_link template tag
It now generates dates in links correctly
9 years ago
Gergely Polonkai a7c649d5c1 Add get_post_relative_link template tag to generate relative links to blog posts 9 years ago
Gergely Polonkai c383c99075 Fix missing end of sentence in resume 9 years ago
Gergely Polonkai 7351d358fc Removed link to Judit Pásti’s web page, as it doesn’t exist 9 years ago
Gergely Polonkai 865c36df39 Fix requirements.txt so it installs (almost) well on CentOS 9 years ago
Gergely Polonkai f4bfd822f7 Create blog RSS feed functionality
Fix feed link in main template
9 years ago
Gergely Polonkai 34d1cefe70 Add get_post_link template tag to create post backlinks 9 years ago
Gergely Polonkai ed7a61207a Add a created_at_rss method to the blog Post model 9 years ago
Gergely Polonkai 337e1eea2b Code beautification 9 years ago
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
9 years ago
Gergely Polonkai ece6d66bd1 Switch error responses to TemplateResponse calls 9 years ago
Gergely Polonkai 325660bea1 Add robots.txt 9 years ago
Gergely Polonkai eaf5f8122e Fix paginating issues 9 years ago
Gergely Polonkai 51b246a037 Fix requirements.txt 9 years ago
Gergely Polonkai 73e6076105 Fix permission bits on images 9 years ago
Gergely Polonkai a5445a03e0 Add previous/next article links to blog articles 9 years ago
Gergely Polonkai 0ad611ce23 Remove unnecessary datetime import 9 years ago
Gergely Polonkai 67ce47b13e Add xhtml2pdf to requirements.txt 9 years ago
Gergely Polonkai 0363f13785 Fix typo in tag viewname 9 years ago
Gergely Polonkai ba3430ae38 Fix paginator.html to work with tagpage 9 years ago
Gergely Polonkai ac86b3ecb4 Change mimetype to content_type in PDF output function 9 years ago
Gergely Polonkai d3f74bbbc2 Change resume link to work without the sites module
It is a bit overkill without actual sites
9 years ago
Gergely Polonkai 2b86c16ec5 Add colon and space before PDF error message for readability 9 years ago
Gergely Polonkai edd757d596 Remove unnecessary return in basics:resumepdf 9 years ago
Gergely Polonkai 1b8bbb55fe Fix ViewName middleware after accidentally changing . to + 9 years ago
Gergely Polonkai ca1bd74985 Add settings_local.py to .gitignore 9 years ago
Gergely Polonkai 3d1d1e4045 Add settings_local import to settings.py 9 years ago
Gergely Polonkai 35248dab45 Reset settings.py to the factory default (Django 1.6) 9 years ago
Gergely Polonkai cf08e3e0e4 Generate PDF version of the resume 9 years ago
Gergely Polonkai 6c2b7873c2 Refine resume text and formatting 9 years ago
Gergely Polonkai d0839b7efe Add CodeChunk to admin page 9 years ago
Gergely Polonkai 4274455957 Add date listing function 9 years ago
Gergely Polonkai 9bc614f8a0 Add request context processor 9 years ago
Gergely Polonkai f98017e70e Fix error views so they return the correct HTTP status 9 years ago