Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-whitaker committed Jan 2, 2025
1 parent 8ffd72e commit 5e08e3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/www/site.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
"fa": {
"script": "https://kit.fontawesome.com/48be7dbb92.js"
}
},
"features": {
"blog": false,
"opentowork": false
}
}
7 changes: 6 additions & 1 deletion packages/www/template/page/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@
<ul class="text-right whitespace-nowrap leading-8 flex flex-wrap sm:flex-nowrap">
<li class=""><a class="hover:underline [&>svg]:mr-4 text-gold" href="https://www.linkedin.com/in/whitakermatt"><i class="fa-brands fa-linkedin"></i><%= lookup("linkedin") %></a></li>
<li class="ml-md sm:ml-md"><a class="hover:underline [&>svg]:mr-4 text-gold" href="https://github.com/matt-whitaker"><i class="fa-brands fa-github"></i><%= lookup("github") %></a></li>
<!-- <li class="ml-md sm:ml-md"><a class="hover:underline [&>svg]:mr-4 text-gold" href="/blog"><i class="fa-solid fa-user-pen"></i><%= lookup("blog") %></a></li>-->
<% if (feature("blog")) { %>
<li class="ml-md sm:ml-md"><a class="hover:underline [&>svg]:mr-4 text-gold" href="/blog"><i class="fa-solid fa-user-pen"></i><%= lookup("blog") %></a></li>
<% } %>
<% if (feature("opentowork")) { %>
<li class="ml-md sm:ml-auto mr-0 flex items-center sm:w-auto">
<span class="text-sm mr-sm animate-pulse opacity-90 text-green hidden sm:inline-block lowercase"><%= lookup("open_to_work") %></span>
<a class="hover:underline [&>svg]:mr-4 text-gold" href="/resume" target="_blank"><i class="fa-solid fa-file-lines"></i><%= lookup("Resume") %></a>
</li>
<% } %>
</ul>
<p class="leading-5 sm:mt-md mt-sm"><%- lookup("summary_1") %></p>
<p class="leading-5 sm:mt-md mt-sm"><%- lookup("summary_2") %></p>
Expand Down

0 comments on commit 5e08e3e

Please # to comment.