Cleaning the code

This commit is contained in:
Valentin Popov 2024-02-14 23:35:47 +04:00
parent f8ce922640
commit 36c16318fa
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
6 changed files with 1 additions and 55 deletions

View File

@ -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"

View File

@ -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"

View File

@ -1 +1 @@
<script src="https://giscus.app/client.js" data-repo="valentineus/valentineus.github.io" data-repo-id="R_kgDOJfmscg" data-category="Announcements" data-category-id="DIC_kwDOJfmscs4CdNE6" data-mapping="title" data-strict="1" data-reactions-enabled="1" data-emit-metadata="0" data-input-position="top" data-theme="transparent_dark" data-lang="en" crossorigin="anonymous" async></script>
<script src="https://giscus.app/client.js" data-repo="valentineus/valentineus.github.io" data-repo-id="R_kgDOJfmscg" data-category="Announcements" data-category-id="DIC_kwDOJfmscs4CdNE6" data-mapping="title" data-strict="1" data-reactions-enabled="1" data-emit-metadata="0" data-input-position="bottom" data-theme="transparent_dark" data-lang="en" crossorigin="anonymous" async></script>

View File

@ -1,11 +0,0 @@
<h2>Contacts</h2>
<ul>
{%- for contact in site.data.contacts -%}
<li>
<a href="{{- contact.url | relative_url | url_escape -}}" target="_blank">{{- contact.title | strip | normalize_whitespace | xml_escape -}}</a>
<span>&mdash;</span>
<span>{{- contact.description | strip | normalize_whitespace | xml_escape -}}</span>
</li>
{%- endfor -%}
</ul>

View File

@ -1,11 +0,0 @@
<h2>Related links</h2>
<ul>
{%- for link in site.data.links -%}
<li>
<a href="{{- link.url | relative_url | url_escape -}}" target="_blank">{{- link.title | strip | normalize_whitespace | xml_escape -}}</a>
<span>&mdash;</span>
<span>{{- link.description | strip | normalize_whitespace | xml_escape -}}</span>
</li>
{%- endfor -%}
</ul>

View File

@ -1,10 +0,0 @@
<h2>Posts</h2>
<ul>
{%- for post in site.posts -%}
<li>
<a href="{{- post.url | relative_url | url_escape -}}">{{- post.title | strip | normalize_whitespace | xml_escape -}}</a>
(<time datetime="{{- post.date | date_to_xmlschema | xml_escape -}}">{{- post.date | date: '%d-%m-%Y' | strip | normalize_whitespace | xml_escape -}}</time>)
</li>
{%- endfor -%}
</ul>