Test links and other asset material
Current: 1
You should see an image here:

and the link below should make a pdf pop up
* Tested case 0:
In _config.yml
baseurl: "/altblog"
url: "http://nikosdaniilidis.github.io/altblog"
In _posts/some-post

[pdf here](http://nikosdaniilidis.github.io/assets/all-pdf/Daniilidis2014-surface-noise.pdf)
- Result (not working):
==> http://nikosdaniilidis.github.io/altblog/assets/all-pdf/Daniilidis2014-surface-noise.pdf
* Tested case 1:
In _config.yml
baseurl: "/altblog"
url: "http://nikosdaniilidis.github.io"
In _posts/some-post

[pdf here](/altblog/assets/all-pdf/Daniilidis2014-surface-noise.pdf)
- Result (works!):
==> http://nikosdaniilidis.github.io/altblog/assets/all-pdf/Daniilidis2014-surface-noise.pdf
* Tested “case 2”:
In _config.yml
baseurl: "/altblog"
url: "http://nikosdaniilidis/github.io"
In _posts/some-post

[pdf here](/altblog/assets/all-pdf/Daniilidis2014-surface-noise.pdf)
- Result (not working):
==> http://nikosdaniilidis/github.io/assets/all-pdf/Daniilidis2014-surface-noise.pdf