Add email and Matrix to socials
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7b8b5733f4
commit
b056908e5d
20
config.yml
20
config.yml
|
@ -58,24 +58,28 @@ params:
|
||||||
maxSeeAlsoItems: 5
|
maxSeeAlsoItems: 5
|
||||||
mask_icon_color: '#e76f51'
|
mask_icon_color: '#e76f51'
|
||||||
social:
|
social:
|
||||||
- name: LinkedIn
|
|
||||||
icon: fa fa-2x fa-linkedin
|
|
||||||
weight: 1
|
|
||||||
url: https://linkedin.com/in/sam-a-dev
|
|
||||||
rel: noopener noreferrer me
|
|
||||||
- name: GitHub
|
- name: GitHub
|
||||||
icon: fa fa-2x fa-github
|
icon: fa fa-2x fa-github
|
||||||
weight: 2
|
|
||||||
url: https://github.com/samsapti
|
url: https://github.com/samsapti
|
||||||
rel: noopener noreferrer me
|
rel: noopener noreferrer me
|
||||||
- name: Gitea
|
- name: Gitea
|
||||||
icon: fa fa-2x fa-gitea
|
icon: fa fa-2x fa-gitea
|
||||||
weight: 3
|
|
||||||
url: https://git.data.coop/samsapti
|
url: https://git.data.coop/samsapti
|
||||||
rel: noopener noreferrer me
|
rel: noopener noreferrer me
|
||||||
|
- name: LinkedIn
|
||||||
|
icon: fa fa-2x fa-linkedin
|
||||||
|
url: https://linkedin.com/in/sam-a-dev
|
||||||
|
rel: noopener noreferrer me
|
||||||
|
- name: Matrix
|
||||||
|
icon: fa fa-2x fa-matrix-org
|
||||||
|
url: https://matrix.to/#/@samsapti:data.coop
|
||||||
|
rel: noopener noreferrer me
|
||||||
|
- name: Email
|
||||||
|
icon: fa fa-2x fa-envelope
|
||||||
|
url: mailto:sam@sapti.me
|
||||||
|
rel: noopener noreferrer me
|
||||||
- name: RSS
|
- name: RSS
|
||||||
icon: fa fa-2x fa-rss
|
icon: fa fa-2x fa-rss
|
||||||
weight: 4
|
|
||||||
url: posts/index.xml
|
url: posts/index.xml
|
||||||
rel: alternate
|
rel: alternate
|
||||||
type: application/rss+xml
|
type: application/rss+xml
|
||||||
|
|
Loading…
Reference in a new issue