archive

blogging

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

New Web in Jekyll

3 minute read

As you probably have noticed, some days ago I rolled out a new version of my website, which you probably think it’s pretty similar to the previous one, at least talking about its external appearance. However, it’s really different in the inside, since it’s a static web build with Jekyll, while the previous one was build on Wordpress. This isn’t ...

Jekyll

1 minute read

Some months ago my wife brought to my attention Jekyll, which is a blog aware static-site __generator, or in other words it’s a piece of software that allows you to beautiful generate static websites. At that moment, I didn’t play too much attention to it, and just look for some comparisons between it and WordPress and I came to the conclusion t...