Skip to content

Commit

Permalink
Update articles
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeicanyue committed Jun 2, 2024
1 parent 8c4b3b1 commit 1b8da8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions source/_posts/Umami-installation-and-usage-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,7 @@ Umami 启动后,默认用户名为 `admin`,默认密码为 `umami`。
<script async src="https://example.com/script.js" data-website-id="xxxxxxxxxxxxxxxxxxxx" data-do-not-track="true"></script>
```
更多使用方法请参考官方文档:https://umami.is/docs/tracker-configuration

## 5. Umami UV / PV 统计显示

Umami 官方文档并没有直接提供 UV 和 PV 展示的 API,但是我们可以通过编写相应的代码来获取 Umami 的访问量和访问人数。具体操作参考我的另一篇文章:{% post_link 'Writing-Umami-s-uv-pv-access-display' 'Umami UV / PV 统计显示' %}
2 changes: 1 addition & 1 deletion source/_posts/Using-mariadb-on-ArchLinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ date: 2024-03-23 03:06:02

## 0. `btrfs` 文件系统禁用 `COW`

如果你的系统分区为 `ext4`,可以跳过这一小节。
此小节为 `btrfs` 文件系统禁用 `COW`如果你的系统分区为 `ext4`,可以跳过这一小节。


{% fold info @在 btrfs 上禁用 COW %}
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/Using-postgresql-on-ArchLinux.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ date: 2024-02-29 09:44:23

## 0. `btrfs` 文件系统禁用 `COW`

如果你的系统分区为 `ext4`,可以跳过这一小节。
此小节为 `btrfs` 文件系统禁用 `COW`如果你的系统分区为 `ext4`,可以跳过这一小节。


{% fold info @在 btrfs 上禁用 COW %}
Expand Down

0 comments on commit 1b8da8a

Please sign in to comment.