Contact
Articles
The following list contains links to my articles. They contain documentation about technology I use.
- 
				{{ range.Site.RegularPages }}
				{{ if eq .Section "articles" }}
				
 - {{.Params.title}} {{ end }} {{ end }}
 
Projects
Here is a list of all my published projects. The active ones are regularly used by myself.
Experimental- 
				{{ range.Site.RegularPages }}
				{{ if eq .Section "git" }}
				{{ if eq .Params.state "experimental" }}
				
 - {{.Params.friendly_name}} - {{.Description}} {{ end }} {{ end }} {{ end }}
 
- 
				{{ range.Site.RegularPages }}
				{{ if eq .Section "git" }}
				{{ if eq .Params.state "active" }}
				
 - {{.Params.friendly_name}} - {{.Description}} {{ end }} {{ end }} {{ end }}
 
- 
				{{ range.Site.RegularPages }}
				{{ if eq .Section "git" }}
				{{ if eq .Params.state "archived" }}
				
 - {{.Params.friendly_name}} - {{.Description}} {{ end }} {{ end }} {{ end }}