From e16330ad05472caa3eebc75d9e4aa9b8649ac12e Mon Sep 17 00:00:00 2001 From: pilcrowOnPaper Date: Mon, 11 Mar 2024 06:46:18 +0900 Subject: [PATCH] add sponsor button --- .github/FUNDING.yml | 1 + docs/malta.config.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..384b3910 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: pilcrowOnPaper \ No newline at end of file diff --git a/docs/malta.config.json b/docs/malta.config.json index d1c3cb9c..11d71a9a 100644 --- a/docs/malta.config.json +++ b/docs/malta.config.json @@ -58,7 +58,8 @@ "title": "Links", "pages": [ ["GitHub", "https://github.com/pilcrowonpaper/arctic"], - ["Twitter", "https://twitter.com/pilcrowonpaper"] + ["Twitter", "https://twitter.com/pilcrowonpaper"], + ["Donate", "https://github.com/sponsors/pilcrowOnPaper"] ] } ]