Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

base_url issue with images #144

Closed
Closed
@pinggit

Description

@pinggit

this work fine previously , when I use:

  • default _config.yaml

  • root of a http server as my website

         ![win7dos](/images/win7dos.jpg "win7dos")
    

now , I decided to use one of the sub-folder of the same website under root, and I already set:
BASE_PATH : http://www.mysite.com/~pings/myblog

but still my image links refers to :
http://www.mysite.com/images/picture.jpg

instead of
http://www.mysite.com/~pings/myblog/images/picture.jpg

I read issue (65)
#65

and I tried:

               ![win7dos](/images/win7dos.jpg "win7dos")
               ![win7dos]({{ BASE_PATH }}/images/win7dos.jpg "win7dos")

none of them worked...

but even if it could, still I think that makes the blog really hard to port -- do I need to modify content of every post in order for it to be migrated?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions