Manage your jekyll blog as a cms with Forestry.io
April 23, 2019Did you know that gkdv.net uses jekyll as blog engine? Jekyll is a tool written in ruby to generate static html pages from markdown files. And github pages are jekyll-friendly (you can read more about it here: https://help.github.com/en/articles/using-jekyll-as-a-static-site-generator-with-github-pages)
But a static files generator has some limits: if you don’t like cli or ide (strange thought, by the way), you cannot use it as a real CMS: no WYSIWYG to help you to write your articles, neither title/category/tags management.
Fortunately, some free online services can help you, like forestry.io
How to use it?
You can create a free account, and just connect your github account. Forestry.io will parse your files, retrieve your collections (for example, your posts), and will show you a simple ui with which you’ll can edit a lot of things.

To conclude…
However, I love the cli and my IDE, so … useless find ;)