From f9f914d7ff66f26683075eb7e34794948e4dd840 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 14 Jun 2016 21:26:17 +0300 Subject: put most of my personal info to _config.yml --- index.html | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 59584f8..599a0ed 100644 --- a/index.html +++ b/index.html @@ -4,21 +4,32 @@ layout: main ---
-

Egor Tensin

+

{{ page.title }}


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.

-

My personal GnuPG public key can be found here. -Its fingerprint is 0281 0B23 3E1A 7D41 8FB1 5245 0494 6FC7 502B 539A.

-

Projects

-
-  Sorting algorithms -  C++ notes +  GitHub profile + {% if site.personal_info.email %} +  {{ site.personal_info.email }} + {% endif %} + {% if site.personal_info.cv_url %} +  Curriculum vitae + {% endif %} + {% if site.personal_info.linkedin_url %} +  LinkedIn profile + {% endif %}
+ {% if site.personal_info.gpg %} +

My personal GnuPG public key can be found here. +Its fingerprint is {{ site.personal_info.gpg.fingerprint }}.

+ {% endif %} + {% if site.personal_info.projects %} +

Projects

+
+ {% for project in site.personal_info.projects %} +  {{ project.name }} + {% endfor %} +
+ {% endif %}
-- cgit v1.2.3