archive

travis

How I schedule post in Jekyll

3 minute read

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.

How I publish my blog: Using Continuous Integration with Jekyll

7 minute read

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...