--- layout: default title: "CV" permalink: /cv/ redirect_from: - /resume ---

CV

{% for topic in site.data.cv_topics %}

{{topic.name}}

Expand all
{% assign work = site.cv_entries | where:'type', topic.id %} {% for entry in work %}

{{entry.title}}

{{entry.location}}
{{entry.alt}}
{{entry.excerpt}} {% if entry.read_more %}Read more.{% endif %}
{% endfor %} {% endfor %}