aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-10-31 18:03:06 +0300
committerValentin Popov <info@valentineus.link>2019-10-31 18:03:06 +0300
commit24c7322da06d359e76977c264286e9070da7d63c (patch)
treebe78a33c4b5aecb5bbcd49f865b2a1d053b9ec6d
parentdbbde61eaa247b770e5b1231eb05dcb97d438b1e (diff)
downloadpopov.link-24c7322da06d359e76977c264286e9070da7d63c.tar.xz
popov.link-24c7322da06d359e76977c264286e9070da7d63c.zip
Added a new description
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--_config.yml2
-rw-r--r--_includes/aside.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index ec88df2..43fb841 100644
--- a/_config.yml
+++ b/_config.yml
@@ -44,7 +44,7 @@ baseurl: ''
# Site description
title: 'Personal blog'
-description: 'I create software. Sometimes I write in this blog.'
+description: 'Full-Stack Web Developer.'
avatar: 'https://www.gravatar.com/avatar/989fb5288ac482414a6d13acc329cc38?s=148'
repos: 'https://github.com/valentineus/valentineus.github.io'
rss: '/atom.xml'
diff --git a/_includes/aside.html b/_includes/aside.html
index 33cc5c3..311b826 100644
--- a/_includes/aside.html
+++ b/_includes/aside.html
@@ -3,6 +3,8 @@
<img alt="[Avatar]" src="{{ site.avatar | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}" />
</div>
+ <p>{{ site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</p>
+
{% for link in site.data.aside_links %}
<p>
<span>{{ link.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</span>