Cleaning the code
This commit is contained in:
parent
f8ce922640
commit
36c16318fa
@ -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"
|
|
@ -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"
|
|
@ -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>
|
@ -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>—</span>
|
|
||||||
<span>{{- contact.description | strip | normalize_whitespace | xml_escape -}}</span>
|
|
||||||
</li>
|
|
||||||
{%- endfor -%}
|
|
||||||
</ul>
|
|
@ -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>—</span>
|
|
||||||
<span>{{- link.description | strip | normalize_whitespace | xml_escape -}}</span>
|
|
||||||
</li>
|
|
||||||
{%- endfor -%}
|
|
||||||
</ul>
|
|
@ -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>
|
|
Loading…
Reference in New Issue
Block a user