Skip to content

Commit

Permalink
Add author github handle
Browse files Browse the repository at this point in the history
  • Loading branch information
seungwonpark committed Jul 14, 2017
1 parent 7d73c26 commit 644607d
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 3 deletions.
14 changes: 11 additions & 3 deletions _layouts/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@
---
<header>
<h1>{{ page.authorname }}</h1>
<p>Email : {% if page.email_local_part and page.email_domain %}
<table>
<tr>
<td> Email </td>
<td> {% if page.email_local_part and page.email_domain %}
{{ page.email_local_part }} (at) {{ page.email_domain | replace: '.', ' (dot) ' }}
{% else %} Not public {% endif %}</p>

{% else %} Not public {% endif %} </td>
</tr>
<tr>
<td> GitHub </td>
<td> {% if page.github_handle %} <a href="https://github.com/{{ page.github_handle }}">{{ page.github_handle }}</a> {% else %} None {% endif %} </td>
</tr>
</table>

</header>
<section>
Expand Down
3 changes: 3 additions & 0 deletions author/author-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ email_local_part:

# Domain of email address, i.e. example.com
email_domain:

# GitHub handle
github_handle:
---
3 changes: 3 additions & 0 deletions author/ischo.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ email_local_part: ischo

# Domain of email address, i.e. example.com
email_domain: ktug.org

# GitHub handle
github_handle:
---
16 changes: 16 additions & 0 deletions author/karnes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: author

# Full name of author
authorname: Karnes Kim

# Email address, i.e. [email protected]
# Local part of email address, i.e. user
email_local_part:

# Domain of email address, i.e. example.com
email_domain:

# GitHub handle
github_handle:
---
3 changes: 3 additions & 0 deletions author/nanim.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ email_local_part:

# Domain of email address, i.e. example.com
email_domain:

# GitHub handle
github_handle:
---
3 changes: 3 additions & 0 deletions author/nomos.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ email_local_part: nomos

# Domain of email address, i.e. example.com
email_domain: ktug.org

# GitHub handle
github_handle: dohyunkim
---
3 changes: 3 additions & 0 deletions author/novadehi.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ email_local_part:

# Domain of email address, i.e. example.com
email_domain:

# GitHub handle
github_handle:
---
3 changes: 3 additions & 0 deletions author/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ email_local_part:

# Domain of email address, i.e. example.com
email_domain:

# GitHub handle
github_handle:
---
3 changes: 3 additions & 0 deletions author/yihoze.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ email_local_part:

# Domain of email address, i.e. example.com
email_domain:

# GitHub handle
github_handle: YiHoze
---

0 comments on commit 644607d

Please sign in to comment.