This commit is contained in:
parent
982856fe42
commit
d8de29c026
14
config.toml
14
config.toml
|
@ -29,10 +29,10 @@ enableEmoji = true
|
|||
mask_icon_color = "#e76f51"
|
||||
|
||||
[[params.social]]
|
||||
name = "Mastodon"
|
||||
icon = "fa fa-2x fa-mastodon"
|
||||
name = "LinkedIn"
|
||||
icon = "fa fa-2x fa-linkedin"
|
||||
weight = 1
|
||||
url = "https://social.data.coop/@samsapti"
|
||||
url = "https://linkedin.com/in/sam-a-107bbb23b"
|
||||
rel = "noopener noreferrer me"
|
||||
[[params.social]]
|
||||
name = "GitHub"
|
||||
|
@ -46,10 +46,16 @@ enableEmoji = true
|
|||
weight = 3
|
||||
url = "https://git.data.coop/samsapti"
|
||||
rel = "noopener noreferrer me"
|
||||
[[params.social]]
|
||||
name = "Mastodon"
|
||||
icon = "fa fa-2x fa-mastodon"
|
||||
weight = 4
|
||||
url = "https://social.data.coop/@samsapti"
|
||||
rel = "noopener noreferrer me"
|
||||
[[params.social]]
|
||||
name = "RSS"
|
||||
icon = "fa fa-2x fa-rss"
|
||||
weight = 4
|
||||
weight = 5
|
||||
url = "posts/index.xml"
|
||||
rel = "alternate"
|
||||
type = "application/rss+xml"
|
||||
|
|
Loading…
Reference in a new issue