Skip to content

Commit ca25843

Browse files
committed
chore: add sponsor badge.
1 parent 92e1cbc commit ca25843

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/FUNDING.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# These are supported funding model platforms
2+
3+
# github: [jaywcjlove]
4+
# patreon: # Replace with a single Patreon username
5+
# open_collective: # Replace with a single Open Collective username
6+
# ko_fi: # Replace with a single Ko-fi username
7+
# tidelift: #npm/mocker-api
8+
# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
custom: https://jaywcjlove.github.io/#/sponsor

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
Ignore: index.html
3232
Rewrite: https://jaywcjlove.github.io/rehype-rewrite/
3333
Video: https://jaywcjlove.github.io/rehype-video/
34+
Sponsor: https://jaywcjlove.github.io/#/sponsor
3435
EOF
3536
3637
- run: npm install [email protected] -g
@@ -84,7 +85,7 @@ jobs:
8485
name: ${{ steps.create_tag.outputs.version }}
8586
tag: ${{ steps.create_tag.outputs.version }}
8687
body: |
87-
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/rehype-ignore@${{steps.create_tag.outputs.versionNumber}}/file/README.md)
88+
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/rehype-ignore@${{steps.create_tag.outputs.versionNumber}}/file/README.md)
8889
8990
Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/rehype-ignore/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
9091
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ rehype-ignore
22
===
33
<!--rehype:style=display: flex; height: 230px; align-items: center; justify-content: center; font-size: 38px;-->
44

5+
[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
56
[![Downloads](https://img.shields.io/npm/dm/rehype-ignore.svg?style=flat)](https://www.npmjs.com/package/rehype-ignore)
67
[![NPM version](https://img.shields.io/npm/v/rehype-ignore.svg?style=flat)](https://npmjs.org/package/rehype-ignore)
78
[![Build](https://github.com/jaywcjlove/rehype-ignore/actions/workflows/ci.yml/badge.svg)](https://github.com/jaywcjlove/rehype-ignore/actions/workflows/ci.yml)

0 commit comments

Comments
 (0)