summaryrefslogtreecommitdiff
path: root/src/_pages/projects.md
blob: 3b6a89fde2dda48afa45672de141ec98037b68fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
layout: default
permalink: /projects/
title: Software projects
description: >
  Here is a list of all projects I worked on that I deem good or important
  enough to publish here. This list won't always be complete, but it's good
  enough for a quick overview.
---
{% assign projects = site.projects | sort: 'title' %}

# Projects

Here is a list of all projects I worked on that I deem good or important enough
to publish here. This list won't always be complete, but you can check my
profiles on [GitLab][gitlab] or [Github][github] if you're interested to see
more.

All of the projects listed below are [Free software][free-software], and are
made in my free time. Contributions in any form are welcome. This includes, but
is not limited to, pull/merge requests, bug reports and [financial
support][support]. You can also come discuss the projects and possible issues
you have found with them on IRC or contact me through email. Details for both
can be found [on the homepage][home].

Some projects have extended descriptions available. You can reach these by
clicking their respective links. You can read some background information on
why I decided to start out with the project, and how to make use of it yourself
as well.

<table class="table">
	<thead>
		<tr>
			<th>Project</th>
			<th>Source code repository</th>
		</tr>
	</thead>
	<tbody>
		{% for project in projects %}
			<tr>
				<td>
					{% if project.content != "" %}
						<a href="{{ project.url }}">{{ project.title }}</a>
					{% else %}
						{{ project.title }}
					{% endif %}
				</td>
				<td>
					<a href="{{ project.repo }}">{{ project.repo }}</a>
				</td>
			</tr>
		{% endfor %}
	</tbody>
</table>

[free-software]: https://en.wikipedia.org/wiki/Free_software
[github]: https://github.com/tyil
[gitlab]: https://gitlab.com/tyil
[home]: /
[support]: /support/