From 6c39b5d730532fdc80eb9cb409fe697a395b3d6a Mon Sep 17 00:00:00 2001 From: Joseph Hale Date: Thu, 9 May 2024 01:05:00 -0700 Subject: [PATCH] feat: Add "Purely Personal" Announcement --- content/purely-personal/badge.svg | 1 + content/purely-personal/index.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 content/purely-personal/badge.svg create mode 100644 content/purely-personal/index.md diff --git a/content/purely-personal/badge.svg b/content/purely-personal/badge.svg new file mode 100644 index 0000000..45f1247 --- /dev/null +++ b/content/purely-personal/badge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/purely-personal/index.md b/content/purely-personal/index.md new file mode 100644 index 0000000..b6a77fc --- /dev/null +++ b/content/purely-personal/index.md @@ -0,0 +1,28 @@ ++++ +title = 'Purely Personal' +slug = 'purely-personal' +type = "psa" +draft = true +[[resources]] + src = "badge.svg" + name = "badge" ++++ + +## Visitors + +Thanks for your interest in using open-source software! + +You're probably here because a project linked to this page. Here's what the +author(s) of that project want you to know: + - This project is purely personal, developed solely for the needs of the + author(s). + - You are welcome to use the code, provided you follow the license terms. + - The code is provided as-is. + - Features will only be added if the author(s) personally consider them useful. + - Bugs will only be fixed if the author(s) personally want to fix them. + - Issues are not guaranteed to be reviewed. + - PRs are more likely to be reviewed, but a review is still not guaranteed. + - The code is open-source, so feel free to make a fork to resolve any + shortcomings for your needs. (remember to give credit where it's due) + +{{% maintainer_instructions slug="purely-personal" %}} \ No newline at end of file -- 2.51.2