commit 023cbe0cc0743e0d2f31dd8fbbab2c09a1b3f4c2 Author: Sam Therapy Date: Mon Apr 8 23:16:12 2024 +0200 Initial commit diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..ad868ae --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: "https://donate.hsi.org/page/119584/donate/" \ No newline at end of file diff --git a/.github/workflows/blog.yaml b/.github/workflows/blog.yaml new file mode 100644 index 0000000..bcce4bf --- /dev/null +++ b/.github/workflows/blog.yaml @@ -0,0 +1,25 @@ +name: Add blog +on: + push: + branches: + - master + schedule: + - cron: "16 * * * *" + workflow_dispatch: +permissions: + contents: write + +jobs: + update-readme: + name: Update README + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Pull in blog posts + uses: gautamkrishnar/blog-post-workflow@v1 + with: + feed_list: "https://blog.froth.zone/sam/feed/" + committer_username: "Sam Therapy" + committer_email: "sam@samtherapy.net" + commit_message: "Do the needful" diff --git a/.github/workflows/close-pr.yaml b/.github/workflows/close-pr.yaml new file mode 100644 index 0000000..197f0cc --- /dev/null +++ b/.github/workflows/close-pr.yaml @@ -0,0 +1,13 @@ +name: Close Pull Request + +on: + pull_request_target: + types: [opened] + +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: superbrothers/close-pull-request@v3 + with: + comment: "This is my profile repository, Pull Requests are not needed." diff --git a/.github/workflows/mirror-push.yaml b/.github/workflows/mirror-push.yaml new file mode 100644 index 0000000..6b3a48a --- /dev/null +++ b/.github/workflows/mirror-push.yaml @@ -0,0 +1,19 @@ +name: Mirror Push + +on: + push: + branches: [master] + +jobs: + push: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: mirror + uses: yesolutions/mirror-action@master + with: + REMOTE: 'ssh://git@git.froth.zone/sam/.profile.git' + GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }} + GIT_SSH_NO_VERIFY_HOST: "true" \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f14bce --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# Bonjour! 👋 + +I exist, I think. +I make things. +I also have stuff in places. \ +Look below for those things. + +## Link Zone + +These links may or may not be active. + +[![Webzone](https://img.shields.io/badge/WebZone-samtherapy.net-black?style=for-the-badge&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MjAiCmhlaWdodD0iNDIwIiBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiPgo8cGF0aCBzdHJva2Utd2lkdGg9IjI2IgpkPSJNMjA5LDE1YTE5NSwxOTUgMCAxLDAgMiwweiIvPgo8cGF0aCBzdHJva2Utd2lkdGg9IjE4IgpkPSJtMjEwLDE1djM5MG0xOTUtMTk1SDE1TTU5LDkwYTI2MCwyNjAgMCAwLDAgMzAyLDAgbTAsMjQwIGEyNjAsMjYwIDAgMCwwLTMwMiwwTTE5NSwyMGEyNTAsMjUwIDAgMCwwIDAsMzgyIG0zMCwwIGEyNTAsMjUwIDAgMCwwIDAtMzgyIi8%2BCjwvc3ZnPg%3D%3D)](https://samtherapy.net) +[![Forgejo Repositories](https://img.shields.io/badge/Forgejo%20Instance-git.froth.zone-red?style=for-the-badge&logo=forgejo)](https://git.froth.zone/sam?tab=repositories) +[![GitHub](https://img.shields.io/badge/GitHub-SamTherapy-4078c0?style=for-the-badge&logo=github)](https://github.com/SamTherapy) + +### Messaging + +[![Matrix](https://img.shields.io/badge/Matrix-%40samme%3Aschizo.cafe-green?style=for-the-badge&logo=matrix)](https://matrix.to/#/@samme:schizo.cafe) +[![XMPP](https://img.shields.io/badge/XMPP-sam%40samtherapy.net-orange?style=for-the-badge&logo=xmpp)](xmpp://sam@samtherapy.net) + +### Socials + +[![Bluesky](https://img.shields.io/badge/Bluesky-%40samtherapy.net-blue?style=for-the-badge&logo=bluesky)](https://bsky.app/profile/samtherapy.net) +[![Fedi](https://img.shields.io/badge/Fediverse-%40sam%40froth.zone-FBA457?style=for-the-badge&logo=pleroma)](https://froth.zone/users/sam) + +## Blog Posts + + + + + +[![See More Posts](https://img.shields.io/badge/See%20More%20Posts-grey?style=social&logo=writedotas)](https://blog.froth.zone/sam) + +## Sponsor + +Instead of sponsoring me, go donate to your local animal shelter. They need it more than I ever do. + +- Don't know where yours is and live in the US or Canada? Try [PetFinder](https://www.petfinder.com/animal-shelters-and-rescues/search/) to find your local animal shelter. +- Don't have a local animal shelter? Try the [Humane Society International](https://donate.hsi.org/). + - If you want to send something in my name, use [this link](https://donate.hsi.org/page/119584/donate/1), the name `Sam Therapy` and the email address `sammefishe+animals AT gmail DOT com` along with whatever message you want. + +Can't donate? Volunteer instead!