diff --git a/src/_data/personal.yaml b/src/_data/personal.yaml new file mode 100644 index 0000000..abc4e67 --- /dev/null +++ b/src/_data/personal.yaml @@ -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' diff --git a/src/_data/social.json b/src/_data/social.json deleted file mode 100644 index ceb3d31..0000000 --- a/src/_data/social.json +++ /dev/null @@ -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" - } -]