---
permalink: "index.html"
layout: default
---
  
    {{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
    {{ site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
    
      {% for item in site.social_links %}
        {% assign title = item[0] | strip_newlines | strip_html | strip | normalize_whitespace | smartify %}
        {% assign link = item[1] | strip_newlines | strip_html | strip | uri_escape %}
        - {{ title }}{% endfor %}