Skip to content

Commit 968ba41

Browse files
committed
feat: support Simple Icons for social icons
1 parent 01e0b32 commit 968ba41

File tree

14 files changed

+14
-24
lines changed

14 files changed

+14
-24
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
pnpm-lock.yaml
2+
templates/macros.html

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ avatar_url = "icons/github.svg"
7979
avatar_invert = true
8080

8181
# The social icons below the profile on the home page.
82+
# The `name` should be the file name of static/icons/*.svg or the icon name of https://simpleicons.org/
8283
[[extra.profile.social]]
8384
name = "github"
8485
url = "https://github.com/st1020/kita"

static/icons/codeberg.svg

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

static/icons/goodreads.svg

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

static/icons/instagram.svg

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

static/icons/linkedin.svg

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

static/icons/mastodon.svg

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

static/icons/stackoverflow.svg

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

static/icons/telegram.svg

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

static/icons/twitter.svg

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

0 commit comments

Comments
 (0)