From d6c7d8d633b2b10a3c4247ee6d82008e35c0fc59 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 9 Feb 2023 12:47:04 -0500 Subject: [PATCH] Add new contributions --- config.yaml | 1 + data/contributions.json | 12 ++++++++++++ themes/red/layouts/_default/software.html | 9 +++++++++ 3 files changed, 22 insertions(+) diff --git a/config.yaml b/config.yaml index 54870e8..604a26d 100644 --- a/config.yaml +++ b/config.yaml @@ -22,6 +22,7 @@ params: invent_username: "redstrate" isso_url: "comments.redstrate.com" geekring_site_id: 227 + gitlab_username: "redstrate" author: name: 'redstrate' diff --git a/data/contributions.json b/data/contributions.json index 5c71eec..842ffb2 100644 --- a/data/contributions.json +++ b/data/contributions.json @@ -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", diff --git a/themes/red/layouts/_default/software.html b/themes/red/layouts/_default/software.html index d01be96..bca2fab 100644 --- a/themes/red/layouts/_default/software.html +++ b/themes/red/layouts/_default/software.html @@ -58,6 +58,15 @@
  • PRs
  • + {{ else }} + {{ if eq .type "gitlab" }} +
  • + Commits +
  • +
  • + MRs +
  • + {{ end }} {{ end }} {{ end }}