A first post
08 Jan 2018If 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.
- 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.
- I would also need to have a summary page listing all posts. This is described in this blog post.
- And of course, I will need support for MathJax.
A few useful references for markdowns syntax:
- A cheat-sheet for markdowns
- And another, better one
jekyll
markdown
]