ペリカンで作ったブログに外部画像を載せたい
だから私は試します:
some text
.. image:: http://example.com/image.png
:alt: Alt text
「pelican -s pelicanconf.py」を実行した後、エラーが発生しました:
ERROR: Better Fig. Error: image not found: /Users/kendriu/sources/pelican-blog/contenthttp:/example.com/image.png
ERROR: Could not process ./4_joe.rst
| [Errno 2] No such file or directory: u'/Users/kendriu/sources/pelican-blog/contenthttp:/example.com/image.png'
そして、私の投稿には画像がありません。
質問は次のとおりです。ブログに外部画像を配置する方法。