Generating absolute paths in Jekyll

Reading time ~1 minute

To create an absolute path for a resource without hard coding the host-name, simply prepend the path with

1
{{ site.url }}
to the relative path.

See the code below for an example.

<figure>
    <a href="{{ site.url }}/images/tetsImage_a.png">
        <img src="{{ site.url }}/images/testImage_b.png" alt="">
    </a>
</figure>

Online Pomodoro Timer

An Online Pomodoro Timer you can use to practice Pomodoro Technique Continue reading

Purging Git Branches

Published on October 12, 2015

Running Clustered Integration Tests in WSO2 MB

Published on October 05, 2015