Michael Currin

Results 320 issues of Michael Currin

Generate a hidden section Won't always be true e.g. Netlify and GH pages ```md ``` ```md ``` Or a mix of both.

enhancement

This goes to `/docs/` or `https://USERNAME.github.io/REPO_NAME` (assuming that is a docs site but you can always add a subpath like `/docs` to the URL. I would be nice to change...

add badges

e.g. ```md [![API - GitHub GraphQL](https://img.shields.io/badge/API-GitHub_GraphQL-blue?logo=github)](https://graphql.github.io/) ```

add badges

When using message and label for a dependency, use "Made with X" in the md label to avoid maintaining the number in two places. e.g. Inputs: Label: `Ruby` Message: `>=2.6`...

enhancement

Plans to upgrade deps are kept here esp nothing past attempts.

## Amercier's repo View from https://badges.amercier.com/ - https://github.com/amercier/badge-generator Alt view ## My project Current site at https://michaelcurrin.github.io/badge-generator/#/ Browser-based experiment in changing colors. Background app color as light grey, columns as...

enhancement

e.g. David ```md [![Dependencies](https://img.shields.io/david/SVG-Edit/svgedit.svg)](https://david-dm.org/SVG-Edit/svgedit) [![devDependencies](https://img.shields.io/david/dev/SVG-Edit/svgedit.svg)](https://david-dm.org/SVG-Edit/svgedit?type=dev) ``` [![Dependencies](https://img.shields.io/david/SVG-Edit/svgedit.svg)](https://david-dm.org/SVG-Edit/svgedit) [![devDependencies](https://img.shields.io/david/dev/SVG-Edit/svgedit.svg)](https://david-dm.org/SVG-Edit/svgedit?type=dev) ``` /david/:kind?/:user/:repo /david/:kind?/:user/:repo?path=packages%2Fbabel-core ``` My own ```md ![](https://img.shields.io/david/MichaelCurrin/badge-generator) ``` ![](https://img.shields.io/david/MichaelCurrin/badge-generator) --- And Libraries.io ``` /librariesio/github/:user/:repo ``` ```md ![](https://img.shields.io/librariesio/github/MichaelCurrin/badge-generator) ``` ![](https://img.shields.io/librariesio/github/MichaelCurrin/badge-generator)

add badges

https://github.com/brennanbrown/watery ```md Watery Theme for Jekyll A bare-bones template to help you get started on your next blog or website. Explore the docs » View Demo · Report Bug ·...

add badges

Add to repo badges Note `/` does not have to be escaped and this should removed from Generic badges page for param badge. ```md [![View - michaelcurrin.github.io/dev-cheatsheets/](https://img.shields.io/static/v1?label=View&message=michaelcurrin.github.io/dev-cheatsheets/&color=green&style=for-the-badge)](michaelcurrin.github.io/dev-cheatsheets/) ``` [![View -...

add badges

Currently an empty label in the form results in `static` as the label ```md [![Use this template](https://img.shields.io/static/v1?message=Use+this+template&color=2ea44f&style=for-the-badge&logo=github)](https://github.com/MichaelCurrin/jekyll-blog-demo/generate) ``` [![Use this template](https://img.shields.io/static/v1?message=Use+this+template&color=2ea44f&style=for-the-badge&logo=github)](https://github.com/MichaelCurrin/jekyll-blog-demo/generate) So set empty string like `label=&message=...`

bug