How I schedule post in Jekyll
The other day I was explaining how I publish my blog using CI. Today I want to explain how I schedule post in my blog while still involving CI.
The other day I was explaining how I publish my blog using CI. Today I want to explain how I schedule post in my blog while still involving CI.
As I’ve mentioned before, this blog is build as a static website with Jekyll, which allow me not to worry about data bases, logins or anything of the sorts when I’m publishing and managing the web. I use the free tier of GitHub Pages as hosting, which has its downsides and upsides. The main upside is, it’s really convenient and free. On the othe...