From 8ffb27f85a8d2a90a40df488e7e3ce7bbd59b4ff Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Tue, 4 Jun 2024 11:03:58 -0700 Subject: [PATCH] Add a page that show how many backport the bot has made. --- config.yaml | 2 + content/bot/_index.md | 5 ++ layouts/bot/list.html | 183 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 190 insertions(+) create mode 100644 content/bot/_index.md create mode 100644 layouts/bot/list.html diff --git a/config.yaml b/config.yaml index c014cbc5..2893bc45 100644 --- a/config.yaml +++ b/config.yaml @@ -100,3 +100,5 @@ params: links: - text: Press kit link: /press-kit + - text: Bot + link: /bot diff --git a/content/bot/_index.md b/content/bot/_index.md new file mode 100644 index 00000000..883456a2 --- /dev/null +++ b/content/bot/_index.md @@ -0,0 +1,5 @@ +--- +title: Backport Bot +--- + +This is all the backport the Scientific Python Bot has made. diff --git a/layouts/bot/list.html b/layouts/bot/list.html new file mode 100644 index 00000000..0a5910d3 --- /dev/null +++ b/layouts/bot/list.html @@ -0,0 +1,183 @@ +{{ define "main" }} {{ $pageLink := .Permalink }} + +
+
+
+
+

{{ .Title }}

+
{{ .Params.Subtitle }}
+
+
+
+ + {{ .Content }} + +
+ +
+
auto
+
+
auto
+
auto
+
+
+ +
+
+ + + +
+
+
+ On this page +
+
+
+
+ +{{ end }}