From 36c16318fa7f3162331e838320e95708f6925eb9 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 14 Feb 2024 23:35:47 +0400 Subject: Cleaning the code --- _data/contacts.yml | 7 ------- _data/links.yml | 15 --------------- _includes/comments.html | 2 +- _includes/contacts.html | 11 ----------- _includes/links.html | 11 ----------- _includes/posts.html | 10 ---------- 6 files changed, 1 insertion(+), 55 deletions(-) delete mode 100644 _data/contacts.yml delete mode 100644 _data/links.yml delete mode 100644 _includes/contacts.html delete mode 100644 _includes/links.html delete mode 100644 _includes/posts.html diff --git a/_data/contacts.yml b/_data/contacts.yml deleted file mode 100644 index 479d0c8..0000000 --- a/_data/contacts.yml +++ /dev/null @@ -1,7 +0,0 @@ -- 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 deleted file mode 100644 index 3b14522..0000000 --- a/_data/links.yml +++ /dev/null @@ -1,15 +0,0 @@ -- title: "code.valentineus.link" - description: "Code repositories" - url: "https://code.valentineus.link" - -- title: "gist.valentineus.link" - description: "PrivateBin" - url: "https://gist.valentineus.link/" - -- title: "@valentineus" - description: "GitHub" - url: "https://github.com/valentineus" - -- title: "@valyaha" - description: "Twitter" - url: "https://twitter.com/valyaha" diff --git a/_includes/comments.html b/_includes/comments.html index aca3915..5d4a33a 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/_includes/contacts.html b/_includes/contacts.html deleted file mode 100644 index 0eea581..0000000 --- a/_includes/contacts.html +++ /dev/null @@ -1,11 +0,0 @@ -

Contacts

- - \ No newline at end of file diff --git a/_includes/links.html b/_includes/links.html deleted file mode 100644 index 2fb95a1..0000000 --- a/_includes/links.html +++ /dev/null @@ -1,11 +0,0 @@ -

Related links

- - \ No newline at end of file diff --git a/_includes/posts.html b/_includes/posts.html deleted file mode 100644 index 1dd5670..0000000 --- a/_includes/posts.html +++ /dev/null @@ -1,10 +0,0 @@ -

Posts

- - \ No newline at end of file -- cgit v1.2.3