0
0
Commit Graph

9 Commits

Author SHA1 Message Date
Gibheer
1a0c2b70f7 remove single scss files to include in index
The separation didn't help in this case, as the css is much too small.
Maybe I will split it up later again.
2013-10-28 06:36:13 +01:00
Gibheer
77053f05d8 add first draft of design
This adds the first couple css rules for the new design.
2013-10-27 19:50:32 +01:00
Gibheer
e488b155e4 add layout for the posts 2013-10-27 19:47:51 +01:00
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