diff --git a/config.yaml b/config.yaml index c0962141..2f67e532 100644 --- a/config.yaml +++ b/config.yaml @@ -102,3 +102,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 }}