1
Fork 0
blog/_posts/2011-08-25-blog-running-with-jekyll.markdown

21 lines
1.2 KiB
Markdown
Raw Normal View History

2011-08-25 10:20:25 +00:00
---
layout: post
title: Blog running on jekyll again
---
I decided to setup a blog again. And again I'll use [jekyll][], a `blog-aware, static site generator in Ruby`.
I redesigned the page for better viewing (a layout for smartphones will follow).
What's still missing is a good deployment process. I'm currently thinking about using [github][] for the repository and having my server informed by their post-receive hook.
Ah, and of course some content. I will use this blog to document the things I do. May it be some weird configuration thing for my server or just some code I wrote or read the other day (and for that I need code highlighting here, I really would appreciate if I could use [CodeRay][] somehow)
I'm not yet sure if and how I will implement an option to comment on this site. I'm currently thinking about wether it would be possible to fetch comments via twitter and if that would be enough.
2011-09-02 19:45:36 +00:00
So as long as there is no direct comment integration here, feel free to contact me over at twitter: [@badboy\_](https://twitter.com/badboy_).
2011-08-25 10:20:25 +00:00
[jekyll]: https://github.com/mojombo/jekyll
[github]: https://github.com/
[CodeRay]: https://github.com/rubychan/coderay