Skip to content

Commit

Permalink
Update 2016-11-29-jekyll-avatar.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb authored Nov 29, 2016
1 parent 9dcc827 commit 0e10e34
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions _posts/2016-11-29-jekyll-avatar.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ will result in:
## All Together

If you have a list of users e.g. speakers, members, etc.
you use a loop. Example:
use a loop. Example:

```
{% raw %}
Expand All @@ -82,15 +82,16 @@ you use a loop. Example:
resulting in:

{% avatar geraldb size=50 %}
{% avatar dervondenbergenb size=50 %}
{% avatar dervondenbergen size=50 %}
{% avatar floord size=50 %}
{% avatar karlhorky size=50 %}
{% avatar ramonh size=50 %}
{% avatar ramonh size=50 %}
{% avatar nikgraf size=50 %} and many more ;-)


## Yes, Works with GitHub Pages

Last but not least - the good news the `jekyll-avatar` gem is an official
Last but not least - the good news - the `jekyll-avatar` gem is an official
white-listed GitHub Pages plugin. To use it add the following
to your site's `_config.yml` file:

Expand All @@ -99,14 +100,7 @@ gems:
- jekyll-avatar
```

That's it.

## Learn More

- home :: [benbalter/jekyll-avatar](https://github.com/benbalter/jekyll-avatar)
- gem :: [jekyll-avatar](https://rubygems.org/gems/jekyll-avatar)
- rdoc :: [jekyll-avatar](http://rubydoc.info/gems/jekyll-avatar)

That's it. Happy Publishing with Jekyll.

## Bonus: Build the next Meetup.com - Example: Vienna.html (Static) Meetup Site

Expand All @@ -116,4 +110,8 @@ See the [Vienna.html meetup site](http://viennahtml.github.io/) as a (real-world
[Members Page](http://viennahtml.github.io/members),
[Speakers Page](http://viennahtml.github.io/speakers), etc.

Happy Publishing with Jekyll.
## Learn More

- home :: [benbalter/jekyll-avatar](https://github.com/benbalter/jekyll-avatar)
- gem :: [jekyll-avatar](https://rubygems.org/gems/jekyll-avatar)
- rdoc :: [jekyll-avatar](http://rubydoc.info/gems/jekyll-avatar)

0 comments on commit 0e10e34

Please sign in to comment.