-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
115 changed files
with
102 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
_includes/author/experiences.html → archive/profile/profile/experiences.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
<ul class="timeline"> | ||
{% for post in site.tags["experience"] %} | ||
{% for post in collections.experience %} | ||
<li class="timeline-item rounded ms-3 p-4 pb-3 shadow"> | ||
<div class="timeline-arrow"></div> | ||
<h2 class="h5 mb-1"><a href="{{site.baseurl}}{{post.url}}">{{post.title | mdInline | safe}}</a></h2> | ||
<h2 class="h5 mb-1"><a href="{{site.baseurl}}{{post.url}}">{{post.data.title | mdInline | safe}}</a></h2> | ||
<span class="small text-gray"> | ||
<i class="fas fa-calendar"></i> | ||
{{post.date | date | safe }} | ||
{% set nonproj_tags = post.tags | where_exp: "tag", "tag != 'experience'" %} | ||
{{post.page.date | date | safe }} | ||
{% set nonproj_tags = post.data.tags | exclude("experience") %} | ||
{% for tag in nonproj_tags | head(3) %} | ||
• | ||
{% include "tag.html" %} | ||
{% endfor %} | ||
</span> | ||
<p class="text-small mt-2 font-weight-light">{{post.pitch}}</p> | ||
<p class="text-small mt-2 font-weight-light">{{post.data.pitch}}</p> | ||
</li> | ||
{% endfor %} | ||
</ul> |
10 changes: 5 additions & 5 deletions
10
_includes/author/projects.html → archive/profile/profile/projects.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
<ul class="timeline"> | ||
{% for post in site.tags["project"] %} | ||
{% for post in collections.project %} | ||
<li class="timeline-item rounded ms-3 p-4 pb-3 shadow"> | ||
<div class="timeline-arrow"></div> | ||
<h2 class="h5 mb-1"><a href="{{site.baseurl}}{{post.url}}">{{post.title | mdInline | safe}}</a></h2> | ||
<h2 class="h5 mb-1"><a href="{{site.baseurl}}{{post.url}}">{{post.data.title | mdInline | safe}}</a></h2> | ||
<span class="small text-gray"> | ||
<i class="fas fa-calendar"></i> | ||
{{post.date | date | safe }} | ||
{% set nonproj_tags = post.tags | where_exp: "tag", "tag != 'project'" %} | ||
{{post.page.date | date | safe }} | ||
{% set nonproj_tags = post.data.tags | exclude("project") %} | ||
{% for tag in nonproj_tags | head(3) %} | ||
• | ||
{% include "tag.html" %} | ||
{% endfor %} | ||
</span> | ||
<p class="text-small mt-2 font-weight-light">{{post.pitch}}</p> | ||
<p class="text-small mt-2 font-weight-light">{{post.data.pitch}}</p> | ||
</li> | ||
{% endfor %} | ||
</ul> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.