Contact
{{.Content}}My 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 }}