File tree Expand file tree Collapse file tree 5 files changed +19
-5
lines changed Expand file tree Collapse file tree 5 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 11# main text of home
22name : John Doe
3- bio : ' A Man who travels the world eating noodles'
3+ bio : A Man who travels the world eating noodles
44
55# if it's an external image, update below for true
66# better with square images
77external-image : false
8- picture : ' assets/images/profile.jpg'
8+ picture : assets/images/profile.jpg
99
1010url : http://koppl.in/indigo
1111# your url: http://USERNAME.github.io
@@ -39,6 +39,18 @@ medium: medium
3939vimeo : myvimeo
4040email : myemail@gmail.com
4141
42+ authors :
43+ john :
44+ name : John Doe
45+ bio : A Man who travels the world eating noodles
46+ external-image : false
47+ picture : assets/images/profile.jpg
48+ james :
49+ name : James Foster
50+ bio : A Man who develops software with coffee
51+ external-image : false
52+ picture : assets/images/james.jpg
53+
4254# do you want a larger site? change the option below
4355# options: [normal, large] | default: normal
4456# normal = 560px / large = 810px
Original file line number Diff line number Diff line change 11< section class ="author{% if site.disqus == false %} no-disqus{% endif %} ">
22 < div class ="toleft ">
3- < img class ="selfie " src ="{% if site.external-image == true %}{{ site.picture }}{% else %}{{ site.url }}/{{ site.picture }}{% endif %} " alt ="{{ site.name }} ">
3+ < img class ="selfie " src ="{% if site.authors[page.author]. external-image == true %}{{ site.authors[page.author]. picture }}{% else %}{{ site.url }}/{{ site.authors[page.author]. picture }}{% endif %} " alt ="{{ site.authors[page.author] .name }} ">
44 </ div >
55
66 < div class ="toright ">
7- < h4 class ="name "> {{ site.name }}</ h4 >
8- < p class ="bio "> {{ site.bio }}</ p >
7+ < h4 class ="name "> {{ site.authors[page.author]. name }}</ h4 >
8+ < p class ="bio "> {{ site.authors[page.author]. bio }}</ p >
99
1010 < div class ="share ">
1111 < a class ="twitter " href ="https://twitter.com/intent/tweet?text={{ site.url }}{{ page.url }} - {{ page.title }} by @{{ site.twitter }} ">
Original file line number Diff line number Diff line change 77- components
88- extra
99blog : true
10+ author : james
1011---
1112
1213## Summary:
Original file line number Diff line number Diff line change 77- elements
88blog : true
99star : true
10+ author : john
1011---
1112
1213## Summary:
You can’t perform that action at this time.
0 commit comments