From 26bba0916a04f1053648e868127d0c68c8d08656 Mon Sep 17 00:00:00 2001 From: lucaferranti Date: Sat, 2 Mar 2024 11:05:27 +0200 Subject: [PATCH 1/3] add key features --- config.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/config.json b/config.json index d14464f..7da5616 100644 --- a/config.json +++ b/config.json @@ -210,5 +210,37 @@ "runtime/standalone_executable", "typing/static", "used_for/scientific_calculations" + ], + "key_features": [ + { + "title": "Open source", + "description": "Chapel is open source and has a welcoming and open community", + "icon": "community" + }, + { + "title": "Parallel", + "description": "Chapel makes parallel programming easy and fun", + "icon": "concurrency" + }, + { + "title": "Scalable", + "description": "runs on laptops, clusters, the cloud, and HPC systems", + "icon": "powerful" + }, + { + "title": "Fast", + "description": "performance competes with or beats C/C++ & MPI & OpenMP", + "icon": "fast" + }, + { + "title": "Expressive", + "description": "Chapel code is easy to read and easy to write", + "icon": "expressive" + }, + { + "title": "Scientific", + "description": "Chapel is a great fit for applications involving heavy computations or big data analysis", + "icon": "scientific" + } ] } From 63b0a88abaad2cfb098c76855efffa663d06b3f3 Mon Sep 17 00:00:00 2001 From: lucaferranti Date: Sat, 2 Mar 2024 13:32:35 +0200 Subject: [PATCH 2/3] fix keyword name --- config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.json b/config.json index 7da5616..f6bdaeb 100644 --- a/config.json +++ b/config.json @@ -214,32 +214,32 @@ "key_features": [ { "title": "Open source", - "description": "Chapel is open source and has a welcoming and open community", + "content": "Chapel is open source and has a welcoming and open community", "icon": "community" }, { "title": "Parallel", - "description": "Chapel makes parallel programming easy and fun", + "content": "Chapel makes parallel programming easy and fun", "icon": "concurrency" }, { "title": "Scalable", - "description": "runs on laptops, clusters, the cloud, and HPC systems", + "conntent": "runs on laptops, clusters, the cloud, and HPC systems", "icon": "powerful" }, { "title": "Fast", - "description": "performance competes with or beats C/C++ & MPI & OpenMP", + "content": "performance competes with or beats C/C++ & MPI & OpenMP", "icon": "fast" }, { "title": "Expressive", - "description": "Chapel code is easy to read and easy to write", + "content": "Chapel code is easy to read and easy to write", "icon": "expressive" }, { "title": "Scientific", - "description": "Chapel is a great fit for applications involving heavy computations or big data analysis", + "content": "Chapel is a great fit for applications involving heavy computations or big data analysis", "icon": "scientific" } ] From 23932160a8556939e883db7ef4f787c2842d6f11 Mon Sep 17 00:00:00 2001 From: lucaferranti Date: Sat, 2 Mar 2024 13:35:01 +0200 Subject: [PATCH 3/3] typo --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index f6bdaeb..65f55a4 100644 --- a/config.json +++ b/config.json @@ -224,7 +224,7 @@ }, { "title": "Scalable", - "conntent": "runs on laptops, clusters, the cloud, and HPC systems", + "content": "runs on laptops, clusters, the cloud, and HPC systems", "icon": "powerful" }, {