--- layout: default --- {% assign target = 'target="_self"' %} {% if site.newtab %} {% assign target = 'target="_blank"' %} {% endif %}
{% if site.json.name %}

name{{ site.json.name }}

{% else %}

name{{ site.title }}

{% endif %} {% if site.json.description %} {% if site.json.description.first %}
{% for i in site.json.description %} {{ i | prepend: '"' | append: '",'}} {% endfor %}

description{% include typed.html %}

{% else %}

description{{ site.json.description }}

{% endif %} {% else %}

description{{ site.description }}

{% endif %}
{% if site.json.cv %} {% assign cv = site.json.cv | split: "/" | slice: -1 %}

cv{{ cv }}

{% endif %}
{% if site.json.address %} {% if site.json.address.first %}

address

{% for i in site.json.address %}

{{ i }}

{% endfor %}
{% else %}

address{{ site.json.address }}

{% endif %} {% endif %}
{% if site.json.contact %} {% if site.json.contact.first %}

contact

{% for i in site.json.contact %}

{{ i | slice: 0 }}{{ i | slice: 1 }}

{% endfor %}
{% else %}

contact{{ site.json.contact }}

{% endif %} {% endif %}
{% if site.json.demo %} {% assign demo = site.json.demo | split: "//" | slice: 1 %}

demo{{ demo }}

{% endif %} {% if site.json.source %} {% assign source = site.json.source | split: "github.com/" | slice: 1 %}

source{{ source }}

{% endif %}
{% if site.json.profiles %} profiles
{% for i in site.json.profiles %}

{{ i | slice: 0 }}

{% endfor %}
{% endif %}