0
0
Fork 0
Commit Graph

20 Commits

Author SHA1 Message Date
Gibheer 810a16eea8 use / for the index page in the logo 2014-01-02 21:41:28 +01:00
Gibheer 6aa8f1c2a2 new next and previous buttons
When selecting only one post buttons to select the previous and next
blog posts are added. These can then be used to read one blog post per
page.
2014-01-02 21:38:21 +01:00
Gibheer 7b9576216c don't wrap lines in code and pre elements 2013-12-03 21:45:12 +01:00
Gibheer ada397900f add utf-8 meta header 2013-11-14 16:57:48 +01:00
Gibheer 33c5439cd2 render the html in the atom feed 2013-11-08 19:55:17 +01:00
Gibheer 7ca8100d23 mark headers in section
This commit makes the headers in a section a bit smaller and underlines
them over 75% over the article width, which gives them a nicer look.
2013-11-08 19:53:44 +01:00
Gibheer bcb992b231 adjust the pagination design and header 2013-11-04 20:19:39 +01:00
Gibheer b47acdeb14 make the pagination look nicer 2013-10-29 20:42:25 +01:00
Gibheer 294625f251 add pagination to the page 2013-10-29 20:39:47 +01:00
Gibheer 19a3c4b238 use picture with real color 2013-10-29 19:47:52 +01:00
Gibheer 49ba15dbab remove the relative positioning
This fixes the background picture only shown on the body.
2013-10-29 19:04:38 +01:00
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