Skip to content

Commit 3e1a660

Browse files
committed
1 parent 0a3d7b2 commit 3e1a660

File tree

6 files changed

+24
-56
lines changed

6 files changed

+24
-56
lines changed

config.toml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,29 +87,39 @@ FootnoteReturnLinkContents = "↑"
8787
# Social links
8888
[[params.social]]
8989
name = "Github"
90-
icon = "fab fa-github fa-2x"
90+
icon = "fab fa-github"
9191
weight = 1
9292
url = "https://github.com/bmpi-dev"
9393
[[params.social]]
9494
name = "Twitter"
95-
icon = "fab fa-twitter fa-2x"
95+
icon = "fab fa-twitter"
9696
weight = 2
9797
url = "https://twitter.com/madawei2699"
9898
[[params.social]]
9999
name = "Telegram"
100-
icon = "fab fa-telegram fa-2x"
100+
icon = "fab fa-telegram"
101101
weight = 3
102102
url = "https://t.me/s/bmpi365"
103103
[[params.social]]
104104
name = "WeChat"
105-
icon = "fab fa-weixin fa-2x"
105+
icon = "fab fa-weixin"
106106
weight = 4
107107
url = "https://img.bmpi.dev/755b406f-43ae-e382-e13c-547116d3e7d5.png"
108108
[[params.social]]
109109
name = "ZhiHu"
110-
icon = "fab fa-zhihu fa-2x"
110+
icon = "fab fa-zhihu"
111111
weight = 5
112112
url = "https://zhuanlan.zhihu.com/improve365"
113+
[[params.social]]
114+
name = "Newsletter"
115+
icon = "fas fa-envelope"
116+
weight = 6
117+
url = "https://tinyletter.com/i365"
118+
[[params.social]]
119+
name = "RSS"
120+
icon = "fas fa-rss"
121+
weight = 7
122+
url = "index.xml"
113123

114124
[languages]
115125
[languages.en]

resources/_gen/assets/scss/scss/coder-rtl.scss_e41e830e7abe1558cd3b4bb294dc3582.content

Lines changed: 0 additions & 47 deletions
This file was deleted.

resources/_gen/assets/scss/scss/coder-rtl.scss_e41e830e7abe1558cd3b4bb294dc3582.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

static/css/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,12 @@ H6 {
109109
position: absolute;
110110
top:0;
111111
left:0;
112+
}
113+
114+
.about-social {
115+
text-align: left;
116+
}
117+
118+
.about-social li {
119+
padding-bottom: 10px;
112120
}

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<a href="https://talk.bmpi.dev/">Talk</a>
66
⚔️
77
<a href= {{ relLangURL "affiliate" }} >Affiliate</a>
8-
⚔️
9-
<a href="https://tinyletter.com/i365">Newsletter</a>
108
</div>
119
<div class="footer-taxonomy">
1210
<a href= {{ relLangURL "tags" }} >Tags</a>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<h1>{{ .Site.Params.author }}</h1>
77
<h2>{{ .Site.Params.info }}</h2>
88
{{ with .Site.Params.social }}
9-
<ul>
9+
<ul class="about-social">
1010
{{ range sort .}}
1111
{{ if .icon }}
1212
<li>

0 commit comments

Comments
 (0)