0
0
Commit Graph

6 Commits

Author SHA1 Message Date
Gibheer
d8fe8a97bc compile markdown for each request
The problem here is, that the markdown code can't be compiled and
therefore does not get executed when the page is rendered. So this
change directly calls Kramdown to compile the code.
It should be replaced later by a mechanism which compiles the markdown
when the post is loaded.
2013-10-26 23:01:22 +02:00
Gibheer
fb3d0b51c0 add markdown support
This is to pretty print the markdown posts.
2013-10-26 22:36:17 +02:00
Gibheer
4e04cce391 add atom feed 2013-10-26 17:52:52 +02:00
Gibheer
0e547febf1 add post controller
This adds the post controller to get the posts from the database and
make apply all filters needed to make it a workable result.
2013-10-26 14:56:55 +02:00
Gibheer
8d7938d108 add first test for database usage in the template 2013-10-26 12:33:50 +02:00
Gibheer
2ac3320d34 the beginning of a new blog 2013-10-20 22:04:01 +02:00