social networks now handled un personal.yaml

This commit is contained in:
madrilene 2024-01-30 18:39:06 +01:00
parent 3f55c2173b
commit b08e737c2e
2 changed files with 11 additions and 22 deletions

11
src/_data/personal.yaml Normal file
View file

@ -0,0 +1,11 @@
email: hola@eyourmail.lol
address: |-
Organization name
Your street
12345, city
Tel: +34 928231911
social:
github: 'https://github.com/madrilene/eleventy-excellent'
mastodon: 'https://front-end.social/@lene'
bluesky: 'https://bsky.app/profile/lenesaile.com'
kofi: 'https://ko-fi.com/lenesaile'

View file

@ -1,22 +0,0 @@
[
{
"platform": "github",
"url": "https://github.com/madrilene/eleventy-excellent",
"icon": "github.svg"
},
{
"platform": "mastodon",
"url": "https://front-end.social/@lene",
"icon": "mastodon.svg"
},
{
"platform": "ko-fi",
"url": "https://ko-fi.com/lenesaile",
"icon": "kofi.svg"
},
{
"platform": "rss",
"url": "/feed.xml",
"icon": "rss.svg"
}
]