--- --- {%- include head.html -%} {% assign sorted_sections = site.sections | sort: 'order' %}
{{ site.intro_title | markdownify }}
{{ site.intro_content | markdownify }}
{%- if site.github_url -%} {%- endif -%} {%- if site.stack_overflow_url -%} {%- endif -%} {%- if site.linkedin_url -%} {%- endif -%} {%- if site.facebook_url -%} {%- endif -%} {%- if site.twitter_url -%} {%- endif -%} {%- if site.youtube_url -%} {%- endif -%} {%- if site.email -%} {%- endif -%}
{% for section in sorted_sections %}
{{ section.title | markdownify }}
{{ section.content | markdownify }}
{% endfor %}
{%- include footer.html -%} {%- include dark_mode.html -%}