File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
metalsmith-gravatar
2
2
====
3
3
4
+ [ ![ Build Status] ( https://travis-ci.org/stevenschobert/metalsmith-gravatar.svg?branch=master )] ( https://travis-ci.org/stevenschobert/metalsmith-gravatar )
5
+ [ ![ Dependency Status] ( https://gemnasium.com/stevenschobert/metalsmith-gravatar.svg )] ( https://gemnasium.com/stevenschobert/metalsmith-gravatar )
6
+
4
7
> A [ Metalsmith] ( http://metalsmith.io ) plugin for [ Gravatar] ( http://gravatar.com ) .
5
8
6
9
This plugin converts email addresses into their associated Gravatar URLs and adds them to
86
89
## Options
87
90
88
91
If you want more control over how the Gravatar URLs are generated, you can specify an ` options `
89
- object. If the plugin see's this ` options ` object, it will expect the avatars you wish to convert to
92
+ object. If the plugin sees this ` options ` object, it will expect the avatars you wish to convert to
90
93
be in a new ` avatars ` object:
91
94
92
95
``` json
@@ -109,7 +112,7 @@ Below is a list of options that are supported:
109
112
110
113
### protocol
111
114
112
- ` (string) ` : ` 'http' ` (default) or ` 'https' `
115
+ ` String ` - ` 'http' (default)) ` or ` 'https' `
113
116
114
117
Sets the URL prefix for Gravatar images. Useful if you are serving a page via SSL and want to also
115
118
load the external images via SSL.
You can’t perform that action at this time.
0 commit comments