summaryrefslogtreecommitdiffstats
path: root/content/posts/【无废话】全网最简单的Hexo+Obsidian图片解决方案.md
diff options
context:
space:
mode:
authoryingyu5658 <i@yingyu5658.me>2025-12-13 08:33:08 +0800
committeryingyu5658 <i@yingyu5658.me>2025-12-13 08:33:08 +0800
commit1e5f8eb33bc41cb59faf059e83701152785cabea (patch)
tree45867273ac2178285be840764f7962d2b55556c6 /content/posts/【无废话】全网最简单的Hexo+Obsidian图片解决方案.md
downloadblog-1e5f8eb33bc41cb59faf059e83701152785cabea.tar.gz
blog-1e5f8eb33bc41cb59faf059e83701152785cabea.zip
Initial commit
Diffstat (limited to 'content/posts/【无废话】全网最简单的Hexo+Obsidian图片解决方案.md')
-rw-r--r--content/posts/【无废话】全网最简单的Hexo+Obsidian图片解决方案.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/content/posts/【无废话】全网最简单的Hexo+Obsidian图片解决方案.md b/content/posts/【无废话】全网最简单的Hexo+Obsidian图片解决方案.md
new file mode 100644
index 0000000..4b9091f
--- /dev/null
+++ b/content/posts/【无废话】全网最简单的Hexo+Obsidian图片解决方案.md
@@ -0,0 +1,23 @@
+---
+abbrlink: 1008281873
+categories:
+- 往昔
+date: "2025-03-05 21:17:42"
+tags:
+- Hexo
+- Obsidain
+- 博客
+title: 【无废话】全网最简单的Hexo+Obsidian图片解决方案
+---
+
+把Hexo博客根目录用黑曜石打开,如果已经打开了仓库
+![](https://images.glowisle.me/Pasted%20image%2020250305215423.webp)
+在弹出的窗口中选第二个。
+
+在source目录下新建images文件夹用于存放图片
+设置 => 文件与链接 => 附件默认存放路径:选择指定的附件文件夹。路径填写刚刚创建的image文件夹的相对路径
+取消使用Wiki链接
+注意。由于我的文件结构是这样的所以这么填写,要**根据自己的文件结构填写相对路径**。
+![](https://images.glowisle.me/Pasted%20image%2020250305215642.webp)
+搞定,同时可以在本地编辑环境和博客网站中显示。
+