mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Compare commits
2 commits
17cf601dd0
...
bb711dcb4d
Author | SHA1 | Date | |
---|---|---|---|
|
bb711dcb4d | ||
|
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. You may optionally publicize your donation.
|
||||||
|
|
||||||
|
[Stripe](https://buy.stripe.com/dR65nv5BWg3icq46oo "{rel='me'}")
|
||||||
|
: Supports one-time-donations. Does not require an account. Your can't publicize this donation.
|
||||||
|
|
||||||
|
[Ko-Fi](https://ko-fi.com/Seirdy "{rel='me'}")
|
||||||
|
: Supports both recurring and one-time donations. You may optionally publicize your donation.
|
||||||
|
|
||||||
|
Thank you!
|
||||||
|
|
Loading…
Reference in a new issue