From 92cd7f7af1ed8b3b20c334849a44d2d383600ed8 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Fri, 24 May 2024 10:45:14 +0200 Subject: [PATCH] Add featured notebooks from plutojl.org/en/docs (#2927) --- frontend/featured_sources.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/featured_sources.js b/frontend/featured_sources.js index f6e6229e7e..fa3fa0558f 100644 --- a/frontend/featured_sources.js +++ b/frontend/featured_sources.js @@ -12,5 +12,11 @@ export default { url: "https://cdn.jsdelivr.net/gh/JuliaPluto/featured@v5/pluto_export.json", integrity: "sha256-+zI9b/gHEIJGV/DrckBY85hkxNWGIewgYffkAkEq4/w=", }, + { + url: "https://plutojl.org/pluto_export.json", + // this is one month before the expiry date of our domain registration at njal.la + valid_until: "2025-10", + id: "pluto website", + }, ], }