Move content to docs folder and fix docker-compose(#367)

This commit is contained in:
Dmitri Karpovich
2023-08-05 23:03:48 +02:00
committed by GitHub
parent 54d715c5c3
commit c4ef65983e
1428 changed files with 17 additions and 10 deletions

View File

@ -1,33 +0,0 @@
{% assign sidebar = site.data.data.sidebar %}
<div class="sidebar-wrapper">
<div class="profile-container">
{% if sidebar.avatar %}
<img class="avatar" src="{{ site.baseurl }}/assets/images/{{ sidebar.avatar }}" alt="profile picture" />
{% endif %}
{% if sidebar.name %}
<h1 class="name">{{ sidebar.name }}</h1>
{% endif %}
{% if sidebar.tagline %}
<h3 class="tagline">{{ sidebar.tagline }}</h3>
{% endif %}
</div><!--//profile-container-->
{% include contact.html %}
{% if sidebar.education %}
{% include education.html %}
{% endif %}
{% include language.html %}
{% include interests.html %}
{% if sidebar.about %}
{% include about.html %}
{% endif %}
</div><!--//sidebar-wrapper-->