From 7be28cbd4b7c094cf05accb5b85c0746e88181ad Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 14 Jul 2018 13:52:31 +0200 Subject: Update project index and allow project descriptions --- _pages/projects.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to '_pages') diff --git a/_pages/projects.md b/_pages/projects.md index 08293c3..021cc36 100644 --- a/_pages/projects.md +++ b/_pages/projects.md @@ -9,6 +9,7 @@ description: > --- # 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 [Github][github] or [GitLab][gitlab] if you're interested to see @@ -21,22 +22,31 @@ 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. + - {% for project in site.projects %} - + - {% endfor %} -- cgit v1.1
Project Language(s) LicenseRepository
{{ project.title }} + {% if project.content != "" %} + {{ project.title }} + {% else %} + {{ project.title }} + {% endif %} + {{ project.langs }} {{ project.license }}{{ project.repo }}