Skip to content

Commit

Permalink
Achieve multi-author support! Closes jekyllt/jasper#10.
Browse files Browse the repository at this point in the history
  • Loading branch information
gully committed Jan 12, 2016
1 parent ddb9327 commit a54f37e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 39 deletions.
4 changes: 2 additions & 2 deletions _includes/loop.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ <h2 class="post-title"><a href="{{ site.baseurl }}{{ post.url | remove: '/' }}">
<p>{{ post.content | truncatewords: 26 }} <a class="read-more" href="{{ site.baseurl }}{{ post.url | remove: '/' }}">&raquo;</a></p>
</section>
<footer class="post-meta">
{% if page.image %}<img class="author-thumb" src="{{ site.baseurl }}{{ page.image }}" alt="Author image" nopin="nopin" />{% endif %}
{% if post.image %}<img class="author-thumb" src="{{ site.baseurl }}{{ post.image }}" alt="Author image" nopin="nopin" />{% endif %}
<!-- author -->
<a href='{{ site.baseurl }}author/{{ page.nickname }}'>{{ page.author }}</a>
<a href='{{ site.baseurl }}author/{{ post.nickname }}'>{{ post.author }}</a>
<!-- [[tags prefix=" on "]] -->
{% if post.tags.size > 0 %}
on
Expand Down
2 changes: 1 addition & 1 deletion _layouts/author-chels.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author: 'Chelsey'
nickname: chels
bio: "I help children communicate and share their ideas. I like to swing dance, watch horror movies, draw stick figure comics, and laugh at small failures."
image: 'assets/images/both_of_us.jpg'
image: 'assets/images/squelfie.jpg'
---
<!-- < default}} -->
<!-- The tag above means - insert everything in this file into the [body] of the default.hbs template -->
Expand Down
13 changes: 4 additions & 9 deletions _posts/2015-09-14-Health_Examination.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@ tags: Beijing China health
subclass: 'post tag-test tag-content'
navigation: False
logo: 'assets/images/delivery_human.png'
author: 'Chelsey and Gully'
nickname: both
bio: "Michael Gully-Santiago and Chelsey Contillo met in Austin Texas.
They can be found swing dancing, riding scooters and bikes,
listening to tons of podcasts, reading behavioral economics books,
and eating copious Yunnan mushrooms.
<br><br>
The scoooter logo is 'delivery man' by Виталий Плут from the Noun Project"
image: 'assets/images/both_of_us.jpg'
author: 'Chelsey'
nickname: chels
bio: "I help children communicate and share their ideas. I like to swing dance, watch horror movies, draw stick figure comics, and laugh at small failures."
image: 'assets/images/squelfie.jpg'
baseurl: "/"
---

Expand Down
13 changes: 4 additions & 9 deletions _posts/2015-12-28-Introducing_Our_Blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@ tags: blog Beijing China
subclass: 'post tag-test tag-content'
navigation: False
logo: 'assets/images/delivery_human.png'
author: 'Chelsey and Gully'
nickname: both
bio: "Michael Gully-Santiago and Chelsey Contillo met in Austin Texas.
They can be found swing dancing, riding scooters and bikes,
listening to tons of podcasts, reading behavioral economics books,
and eating copious Yunnan mushrooms.
<br><br>
The scoooter logo is 'delivery man' by Виталий Плут from the Noun Project"
image: 'assets/images/both_of_us.jpg'
author: 'gully'
nickname: gully
bio: "I'm a PhD in Astronomy from the University of Texas at Austin. I like experiments, behavioral economics, bicycle riding, data science, and Indian food."
image: 'assets/images/gully_face_square.png'
baseurl: "/"
---

Expand Down
13 changes: 4 additions & 9 deletions _posts/2015-12-28-Shepherds_Field.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@ tags: work China
subclass: 'post tag-test tag-content'
navigation: False
logo: 'assets/images/delivery_human.png'
author: 'Chelsey and Gully'
nickname: both
bio: "Michael Gully-Santiago and Chelsey Contillo met in Austin Texas.
They can be found swing dancing, riding scooters and bikes,
listening to tons of podcasts, reading behavioral economics books,
and eating copious Yunnan mushrooms.
<br><br>
The scoooter logo is 'delivery man' by Виталий Плут from the Noun Project"
image: 'assets/images/both_of_us.jpg'
author: 'Chelsey'
nickname: chels
bio: "I help children communicate and share their ideas. I like to swing dance, watch horror movies, draw stick figure comics, and laugh at small failures."
image: 'assets/images/squelfie.jpg'
baseurl: "/"
---

Expand Down
13 changes: 4 additions & 9 deletions _posts/2016-01-03-Scoot_commute.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@ subclass: 'post tag-test tag-content'
navigation: False
categories: 'both'
logo: 'assets/images/delivery_human.png'
author: 'Chelsey and Gully'
nickname: both
bio: "Michael Gully-Santiago and Chelsey Contillo met in Austin Texas.
They can be found swing dancing, riding scooters and bikes,
listening to tons of podcasts, reading behavioral economics books,
and eating copious Yunnan mushrooms.
<br><br>
The scoooter logo is 'delivery man' by Виталий Плут from the Noun Project"
image: 'assets/images/both_of_us.jpg'
author: 'Chelsey'
nickname: chels
bio: "I help children communicate and share their ideas. I like to swing dance, watch horror movies, draw stick figure comics, and laugh at small failures."
image: 'assets/images/squelfie.jpg'
baseurl: "/"
---

Expand Down

0 comments on commit a54f37e

Please sign in to comment.