|
|
@@ -98,6 +98,7 @@ projects: |
|
|
|
started: June 2011 |
|
|
|
description: A console script that allows you to easily pull to multiple git repositories at once |
|
|
|
- name: benkurtovic.com |
|
|
|
host: gitea |
|
|
|
langs: Web |
|
|
|
started: June 2011 |
|
|
|
description: The site you're viewing right now in source code form |
|
|
@@ -124,19 +125,13 @@ projects: |
|
|
|
<h3>Highlights</h3> |
|
|
|
<ul class="work-list"> |
|
|
|
{% for project in page.projects["highlights"] %} |
|
|
|
<li> |
|
|
|
<a class="underlined" href="https://github.com/{% if project.repo %}{{ project.repo }}{% else %}earwig/{{ 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 /> |
|
|
|
<span class="subtitle">{{ project.description }}</span> |
|
|
|
</li> |
|
|
|
{% include repo.html %} |
|
|
|
{% endfor %} |
|
|
|
</ul> |
|
|
|
<h3>Other work</h3> |
|
|
|
<ul class="work-list"> |
|
|
|
{% for project in page.projects["others"] %} |
|
|
|
<li> |
|
|
|
<a class="underlined" href="https://github.com/{% if project.repo %}{{ project.repo }}{% else %}earwig/{{ 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 /> |
|
|
|
<span class="subtitle">{{ project.description }}</span> |
|
|
|
</li> |
|
|
|
{% include repo.html %} |
|
|
|
{% endfor %} |
|
|
|
</ul> |
|
|
|
</td> |
|
|
|