About Me
{{ about_config.intro_text }}
Skills
-
{% for skill in about_config.skills_as_list %}
- {{ skill }} {% endfor %}
Tools
-
{% for tool in about_config.tools_as_list %}
- {{ tool }} {% endfor %}
Interests
-
{% for interesst in about_config.interessts_as_list %}
- {{ interesst }} {% endfor %}
{% if about_config.resume %} Resume {% endif %}
{{ about_config.markdown_content | markdown | safe }}