Commit Graph

20 Commits

Author SHA1 Message Date
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