Improve badges

- Make discord badge purple
- Add book badge
- Give crate badge rust logo

type: documentation
pr: https://github.com/casey/intermodal/pull/350
This commit is contained in:
Casey Rodarmor 2020-04-09 18:23:26 -07:00
parent 8e6a2b0034
commit 52b78b90f6
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0
3 changed files with 10 additions and 4 deletions

View File

@ -2,9 +2,14 @@ Changelog
========= =========
UNRELEASED - 2020-04-10
-----------------------
- :books: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Improve badges - _Casey Rodarmor <casey@rodarmor.com>_
[v0.1.3](https://github.com/casey/intermodal/releases/tag/v0.1.3) - 2020-04-10 [v0.1.3](https://github.com/casey/intermodal/releases/tag/v0.1.3) - 2020-04-10
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
- :bookmark: [`xxxxxxxxxxxx`](https://github.com/casey/intermodal/commits/master) Release v0.1.3 - _Casey Rodarmor <casey@rodarmor.com>_ - :bookmark: [`8e6a2b0034de`](https://github.com/casey/intermodal/commit/8e6a2b0034debaf60a13f1cea3fa75d92f5d9b50) Release v0.1.3 - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`268c62b66d46`](https://github.com/casey/intermodal/commit/268c62b66d46e033786612ce1e85c3c8ee21933a) Add `bin/man` command for generating man pages - _Casey Rodarmor <casey@rodarmor.com>_ - :books: [`268c62b66d46`](https://github.com/casey/intermodal/commit/268c62b66d46e033786612ce1e85c3c8ee21933a) Add `bin/man` command for generating man pages - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`14fff1d888a3`](https://github.com/casey/intermodal/commit/14fff1d888a3d4aebd88059feacde5c665019f30) Make smaller demo for readme - _Casey Rodarmor <casey@rodarmor.com>_ - :books: [`14fff1d888a3`](https://github.com/casey/intermodal/commit/14fff1d888a3d4aebd88059feacde5c665019f30) Make smaller demo for readme - _Casey Rodarmor <casey@rodarmor.com>_
- :books: [`4f8b6a212e80`](https://github.com/casey/intermodal/commit/4f8b6a212e8099ebfcf14600ce92863583758231) Improve demo GIF - _Casey Rodarmor <casey@rodarmor.com>_ - :books: [`4f8b6a212e80`](https://github.com/casey/intermodal/commit/4f8b6a212e8099ebfcf14600ce92863583758231) Improve demo GIF - _Casey Rodarmor <casey@rodarmor.com>_

View File

@ -1,8 +1,9 @@
# intermodal: a 40' shipping container for the Internet # intermodal: a 40' shipping container for the Internet
[![Crate](https://img.shields.io/crates/v/imdl.svg)](https://crates.io/crates/imdl) [![Crate](https://img.shields.io/crates/v/imdl.svg?logo=rust)](https://crates.io/crates/imdl)
[![Build](https://github.com/casey/intermodal/workflows/Build/badge.svg)](https://github.com/casey/intermodal/actions) [![Build](https://github.com/casey/intermodal/workflows/Build/badge.svg)](https://github.com/casey/intermodal/actions)
[![Chat](https://img.shields.io/discord/679283456261226516.svg?logo=discord)](https://discord.gg/HaaT5Qz) [![Book](https://img.shields.io/static/v1?logo=read-the-docs&label=book&message=imdl.io&color=informational)](https://imdl.io/book/)
[![Chat](https://img.shields.io/discord/679283456261226516.svg?logo=discord&color=7289da)](https://discord.gg/HaaT5Qz)
Intermodal is a user-friendly and featureful command-line BitTorrent metainfo utility. The binary is called `imdl` and runs on Linux, Windows, and macOS. Intermodal is a user-friendly and featureful command-line BitTorrent metainfo utility. The binary is called `imdl` and runs on Linux, Windows, and macOS.

View File

@ -24,7 +24,7 @@ push: check
git push github git push github
# clean up feature branch BRANCH # clean up feature branch BRANCH
done BRANCH=`git rev-parse --abbrev-ref HEAD`: check done BRANCH=`git rev-parse --abbrev-ref HEAD`:
git diff --no-ext-diff --quiet --exit-code git diff --no-ext-diff --quiet --exit-code
git push github {{BRANCH}}:master git push github {{BRANCH}}:master
git checkout master git checkout master