【发布时间】:2019-10-31 21:58:00
【问题描述】:
我正在尝试将我的 hexo 页面,即 post-5.md 链接到 我在 /source/_posts/post-5 中放置的另一个网页 (game.html)。
我可以访问图像即image.gif 我放入 assets 文件夹而不是另一个网页。
帮助?
*我在my _config.yml文件中更改了以下设置。
post_asset_folder: true
【问题讨论】:
我正在尝试将我的 hexo 页面,即 post-5.md 链接到 我在 /source/_posts/post-5 中放置的另一个网页 (game.html)。
我可以访问图像即image.gif 我放入 assets 文件夹而不是另一个网页。
帮助?
*我在my _config.yml文件中更改了以下设置。
post_asset_folder: true
【问题讨论】:
我认为你可以先生成html(使用hexo g),然后目标页面的URL应该是[域名]+[目标页面在公共文件夹下的路径]。
【讨论】: