From e293e02b095d4ef9b52080741c6c64dab8d618d6 Mon Sep 17 00:00:00 2001 From: Lukas Forer Date: Wed, 5 Jun 2024 17:26:01 +0200 Subject: [PATCH] Add author information and update plugin website --- _layouts/default.html | 7 ++-- index.html | 77 ++++++++++++++++++++++++++++++++++++++----- plugins.json | 8 ++++- 3 files changed, 80 insertions(+), 12 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 0f37ab0..a1b37e3 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -18,14 +18,15 @@ - + + + + -
{{content}} -
diff --git a/index.html b/index.html index 91d31b3..cf279a6 100644 --- a/index.html +++ b/index.html @@ -5,11 +5,72 @@ layout: default --- -

nf-test plugins

- - + + +
+ +

Plugins

+ +

Explore nf-test plugins made by the community.

+ +
+ +
+ {% for plugin in site.data.plugins %} +
+
+
+
{{plugin.id}} {{plugin.latest}}
+
by {{plugin.author}}
+

{{plugin.description}}

+
+ +
+
+ {% endfor %} +
+ + + + +
+ + + + + diff --git a/plugins.json b/plugins.json index 0d56656..c9d4ec0 100644 --- a/plugins.json +++ b/plugins.json @@ -3,6 +3,8 @@ "latest": "1.0.0", "url": "https://github.com/askimed/nft-fasta", "description": "Provides support for FASTA files.", + "author": "Lukas Forer", + "keywords": [], "releases": [{ "version": "1.0.0", "url": "https://github.com/askimed/nft-fasta/releases/download/v1.0.0/nft-fasta-1.0.0.jar", @@ -12,6 +14,8 @@ "latest": "1.0.2", "url": "https://github.com/seppinho/nft-vcf", "description": "Provides support for VCF files.", + "author": "Sebastian Schönherr", + "keywords": [], "releases": [{ "version": "1.0.2", "url": "https://github.com/seppinho/nft-vcf/releases/download/v1.0.2/nft-vcf-1.0.2-jar-with-dependencies.jar", @@ -21,11 +25,13 @@ "latest": "0.1.1", "url": "https://github.com/nvnieuwk/nft-bam", "description": "Provides some helper functionality for handling SAM/BAM/CRAM files during tests", + "author": "Nicolas Vannieuwkerke", + "keywords": [], "releases": [{ "version": "0.1.0", "url": "https://github.com/nvnieuwk/nft-bam/releases/download/0.1.0/nft-bam-0.1.0.jar" },{ - "version": "0.1.1", + "version": "0.1.2", "url": "https://github.com/nvnieuwk/nft-bam/releases/download/0.1.1/nft-bam-0.1.1.jar" }] }]