diff options
author | Valentin Popov <info@valentineus.link> | 2020-01-23 18:41:44 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-01-23 18:42:55 +0300 |
commit | 30c54ec5a3a436de0f775ac617c1d70fd4f4ff77 (patch) | |
tree | a3583b85d82101b6fdcf086ed5427ee0de3d2a68 /_data | |
parent | b837e8c89e0c01aed0b6139f699c76d246411ac7 (diff) | |
download | popov.link-30c54ec5a3a436de0f775ac617c1d70fd4f4ff77.tar.xz popov.link-30c54ec5a3a436de0f775ac617c1d70fd4f4ff77.zip |
Updated homepage
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_data')
-rw-r--r-- | _data/aside_links.yml | 15 | ||||
-rw-r--r-- | _data/contacts.yml | 7 | ||||
-rw-r--r-- | _data/links.yml | 11 |
3 files changed, 18 insertions, 15 deletions
diff --git a/_data/aside_links.yml b/_data/aside_links.yml deleted file mode 100644 index 43bcd9c..0000000 --- a/_data/aside_links.yml +++ /dev/null @@ -1,15 +0,0 @@ -- name: 'e-mail' - tag: 'info@valentineus.link' - url: 'mailto:info@valentineus.link' - -- name: 'telegram' - tag: '@valentineus' - url: 'https://t.me/valentineus' - -- name: 'github' - tag: '@valentineus' - url: 'https://github.com/valentineus' - -- name: 'pgp' - tag: 'A90A8EA3' - url: '/publickey.txt' diff --git a/_data/contacts.yml b/_data/contacts.yml new file mode 100644 index 0000000..479d0c8 --- /dev/null +++ b/_data/contacts.yml @@ -0,0 +1,7 @@ +- title: "info@valentineus.link" + description: "E-Mail" + url: "mailto:info@valentineus.link" + +- title: "@valentineus" + description: "Telegram" + url: "https://t.me/valentineus" diff --git a/_data/links.yml b/_data/links.yml new file mode 100644 index 0000000..23447af --- /dev/null +++ b/_data/links.yml @@ -0,0 +1,11 @@ +- title: "code.valentineus.link" + description: "Code repositories" + url: "https://code.valentineus.link" + +- title: "@valentineus" + description: "GitHub" + url: "https://github.com/valentineus" + +- title: "@valyaha" + description: "Twitter" + url: "https://twitter.com/valyaha" |