Current: 1

You should see an image here:

blabbing physicist

pdf here

* Tested case 0:

In _config.yml

baseurl: "/altblog"

url: "http://nikosdaniilidis.github.io/altblog"

In _posts/some-post

![blabbing physicist](http://nikosdaniilidis.github.io/assets/2014-10-02-Life-in-vacuum/smbphysicist2.png)

[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

![blabbing physicist](/altblog/assets/2014-10-02-Life-in-vacuum/smbphysicist2.png)

[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

![blabbing physicist](/altblog/assets/2014-10-02-Life-in-vacuum/smbphysicist2.png)

[pdf here](/altblog/assets/all-pdf/Daniilidis2014-surface-noise.pdf)

  • Result (not working):

==> http://nikosdaniilidis/github.io/assets/all-pdf/Daniilidis2014-surface-noise.pdf