A first post

If you want to serve this blog on your local machine, in the main directory, type

jekyll serve

There are a few features that I would like to add to this blog.

  1. I would like to manage tags. This is handled in Jekyll with the gem jekyll-tagging, but unfortunately this gem is not available on GitHub. However it is possible to regenerate the tagging capacity in Jekyll, for instance by following that link.
  2. I would also need to have a summary page listing all posts. This is described in this blog post.
  3. And of course, I will need support for MathJax.

A few useful references for markdowns syntax:

[ jekyll  markdown  ]