Skip to content

Commit ef75cab

Browse files
committed
1 parent 0411d48 commit ef75cab

2 files changed

Lines changed: 9 additions & 20 deletions

File tree

config.toml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ FootnoteReturnLinkContents = "↑"
3131

3232
[params]
3333
author = "Dawei Ma"
34-
info = "self/dev/money"
34+
info = "self🐶dev🐱money"
3535
description = "Self-management + IT technology + Investment transactions = build my passive income"
3636
keywords = "life,dev,trade,passive income,money,developer,Self-management,IT technology,investment transactions"
3737
avatarurl = "images/mdw.png"
@@ -141,22 +141,14 @@ FootnoteReturnLinkContents = "↑"
141141
name = "Goal"
142142
weight = 6
143143
url = "/goal/"
144-
[[languages.en.menu.main]]
145-
name = "Wiki"
146-
weight = 7
147-
url = "https://wiki.bmpi.dev"
148-
[[languages.en.menu.main]]
149-
name = "Talk"
150-
weight = 8
151-
url = "https://talk.bmpi.dev"
152144

153145
[languages.zh-cn]
154146
languagename = "Chinese"
155147
title = "构建我的被动收入"
156148

157149
[languages.zh-cn.params]
158150
author = "马大伟"
159-
info = "self/dev/money"
151+
info = "self🐶dev🐱money"
160152
description = "通过自我管理(GTD、时间管理、知识管理、写作、财务管理)、全栈开发(前端、后端、移动端、DevOps)、投资交易(指数投资、基金、股票、债券)、网赚项目(SEO、Affiliate、Media Buy、Niche、社交媒体)来建立被动收入"
161153
keywords = "自我管理、时间管理、GTD、写作、摄影、笔记管理、知识管理、财务管理、全栈开发、指数投资、基金、股票、债券、SEO、Affiliate、Media Buy、Niche、社交媒体、被动收入、网赚"
162154
# footercontent = "self/dev/money"
@@ -187,11 +179,3 @@ FootnoteReturnLinkContents = "↑"
187179
name = "目标"
188180
weight = 6
189181
url = "/goal/"
190-
[[languages.zh-cn.menu.main]]
191-
name = "Wiki"
192-
weight = 7
193-
url = "https://wiki.bmpi.dev"
194-
[[languages.zh-cn.menu.main]]
195-
name = "Talk"
196-
weight = 8
197-
url = "https://talk.bmpi.dev"

themes/hugo-coder/layouts/partials/footer.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
<footer class="footer">
2+
<div class="footer-taxonomy">
3+
<a href="https://wiki.bmpi.dev/">Wiki</a>
4+
👆
5+
<a href="https://talk.bmpi.dev/">Talk</a>
6+
</div>
27
<div class="footer-taxonomy">
38
<a href= {{ relLangURL "tags" }} >Tags</a>
4-
/
9+
👈
510
<a href= {{ relLangURL "categories" }} >Categories</a>
6-
/
11+
👉
712
<a href= {{ relLangURL "series" }} >Series</a>
813
</div>
914
<section class="container">

0 commit comments

Comments
 (0)