Update generated readme
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
9ca11f0e36
commit
63dfc836a7
@ -10,16 +10,7 @@
|
|||||||
|
|
||||||
| {{ range .social }}<a href="{{ .url }}" rel="me" title="{{ .title }}">{{ .name | html }}</a> | {{ end }}
|
| {{ range .social }}<a href="{{ .url }}" rel="me" title="{{ .title }}">{{ .name | html }}</a> | {{ end }}
|
||||||
|
|
||||||
## 💻 My Open Source Projects
|
{{ if gt (len .events) 0 }}
|
||||||
|
|
||||||
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 }}
|
|
||||||
|
|
||||||
## 🗓 Upcoming Events
|
## 🗓 Upcoming Events
|
||||||
|
|
||||||
{{ range .events }}
|
{{ range .events }}
|
||||||
@ -40,3 +31,27 @@ Below are a selection of highlights.
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
</div>
|
</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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user