Skip to content

Commit d65bcd3

Browse files
authoredJul 21, 2018
Merge pull request #80 from segmentio/add-badges
Badges added
2 parents 07e6d37 + 3f2fb06 commit d65bcd3

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed
 

‎Readme.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
21
# metalsmith-permalinks
32

4-
A Metalsmith plugin that applies a custom permalink pattern to files, and renames them so that they're nested properly for static sites (converting `about.html` into `about/index.html`).
3+
[![npm version][npm-badge]][npm-url]
4+
[![code style: prettier][prettier-badge]][prettier-url]
5+
[![metalsmith: plugin][metalsmith-badge]][metalsmith-url]
6+
7+
[![Build Status][travis-badge]][travis-url]
8+
9+
A Metalsmith plugin that applies a custom permalink pattern to files, and renames them so that they're nested properly for static sites (converting `about.html` into `about/index.html`).
510

611
## Installation
712

@@ -135,3 +140,13 @@ permalink: "posts/my-post"
135140
## License
136141

137142
MIT
143+
144+
[npm-badge]: https://img.shields.io/npm/v/metalsmith-permalinks.svg
145+
[npm-url]: https://www.npmjs.com/package/metalsmith-permalinks
146+
[travis-badge]: https://travis-ci.org/segmentio/metalsmith-permalinks.svg?branch=master
147+
[travis-url]: https://travis-ci.org/segmentio/metalsmith-permalinks
148+
[prettier-badge]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg
149+
[prettier-url]: https://github.com/prettier/prettier
150+
151+
[metalsmith-badge]: https://img.shields.io/badge/metalsmith-plugin-green.svg?longCache=true
152+
[metalsmith-url]: http://metalsmith.io

0 commit comments

Comments
 (0)
Please sign in to comment.