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
Description
this work fine previously , when I use:
-
default _config.yaml
-
root of a http server as my website

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:


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?