From 15bd3e7cdb7fcfb6e722e5d0bb1ce3d22da37557 Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Tue, 10 Oct 2023 05:18:21 +0200 Subject: [PATCH] :memo: Add emoji badges --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3b42362..eab5c28 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![badges](https://github.com/Schneegans/dynamic-badges-action/workflows/Build%20Badges/badge.svg)](https://github.com/Schneegans/dynamic-badges-action/actions) [![license](https://img.shields.io/badge/License-MIT-purple.svg)](LICENSE) [![market](https://img.shields.io/badge/Get_it-on_the_Marketplace-informational.svg)](https://github.com/marketplace/actions/dynamic-badges) +[![donations](https://gist.githubusercontent.com/Schneegans/2d06edf0937c480951feb86b9e719304/raw/weekly.svg)](https://schneegans.github.io/sponsors/) This action allows you to create badges for your README.md with [shields.io](https://shields.io) which may change with every commit. To do this, this action does not need to push anything to your repository! @@ -50,6 +51,11 @@ This mode does not support all features of shields.io but is useful if you canno +### Use Emoji! + +Both, JSON and SVG mode support emoji in the label and message. +However, this is especially great in SVG mode which does not support icons. Here's an SVG emoji badge which does not use shields.io at all: ![badge](https://gist.githubusercontent.com/Schneegans/2d06edf0937c480951feb86b9e719304/raw/weekly.svg). + ## 🛠️ Configuration 1. Head over to [gist.github.com](https://gist.github.com/) and create a new gist. You can name the file `test.json`, but this can be changed later as well. You will need the ID of the gist (this is the long alphanumerical part of its URL) later.