Skip to content

Commit

Permalink
Update image url
Browse files Browse the repository at this point in the history
  • Loading branch information
zkqiang committed Jul 17, 2023
1 parent 5de0290 commit 9cf5372
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 16 deletions.
2 changes: 1 addition & 1 deletion _config.fluid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ about:
# Custom Page through `hexo new page`
#---------------------------
page:
banner_img: https://fluid.s3.bitiful.net/post.png?w=1920&fmt=webp
banner_img: https://fluid.s3.bitiful.net/bg/post.png?w=1920&fmt=webp


#---------------------------
Expand Down
28 changes: 19 additions & 9 deletions source/_posts/fluid-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,23 +132,33 @@ iframe 页面镶套可以帮助我们更好的展示一个页面。比如以下

#### details 标签

用于展示代码较多需要折叠或折叠相关内容,以下为演示`summary` 填写显示名称。
用于展示代码较多需要折叠或折叠相关内容,以下为演示`summary` 填写显示名称。

<details>
<summary>Demo</summary>
```
<p><b>好友申请备注:fluid</b></p>
<p><b>提问之前请先仔细查阅用户文档</b></p>
<img width="200" src="https://cdn.jsdelivr.net/gh/fluid-dev/static@master/hexo-theme-fluid/wechat.png" alt="wechat">
```go
type Map struct {
mu Mutex
read atomic.Value
dirty map[interface{}]*entry
misses int
}
```
</details>

```
对应的实现代码:

```text
<details>
<summary>Demo</summary>
<p><b>好友申请备注:fluid</b></p>
<p><b>提问之前请先仔细查阅用户文档</b></p>
<img width="200" src="https://cdn.jsdelivr.net/gh/fluid-dev/static@master/hexo-theme-fluid/wechat.png" alt="wechat">
```go
type Map struct {
mu Mutex
read atomic.Value
dirty map[interface{}]*entry
misses int
}
\```
</details>
```
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/hello-fluid.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Fluid 功能特性:

## 图片

![这是图片描述](https://fluid.s3.bitiful.net/post.png?w=1280&fmt=webp)
![这是图片描述](https://fluid.s3.bitiful.net/bg/post.png?w=1280&fmt=webp)

## LaTex

Expand Down
2 changes: 1 addition & 1 deletion source/_posts/hexo-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Hexo 使用 Docker 来写文章和调试博客
author: 夜法之书
date: 2022-10-10 18:04:57
index_img: https://fluid.s3.bitiful.net/hexo-docker/cover.png
index_img: https://fluid.s3.bitiful.net/hexo-docker/cover.png?w=480&fmt=webp
category: 实用技巧
tags:
- 用户经验
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/hexo-vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Vercel 部署高级用法教程
author: 夜法之书
date: 2022-10-10 18:55:57
index_img: https://fluid.s3.bitiful.net/hexo-vercel/cover.png
index_img: https://fluid.s3.bitiful.net/hexo-vercel/cover.png?w=480&fmt=webp
category: 实用技巧
tags:
- 用户经验
Expand Down
4 changes: 1 addition & 3 deletions source/community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ Fluid 社群定位于**聚集志同道合、兴趣相投、和谐友善、热爱

目前仅有微信端社群,扫描二维码添加好友后等待邀请

<p><b>好友申请备注:fluid</b></p>

<img width="200" src="https://cdn.jsdelivr.net/gh/fluid-dev/static@master/hexo-theme-fluid/wechat.png">
<img width="128" title="好友申请备注:fluid" src="https://fluid.s3.bitiful.net/wechat.png">

希望你可以和群友找到共同话题,并保持在群内的互动频率。

Expand Down

0 comments on commit 9cf5372

Please sign in to comment.