--- title: Main page layout: plain links: - url: /blog/ text: Blog glyph: folder-open - url: https://egort.name/ text: egort.name glyph: globe - url: /cv/cv.pdf text: CV glyph: file - url: /gpg.txt text: GnuPG key glyph: lock projects: - url: /jekyll-theme/ name: Jekyll theme - url: /sorting-algorithms/ name: Sorting algorithms - url: /wireguard-config/ name: WireGuard configuration ---

{{ site.settings.author.name }}


Hello! I'm a software engineer, and I'll be publishing some of my notes on GitHub Pages. Feel free to make contributions or contact me.

 GitHub  {{ site.settings.author.email }} {% if page.links %} {% for link in page.links %}  {{ link.text }} {% endfor %} {% endif %}
{% if page.projects %}

Projects

{% for project in page.projects %}  {{ project.name }} {% endfor %}
{% endif %}