Skip to content

Commit

Permalink
docs: Add Ko-Fi links to Github and README
Browse files Browse the repository at this point in the history
  • Loading branch information
tomershvueli committed Jan 18, 2021
1 parent 22e7d06 commit fbbcf12
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ko_fi: tomershvueli
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,12 @@ __NOTE__: There [have been reports](https://github.com/tomershvueli/homepage/iss
### Custom Background Images
- `custom_url` => Input a custom URL that will return proper JSON
- `custom_url_headers` => Add any headers that may be needed to complete a cURL request to the aforementioned URL properly
- `custom_url_selector` => Input a proper PHP array selector to be used on the JSON received above. For example, if I were to fetch from Github's user API with a 'custom_url' of 'https://api.github.com/users/octocat', the 'custom_url_selector' would simply be `['avatar_url']`. `[{random}]` can be replaced for a random index in an array.
- `custom_url_selector` => Input a proper PHP array selector to be used on the JSON received above. For example, if I were to fetch from Github's user API with a 'custom_url' of 'https://api.github.com/users/octocat', the 'custom_url_selector' would simply be `['avatar_url']`. `[{random}]` can be replaced for a random index in an array.

## Supporting

If you enjoy homepage and want to support the project, you can buy me a Ko-Fi!

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D41JRJE)

Or, feel free to [contribute to homepage](CONTRIBUTING.md) by creating a PR to expand on features that you think are missing!

0 comments on commit fbbcf12

Please sign in to comment.