Update generated readme

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2023-11-02 08:40:39 +00:00
parent 9ca11f0e36
commit 63dfc836a7
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 25 additions and 10 deletions

View File

@ -10,16 +10,7 @@
| {{ range .social }}<a href="{{ .url }}" rel="me" title="{{ .title }}">{{ .name | html }}</a> | {{ end }}
## 💻 My Open Source Projects
All my Open Source projects can be found on my <a href="https://github.com/AverageMarcus">GitHub</a> profile (as well as my personal <a href="https://git.cluster.fun">Gitea</a> instance, <a href="https://gitlab.com/AverageMarcus">GitLab</a>, <a href="https://codeberg.org/AverageMarcus">Codeberg</a> and <a href="https://bitbucket.org/AverageMarcus/workspace/projects/PROJ">BitBucket</a>).
Below are a selection of highlights.
{{ range .projects }}
[**{{ .name }}**]({{ .url }}) - {{ .description }} [{{ join .languages "name" ", " }}]
{{ end }}
{{ if gt (len .events) 0 }}
## 🗓 Upcoming Events
{{ range .events }}
@ -40,3 +31,27 @@ Below are a selection of highlights.
{{- end }}
</div>
{{ end }}
{{ if gt (len .projects) 0 }}
## 💻 My Open Source Projects
All my Open Source projects can be found on my <a href="https://github.com/AverageMarcus">GitHub</a> profile (as well as my personal <a href="https://git.cluster.fun">Gitea</a> instance, <a href="https://gitlab.com/AverageMarcus">GitLab</a>, <a href="https://codeberg.org/AverageMarcus">Codeberg</a> and <a href="https://bitbucket.org/AverageMarcus/workspace/projects/PROJ">BitBucket</a>).
Below are a selection of highlights.
{{ range .projects }}
[**{{ .name }}**]({{ .url }}) - {{ .description }} [{{ join .languages "name" ", " }}]
{{ end }}
{{ end }}
{{ if gt (len .badges) 0 }}
## 🎖️ Badges
{{ range .badges }}
<a href="{{ .url }}" target="_blank">
<img src="{{ .img }}" />
</a>
{{ end }}
{{ end }}