{"id":14981403,"url":"https://github.com/tgagor/hugo-shortcode-kofi","last_synced_at":"2026-01-31T11:32:53.343Z","repository":{"id":226633256,"uuid":"769221992","full_name":"tgagor/hugo-shortcode-kofi","owner":"tgagor","description":"A collection of custom shortcodes tailored for Hugo static site generator, designed to seamlessly integrate Ko-fi buttons and widgets into any blog post","archived":false,"fork":false,"pushed_at":"2025-12-01T17:26:49.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-04T05:59:51.279Z","etag":null,"topics":["hugo","hugo-shortcode","hugo-shortcodes","hugo-theme","hugo-theme-component","hugo-themes"],"latest_commit_sha":null,"homepage":"https://gagor.pro/2024/03/monetize-your-blog-with-ko-fi-shortcodes-for-hugo-sites/","language":"HTML","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/tgagor.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-08T15:39:31.000Z","updated_at":"2025-12-01T17:26:32.000Z","dependencies_parsed_at":"2024-09-28T05:40:55.462Z","dependency_job_id":"278bff11-efef-408c-8bbc-0dc0a96c7970","html_url":"https://github.com/tgagor/hugo-shortcode-kofi","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.08333333333333337,"last_synced_commit":"6377582f484f8c1c62179deb5b8ad55ff441a5f2"},"previous_names":["tgagor/hugo-kofi-shortcodes","tgagor/hugo-shortcode-kofi"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/tgagor/hugo-shortcode-kofi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgagor%2Fhugo-shortcode-kofi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgagor%2Fhugo-shortcode-kofi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgagor%2Fhugo-shortcode-kofi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgagor%2Fhugo-shortcode-kofi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tgagor","download_url":"https://codeload.github.com/tgagor/hugo-shortcode-kofi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tgagor%2Fhugo-shortcode-kofi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28940467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T10:18:23.202Z","status":"ssl_error","status_checked_at":"2026-01-31T10:18:22.693Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["hugo","hugo-shortcode","hugo-shortcodes","hugo-theme","hugo-theme-component","hugo-themes"],"created_at":"2024-09-24T14:03:30.361Z","updated_at":"2026-01-31T11:32:53.327Z","avatar_url":"https://github.com/tgagor.png","language":"HTML","funding_links":["https://ko-fi.com/"],"categories":[],"sub_categories":[],"readme":"# Hugo shortcodes for Ko-fi\n\n[![build](https://github.com/tgagor/hugo-shortcode-kofi/actions/workflows/test-and-release.yml/badge.svg?branch=main)](https://github.com/tgagor/hugo-shortcode-kofi/actions/workflows/test-and-release.yml)\n![GitHub](https://img.shields.io/github/license/tgagor/hugo-shortcode-kofi)\n![GitHub Release Date](https://img.shields.io/github/release-date/tgagor/hugo-shortcode-kofi)\n\nThis is a set of shortcodes to allow easy integration with [Ko-fi](https://ko-fi.com/).\n\n[Live demo on my blog](https://gagor.pro/2024/03/monetize-your-blog-with-ko-fi-shortcodes-for-hugo-sites/).\n\n# Installation\n\n1. Clone hugo-shortcode-kofi repo to your project:\n\n- as submodule (recommended)\n    ```bash\n    cd your-site-location\n\n    git submodule add --depth=1 https://github.com/tgagor/hugo-shortcode-kofi.git themes/hugo-shortcode-kofi\n    ```\n\n    You might need to initialize any uninitialized submodules in the repository and then recursively update all submodules to their latest versions to make it fully available:\n\n    ```bash\n    git submodule update --init --recursive\n    ```\n- or by just cloning\n    ```bash\n    cd your-site-location\n\n    git clone --depth=1 https://github.com/tgagor/hugo-shortcode-kofi.git themes/hugo-shortcode-kofi\n    ```\n\n3. Update blog config:\n\n```yaml\ntheme:\n  - YourThemeOfChoice\n  - hugo-shortcode-kofi\n```\n\nOriginal theme should be first, followed up by extension.\n\nIf you're unable to get it working, check [`exampleSite`](./exampleSite/) directory.\n\n# List of shortcodes\n\n| Animated button                                                              |\n| ---------------------------------------------------------------------------- |\n| `{{\u003c kofi/button \u003e}}` or \u003cbr/\u003e `{{\u003c kofi/button color=\"#13C3FF\" \u003e}}` |\n| `{{\u003c kofi/button color=\"#FF5E5B\" \u003e}}`                                    |\n| `{{\u003c kofi/button color=\"#434b57\" \u003e}}`                                    |\n\n| Image style 1                                                             |\n| ------------------------------------------------------------------------- |\n| `{{\u003c kofi/image1 \u003e}}` or \u003cbr/\u003e `{{\u003c kofi/image1 style=\"blue\" \u003e}}` |\n| `{{\u003c kofi/image1 style=\"grey\" \u003e}}`                                    |\n| `{{\u003c kofi/image1 style=\"red\" \u003e}}`                                     |\n| `{{\u003c kofi/image1 style=\"green\" \u003e}}`                                   |\n| `{{\u003c kofi/image1 style=\"dark\" \u003e}}`                                    |\n\n| Image style 2                                                             |\n| ------------------------------------------------------------------------- |\n| `{{\u003c kofi/image2 \u003e}}` or \u003cbr/\u003e `{{\u003c kofi/image2 style=\"blue\" \u003e}}` |\n| `{{\u003c kofi/image2 style=\"red\" \u003e}}`                                     |\n| `{{\u003c kofi/image2 style=\"stroke\" \u003e}}`                                  |\n| `{{\u003c kofi/image2 style=\"dark\" \u003e}}`                                    |\n\n### Logotypes\n\n| Logos                                                                 |\n| --------------------------------------------------------------------- |\n| `{{\u003c kofi/logo \u003e}}` or \u003cbr/\u003e `{{\u003c kofi/logo style=\"logo\" \u003e}}` |\n| `{{\u003c kofi/logo style=\"mug\" \u003e}}`                                   |\n| `{{\u003c kofi/logo style=\"pixel\" \u003e}}`                                 |\n\n### Badges\n\n| Badges                                                                 |\n| ---------------------------------------------------------------------- |\n| `{{\u003c kofi/badge \u003e}}` or \u003cbr/\u003e `{{\u003c kofi/badge style=white \u003e}}` |\n| `{{\u003c kofi/badge style=dark \u003e}}`                                    |\n| `{{\u003c kofi/badge style=bg-white \u003e}}`                                |\n| `{{\u003c kofi/badge style=bg-dark \u003e}}`                                 |\n\n### Dynamic widgets\n\n| Widgets                            |\n| ---------------------------------- |\n| `{{\u003c kofi/floating-button \u003e}}` |\n| `{{\u003c kofi/donation-panel \u003e}}`  |\n\n### Custom images\n\n| Custom images                                                                                         |\n| ----------------------------------------------------------------------------------------------------- |\n| `{{\u003c kofi/custom height=200 url=\"https://media.giphy.com/media/kgKFcQk6oa1WIdHNSl/giphy.gif\" \u003e}}` |\n|                                                                                                       |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgagor%2Fhugo-shortcode-kofi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftgagor%2Fhugo-shortcode-kofi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftgagor%2Fhugo-shortcode-kofi/lists"}