{"id":18090817,"url":"https://github.com/uta-org/jekyll-patreon","last_synced_at":"2025-10-25T17:06:21.961Z","repository":{"id":56878711,"uuid":"175733992","full_name":"uta-org/jekyll-patreon","owner":"uta-org","description":"Patreon support in Jekyll blog to easily embed a widget with your goals","archived":false,"fork":false,"pushed_at":"2019-11-30T16:07:33.000Z","size":88,"stargazers_count":8,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T05:44:32.988Z","etag":null,"topics":["i18n","jekyll","jekyll-plugin","patreon","ruby","ruby-gem","rubygem"],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uta-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-15T02:25:38.000Z","updated_at":"2024-07-29T05:03:10.000Z","dependencies_parsed_at":"2022-08-20T11:40:32.513Z","dependency_job_id":null,"html_url":"https://github.com/uta-org/jekyll-patreon","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uta-org%2Fjekyll-patreon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uta-org%2Fjekyll-patreon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uta-org%2Fjekyll-patreon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uta-org%2Fjekyll-patreon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uta-org","download_url":"https://codeload.github.com/uta-org/jekyll-patreon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670520,"owners_count":21142901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["i18n","jekyll","jekyll-plugin","patreon","ruby","ruby-gem","rubygem"],"created_at":"2024-10-31T18:07:47.310Z","updated_at":"2025-10-25T17:06:16.925Z","avatar_url":"https://github.com/uta-org.png","language":"CSS","funding_links":["https://www.patreon.com/z3nth10n","https://paypal.me/z3nth10n"],"categories":[],"sub_categories":[],"readme":"# jekyll-patreon [![Build Status](https://travis-ci.org/uta-org/jekyll-patreon.svg?branch=master)](https://travis-ci.org/uta-org/jekyll-patreon) [![Gem Version](https://badge.fury.io/rb/jekyll-patreon.svg)](http://badge.fury.io/rb/jekyll-patreon)\r\n\r\nRequires Ruby 2.5+ and Jekyll 3.8+\r\n\r\n\u003e A Jekyll plugin that adds Patreon support in your blog to easily embed a widget with goals\r\n\r\n## Features \r\n\r\n* Supports several designs: default, fancy, minimal, streamlined, reversed, swapped\r\n* Supports several colors: red, green, orange, red nostripes, green nostripes, orange nostripes, blue nostripes\r\n* Supports i18n (compatible with [jekyll-language-plugin](https://github.com/vwochnik/jekyll-language-plugin))\r\n* Supports Markdown on your Patreon goals\r\n\r\n\u003e To see the possible styles \u0026\u0026 designs navigate to the [assets folder](/assets/) where the screenshots are located\r\n\r\n## Installation\r\n\r\nAdd this line to your site's Gemfile:\r\n\r\n```ruby\r\ngem 'jekyll-patreon'\r\n```\r\n\r\nAdd this configuration to your _config.yml file:\r\n\r\n```yaml\r\n####################\r\n# Patreon Settings #\r\n####################\r\n\r\npatreon:\r\n    enabled: true\r\n    design: 'default' # Supports the following desings: default, fancy, minimal, streamlined, reversed, swapped\r\n    title: 'Example title'\r\n    metercolor: 'green' # Supports the following colors: red, green, orange, red nostripes, green nostripes, orange nostripes, blue nostripes\r\n    toptext: 'Example top text' # Text that appears in before the progress bar (optional)\r\n    bottomtext: 'Example bottom text' # Text that appears in after the progress bar (optional)\r\n    showgoaltext: true # Display the goal text?\r\n    showbutton: true # Display the \"Become a patron\" button?\r\n    username: 'Your username here'\r\n    default_lang: \"en\" # The default language to use (to avoid writing twice the same text from Patreon)\r\n```\r\n\r\n## Usage\r\n\r\nSimply just put the following tag where you need this:\r\n\r\n`{% patreon %}`\r\n\r\n### i18n\r\n\r\nTo support languages just use [jekyll-language-plugin](https://github.com/vwochnik/jekyll-language-plugin) configuration. Or if you don't use it, do the following steps.\r\n\r\nFirst, in your main index.html (or wherever you need the i18n support) declare the following lines:\r\n\r\n```yaml\r\n---\r\nlayout: \u003clayout\u003e\r\nlanguage: en\r\n---\r\n```\r\n\r\nOr if you want to support several languages in the same page:\r\n\r\n```yaml\r\n---\r\nlayout: \u003clayout\u003e\r\nlanguages:\r\n- en\r\n- es\r\n---\r\n```\r\n\r\nThen, in \"_data/lang/\" create one file for each lang.\r\n\r\n\u003e Example: `en.yml` and `es.yml`. \r\n\r\nThen, write the translations of you goals like this:\r\n\r\n```yaml\r\n#################\r\n# Patreon Goals #\r\n#################\r\n\r\npatreon_goal_0: \"...\"\r\npatreon_goal_1: \"...\"\r\npatreon_goal_2: \"...\"\r\n# etc etc...\r\n```\r\n\r\nThere you will need to create as much translations as the number of goals that your Patreon page have. (**Note:** starting index is 0 (zero))\r\n\r\n## Issues\r\n\r\nHaving issues? Just report in [the issue section](https://github.com/uta-org/jekyll-patreon/issues). **Thanks for the feedback!**\r\n\r\n## Contribute\r\n\r\nFork this repository, make your changes and then issue a pull request. If you find bugs or have new ideas that you do not want to implement yourself, file a bug report.\r\n\r\n## Donate\r\n\r\nBecome a patron, by simply clicking on this button (**very appreciated!**):\r\n\r\n[![](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/z3nth10n)\r\n\r\n... Or if you prefer a one-time donation:\r\n\r\n[![](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://paypal.me/z3nth10n)\r\n\r\n## Copyright\r\n\r\nCopyright (c) 2019 z3nth10n (United Teamwork Association).\r\n\r\nLicense: GNU General Public License v3.0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futa-org%2Fjekyll-patreon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futa-org%2Fjekyll-patreon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futa-org%2Fjekyll-patreon/lists"}