--- title: Main page layout: plain main: - email - url: /blog/ name: blog - url: /cv/cv.pdf name: cv - github - url: https://egort.name/ name: egort.name projects: - url: https://egort.name/status/ name: linux-status description: Simple Linux server monitoring - url: /sorting-algorithms/ name: sorting-algorithms description: Getting the hang out of (sorting) algorithms - url: /wireguard-config/ name: wireguard-config description: Generate WireGuard configuration files - url: https://egort.name/git/ description: More... ---

{{ site.settings.author.name }}


{% if page.projects %}
{% endif %}

links

{% if page.main %} {% for link in page.main %} {% if link == 'email' %} {% assign url = 'mailto:' | append: site.settings.author.email %} {% assign name = site.settings.author.email | downcase %} {% elsif link == 'github' %} {% assign url = site.github.owner_url %} {% assign name = 'github' %} {% else %} {% assign url = link.url %} {% assign name = link.name %} {% endif %} {% assign desc = link.description %}

{{ name }}

{% if desc %}

{{ desc }}

{% endif %}
{% endfor %} {% endif %}