Skip to content

Commit

Permalink
improve: reconstruct about page
Browse files Browse the repository at this point in the history
  • Loading branch information
Dagwbl committed Apr 5, 2024
1 parent ebfcfa7 commit f37db0d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
4 changes: 4 additions & 0 deletions assets/css/extended/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@
}


/* 隐藏菜单中链接后面的 SVG 图标 */
.nav #menu li a svg {
display: none;
}
12 changes: 9 additions & 3 deletions content/about/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 'Links 🎉'
title: 'About 🎉'
date: '2023-04-01T20:54:09+08:00'
series: ["English learning"]
categories: [post]
Expand All @@ -9,12 +9,18 @@ showToc: true
TocOpen: true
---

> What you are you do not see, what you see is your shadow.
> *What you are you do not see, what you see is your shadow.*
|Nickname|ZJeapo|
|---|---|
|Occupation|Worker|
|Location|Guiyang, China|
|Motto|A man is not a vessel.|
|Email|[email protected]|
|Blog's source|https://github.com/Dagwbl/dagwbl.github.io|

## Daily learning

- [Timid Thoughts 💫](https://dagwbl.github.io/)
- [APE practice](https://www.ptexj.com/zh-CN/practice)
- [多邻国 - 好玩高效的英语学习途径 (duolingo.cn)](https://www.duolingo.cn/learn)
- [Qwerty Learner — 为键盘工作者设计的单词与肌肉记忆锻炼软件 (gitee.io)](https://kaiyiwing.gitee.io/qwerty-learner/)
Expand Down
15 changes: 9 additions & 6 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,21 @@ languages:
# - name: Category
# url: categories/
# weight: 2
- name: Series
url: series
weight: 3
# - name: Series
# url: series
# weight: 3
- name: Tags
url: tags/
weight: 4
- name: Search
url: search/
weight: 5
- name: 🎉
- name: About
url: /about/
weight: 10
weight: 6
- name: 🔍
url: https://nav.hiqq.com.cn/
weight: 7
params:
homeInfoParams:
Title: "Timid Thoughts 💫 "
Expand Down Expand Up @@ -125,7 +128,7 @@ languages:
- name: 🗃️教程
url: guide
- name: 📒小纸条
url: Cheatsheet
url: cheatsheet

outputs:
home:
Expand Down

0 comments on commit f37db0d

Please sign in to comment.