📝 Add a section of gitmoji-cli in about

Signed-off-by: Carlos Cuesta <carloscuesta@me.com>
This commit is contained in:
Carlos Cuesta 2016-12-03 11:44:59 +01:00
parent 52775e8a20
commit 3a33874878
No known key found for this signature in database
GPG Key ID: 61C42E9291BDFAFD
2 changed files with 12 additions and 0 deletions

View File

@ -41,6 +41,13 @@ code {
word-break: break-all;
}
pre {
background-color: $yellow;
box-shadow: 0 4px darken($yellow, 15%);
padding: 1em;
border-radius: 4px
}
section {
padding: .5em;
}

View File

@ -27,6 +27,11 @@ html
svg.icon.icon-twitter
use(xlink:href='#icon-twitter')
| Tweet
section
h1 Using gitmoji with #[a(href="https://github.com/carloscuesta/gitmoji-cli") gitmoji-cli]
p An easy solution for using gitmoji from your command line, is to install #[a(href="https://github.com/carloscuesta/gitmoji-cli") gitmoji-cli]. A gitmoji interactive client for using emojis on commit messages.
pre
code $ npm i -g gitmoji-cli
section
h1#contributing-gitmoji Contributing to gitmoji
p Contributing to gitmoji it's a piece of cake 🍰! This project it's a static website built with #[i Pug, SCSS, Gulp and ES6]. All the gitmojis displayed are rendered from a JSON file. Before submitting any pull request, please follow the next steps: