Useful Links
A collection of resources I find useful. Data is loaded from data/links.yaml.
- {{ range .Site.Data.links }}
- [{{ .title }}]({{ .url }}) — {{ .description }}
- {{ end }}
Technologies
The following technologies are referenced throughout this site. Data comes from data/technology.yaml.
| Technology | Description |
|---|---|
| {{- range .Site.Data.technology }} | |
| {{ .name }} | {{ .description }} |
| {{- end }} |
Social
Connect with me on these platforms (from data/social.yaml):
{{ range .Site.Data.social }}
- [{{ .name }}]({{ .url }}) ({{ .icon }}) {{- end }}