Add new contributions
This commit is contained in:
parent
b3f9a46563
commit
d6c7d8d633
3 changed files with 22 additions and 0 deletions
|
@ -22,6 +22,7 @@ params:
|
|||
invent_username: "redstrate"
|
||||
isso_url: "comments.redstrate.com"
|
||||
geekring_site_id: 227
|
||||
gitlab_username: "redstrate"
|
||||
|
||||
author:
|
||||
name: 'redstrate'
|
||||
|
|
|
@ -18,6 +18,18 @@
|
|||
"description": "Added About KDE page, misc fixes.",
|
||||
"type": "kde"
|
||||
},
|
||||
{
|
||||
"id": "knockout-community/knockout-front",
|
||||
"name": "Knockout Web Client",
|
||||
"description": "Improved embedded content warnings.",
|
||||
"type": "gitlab"
|
||||
},
|
||||
{
|
||||
"id": "systemd/systemd",
|
||||
"name": "systemd",
|
||||
"description": "Reworked tablet detection logic.",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"id": "plasma/kwin",
|
||||
"name": "KWin",
|
||||
|
|
|
@ -58,6 +58,15 @@
|
|||
<li>
|
||||
<a href="https://github.com/{{ .id }}/pulls?q=is%3Apr+author%3A{{ $.Site.Params.github_username }}+">PRs</a>
|
||||
</li>
|
||||
{{ else }}
|
||||
{{ if eq .type "gitlab" }}
|
||||
<li>
|
||||
<a href="https://gitlab.com/{{ .id }}/-/commits/master?author={{ $.Site.Params.gitlab_username }}">Commits</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://gitlab.com/{{ .id }}/merge_requests?scope=all&utf8=%E2%9C%93&state=all&author_username={{ $.Site.Params.gitlab_username }}">MRs</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue