mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Sell out
gib 🥺
This commit is contained in:
parent
17cf601dd0
commit
f9b2338b30
2 changed files with 34 additions and 0 deletions
|
@ -77,6 +77,13 @@ disableKinds = ["taxonomy", "term"]
|
||||||
url = "/resume/"
|
url = "/resume/"
|
||||||
weight = 50
|
weight = 50
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "Support"
|
||||||
|
name = "Support"
|
||||||
|
title = "support"
|
||||||
|
url = "/support/"
|
||||||
|
weight = 50
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
posts = "/posts/:year/:month/:day/:filename"
|
posts = "/posts/:year/:month/:day/:filename"
|
||||||
notes = "/notes/:year/:month/:day/:filename"
|
notes = "/notes/:year/:month/:day/:filename"
|
||||||
|
|
27
content/support/index.md
Normal file
27
content/support/index.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
---
|
||||||
|
date: 2023-10-28
|
||||||
|
title: Support me
|
||||||
|
outputs:
|
||||||
|
- html
|
||||||
|
description: "Support my work by sending me donations! This helps me continue Fediverse moderation, blogging, and coding."
|
||||||
|
---
|
||||||
|
I do some things that might help you:
|
||||||
|
|
||||||
|
- Fediverse moderation
|
||||||
|
- Blogging
|
||||||
|
- Coding (not much of that in public right now, but maybe soon!)
|
||||||
|
|
||||||
|
If you like anything I do and want to support me, you can send me a donation:
|
||||||
|
|
||||||
|
|
||||||
|
[Liberapay](https://liberapay.com/Seirdy/donate "{rel='me'}")
|
||||||
|
: Ideal for recurring donations, but also supports one-time payments. Requires a Liberapay account.
|
||||||
|
|
||||||
|
[Stripe](https://buy.stripe.com/dR65nv5BWg3icq46oo "{rel='me'}")
|
||||||
|
: Supports one-time-donations. Does not require an account.
|
||||||
|
|
||||||
|
Ko-Fi (coming soon)
|
||||||
|
: Supports both recurring and one-time donations.
|
||||||
|
|
||||||
|
Thank you!
|
||||||
|
|
Loading…
Reference in a new issue