Skip to content

Commit

Permalink
custom changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DerLinkman committed Jan 16, 2024
1 parent dd4f422 commit 015d2d1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
7 changes: 7 additions & 0 deletions assets/css/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@
// Custom style
// 自定义样式
// ==============================

.home .home-profile .home-avatar img {

border-radius: 0;
box-shadow: none;

}
20 changes: 18 additions & 2 deletions assets/data/social.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,31 @@ telegram:
Icon:
Class: fa-brands fa-telegram-plane fa-fw

# 007: Medium
# 007: telegram-offtopic
telegram-offtopic:
Weight: 7
Prefix: https://t.me/
Title: Telegram
Icon:
Class: fa-solid fa-comment

# 008: community
community:
Weight: 12
Url: https://community.mailcow.email
Title: Community (Forum)
Icon:
Class: fa-solid fa-user-group

# 009: Medium
medium:
Weight: 7
Prefix: https://medium.com/
Title: Medium
Icon:
Class: fa-brands fa-medium fa-fw

# 008: GitLab
# 010: GitLab
gitlab:
Weight: 8
Prefix: https://gitlab.com/
Expand Down

0 comments on commit 015d2d1

Please sign in to comment.