From 37aeb243e20afa17089ea71618358e1ca809f2b6 Mon Sep 17 00:00:00 2001 From: ChenBaorui <2819579394@qq.com> Date: Fri, 17 Jan 2025 20:09:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=8D=9A=E5=AE=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- posts/make_a_website_like_this.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/posts/make_a_website_like_this.md b/posts/make_a_website_like_this.md index 9d5f8e4..7153e0f 100644 --- a/posts/make_a_website_like_this.md +++ b/posts/make_a_website_like_this.md @@ -27,11 +27,11 @@ username.github.io ## 关于图片 将图片放到项目里,然后上传到github,图片就可以通过链接访问 - -然后将博客里的链接换成上述链接就行了,例如: - -```` -https://raw.githubusercontent.com/zhicbr/zhicbr.github.io/refs/heads/main/posts/create a github.io website as your blog.assets/image1.png +然后将博客里的链接换成上述链接就行了 +即前缀(https://raw.githubusercontent.com/zhicbr/zhicbr.github.io/refs/heads/main/images/)加上文件名 ```` +## 更新博客 +在posts文件夹下添加.md文件,图片放到images文件夹推送后获取连接, +在articles.json中添加新博客信息即可。