@@ -6,11 +6,12 @@ format:
66extensions :
77 support-this :
88 heading : " Support This Project" # Optional custom title
9- message : " Your support helps keep this project alive!" # Optional message
10- github : coatless
11- patreon : coatless
9+ description : " Your support helps keep this project alive!" # Optional message
1210 use_funding_yml : false
1311 position : top
12+ platforms :
13+ github : coatless
14+ patreon : coatless
1415filters : [support-this]
1516---
1617
@@ -50,13 +51,14 @@ format:
5051extensions:
5152 support-this:
5253 heading: "Support This Project" # Optional custom title
53- message: "Your support helps keep this project alive!" # Optional message
54- github: username
55- patreon: username
56- ko_fi: username
57- buy_me_a_coffee: username
58- custom: "https://paypal.me/username"
54+ description: "Your support helps keep this project alive!" # Optional message
5955 use_funding_yml: false # Set to true to use GitHub FUNDING.yml if available
56+ platforms:
57+ github: username
58+ patreon: username
59+ ko_fi: username
60+ buy_me_a_coffee: username
61+ custom: "https://paypal.me/username"
6062filters: [support-this]
6163---
6264` ` `
@@ -65,7 +67,7 @@ where `username` should be replaced with your actual usernames on the respective
6567
6668# # Supported Platforms
6769
68- The following platforms are supported. Use the corresponding key followed by your username or URL :
70+ The following platforms are supported under the `platforms` key . Use the corresponding key followed by your username or URL :
6971
7072- GitHub Sponsors : ` github: username`
7173- Patreon : ` patreon: username`
@@ -87,10 +89,11 @@ You can specify multiple accounts for any platform:
8789` ` ` yaml
8890extensions:
8991 support-this:
90- github: [user1, user2, user3]
91- custom:
92- - "https://paypal.me/username"
93- - "https://venmo.com/username"
92+ platforms:
93+ github: [user1, user2, user3]
94+ custom:
95+ - "https://paypal.me/username"
96+ - "https://venmo.com/username"
9497` ` `
9598
9699Each account will be displayed as a separate link.
@@ -100,7 +103,7 @@ Each account will be displayed as a separate link.
100103The `support-this` extension supports the following configuration options :
101104
102105- `heading` : Custom title for the support section (default: "Support This Work")
103- - `message ` : Custom message to display above the links
106+ - `description ` : Custom message to display above the links
104107- `truncated` : If true, shows only icons without text labels (default: false)
105108- `use_funding_yml` : If true, attempts to read GitHub's FUNDING.yml for funding links (default: false)
106109
0 commit comments