Personal website https://benkurtovic.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

7 lines
721 B

  1. {% capture domain %}{% if project.host == "gitea" %}git.benkurtovic.com{% else %}github.com{% endif %}{% endcapture %}
  2. {% capture user %}{% if project.host == "gitea" %}ben{% else %}earwig{% endif %}{% endcapture %}
  3. <li>
  4. <a class="underlined" href="https://{{ domain }}/{% if project.repo %}{{ project.repo }}{% else %}{{ user }}/{{ project.name }}{% endif %}">{{ project.name }}</a> <span class="subtitle"><i>({{ project.langs }} // started {{ project.started }}{% if project.incomplete %}<span class="incomplete"> // in development</span>{% endif %}{% if project.abandoned %}<span class="abandoned"> // abandoned</span>{% endif %})</i></span><br />
  5. <span class="subtitle">{{ project.description }}</span>
  6. </li>