How to blog with Jekyll
This post is a work in progress, I’ll add stuff later
A few months ago, I setup a Jekyll blog, everything is working fine. The only thing is I don’t always remember how to blog. I do this post to regroup all information I need for everyday blogging.
I have customized my vim configuration, so spellcheck is enabled on markdown Filetype.
Links :
- Jekyll documentation
- Jekyll vim plugin. Create a new post with
:Jpost!
- Github markup documentation, this is the best entry point I know about this flavor of markdown.
- See the site locally, in the blog directory run
jekyll serve --drafts