Commit Graph

32 Commits

Author SHA1 Message Date
Gergely Polonkai dd8100469d Fix previous/nextlinks in blog reader 2014-06-22 15:16:11 +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 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 eaf5f8122e Fix paginating issues 2014-06-20 21:56:46 +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 0363f13785 Fix typo in tag viewname 2014-06-19 11:16:49 +00: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 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 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 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 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 32d3366134 Add Disqus based commenting 2013-10-17 11:02:14 +02:00
Gergely Polonkai 87d7e16b0e Add pagination support for blog listing 2013-10-14 12:12:50 +02:00
Gergely Polonkai 6b073006d2 Renamed project to gergelypolonkaiweb 2013-10-01 23:49:18 +02:00
Gergely Polonkai 4560c925fc Moved "static" pages to the basics app 2013-10-01 23:40:42 +02:00
Gergely Polonkai 3893932ade Removed drafts from blog post results 2013-10-01 23:02:48 +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
Gergely Polonkai 4cb97ed97a Added post tags 2013-10-01 21:18:11 +02:00
Gergely Polonkai 6ada4d0a5d Fixed up blog posts a bit 2013-10-01 21:17:41 +02:00
Gergely Polonkai c544d768ef Initial commit 2013-09-24 15:54:41 +02:00