Skip to content

Commit

Permalink
update trqlt
Browse files Browse the repository at this point in the history
  • Loading branch information
hozenli committed Sep 22, 2024
1 parent 91428c8 commit 1cb6c53
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "themes/tranquility"]
path = themes/tranquility
url = [email protected]:hooozen/hexo-theme-tranquility.git
url = ssh://git@ssh.github.com:443/hooozen/hexo-theme-tranquility.git
[submodule "themes/academic"]
path = themes/academic
url = [email protected]:hooozen/hexo-theme-academic.git
url = ssh://git@ssh.github.com:443/hooozen/hexo-theme-academic.git
25 changes: 25 additions & 0 deletions _config.tranquility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,29 @@ foot:
title:
- "海内存知己"
- "天涯若比邻"
linksRows: 4

links: # 朋友
- name: "Theme Tranquility"
url: https://github.com/hooozen/hexo-theme-tranquility
- name: "浩然的主页"
url: https://hozen.site
- name: "Theme Tranquility"
url: https://github.com/hooozen/hexo-theme-tranquility
- name: "浩然的主页"
url: https://hozen.site
- name: "Theme Tranquility"
url: https://github.com/hooozen/hexo-theme-tranquility
- name: "浩然的主页"
url: https://hozen.site
- name: "Theme Tranquility"
url: https://github.com/hooozen/hexo-theme-tranquility
- name: "浩然的主页"
url: https://hozen.site
- name: "Theme Tranquility"
url: https://github.com/hooozen/hexo-theme-tranquility
- name: "浩然的主页"
url: https://hozen.site

social:
- name: "hooozen"
Expand All @@ -61,6 +78,11 @@ social:
icon: "/images/logo-zh.svg"
url: https://www.zhihu.com/people/hozen

contacts:
- name: "[email protected]"
icon: "/images/icon/icon-email.svg"
url: "mailto:[email protected]"

reward: # 赞赏
enable: true
face: /assets/author-face.jpg # 头像图片
Expand Down Expand Up @@ -215,3 +237,6 @@ search:
enable: true
field: post
content: true

nav:
sticky: false
65 changes: 37 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions source/_posts/feat-markdown 绘图测试.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ mermaid:
渲染为:
```mermaid

graph LR
A --> B
A --> D

```

## 其他
Expand Down
2 changes: 1 addition & 1 deletion themes/tranquility
Submodule tranquility updated from 27aa58 to 332d8e

0 comments on commit 1cb6c53

Please sign in to comment.