Skip to content

Commit c131c70

Browse files
committed
follow along
1 parent f79eb15 commit c131c70

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ _site/
33
.sass-cache/
44
.jekyll-cache/
55
.jekyll-metadata
6-
# Gemfile.lock
6+
.Gemfile.lock
77
.idea

_includes/header.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<div class="ms-auto">
55
<ul class="navbar-nav mb-2 mb-lg-0">
66
<a class="nav-link" href="{{ '/#projects' | prepend: site.baseurl }}">Projects</a>
7-
<!-- <a class="nav-link" href="{{ '/#follow-alongs' | prepend: site.baseurl }}">Follow-alongs</a>-->
87
<a class="nav-link" style="padding-right: 4px;" href="{{ '/resume.html' | prepend: site.baseurl }}" title="Resume: view page">Resume</a>
98
<a class="nav-link" style="padding-left: 0px;" href="{{ site.data.bio.basics.resumeUrlPdf }}" target="_blank" title="Resume: download PDF"><svg class="tf-social">
109
<use xlink:href="{{ '/img/bootstrap-icons.svg' | prepend: site.baseurl }}#filetype-pdf"/>

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44
---
55

66
{% include about/about.html %}
7-
{% include projects/projects.html limit=3 bg-color='var(--tf-projects-bg-color)' %}
8-
<!--{% include follow-alongs/follow-alongs.html limit=3 %}-->
9-
<!--{% include career/changelog.html %}-->
7+
{% include projects/projects.html limit=3 bg-color='var(--tf-projects-bg-color)' %}

0 commit comments

Comments
 (0)