chore: rework setup

This commit is contained in:
Cory Dransfeldt 2023-04-28 17:04:54 -07:00
parent b5ab63467d
commit b1516c92a9
No known key found for this signature in database
9 changed files with 18 additions and 45 deletions

View file

@ -30,7 +30,7 @@
<link href="/assets/styles/prism.css?v={% version %}" rel="stylesheet" />
<link href="/assets/styles/index.css?v={% version %}" rel="stylesheet" />
<script
src="https://breezy-restored.coryd.dev/script.js"
src="https://cdn.usefathom.com/script.js"
data-site="RHNGSUXO"
defer></script>
<script src="/_vercel/insights/script.js" defer></script>

View file

@ -1,7 +1,6 @@
<footer>
<div class="mt-8 pt-8 pb-4 flex gap-3 justify-center w-full">
{% include "icons/gmail.liquid" %}
{% include "icons/calendar.liquid" %}
{% include "icons/proton.liquid" %}
{% include "icons/github.liquid" %}
{% include "icons/mastodon.liquid" %}
{% include "icons/lastfm.liquid" %}

View file

@ -1,17 +0,0 @@
{% if site.calendar != "" %}
<a
href={{ site.calendar }}
rel="me"
title="Calendly">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
class="inline w-6 h-6 fill-current text-gray-700 hover:text-purple-500 dark:text-gray-200 dark:hover:text-purple-400">
<path d="M12.75 12.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM7.5 15.75a.75.75 0 100-1.5.75.75 0 000 1.5zM8.25 17.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM9.75 15.75a.75.75 0 100-1.5.75.75 0 000 1.5zM10.5 17.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM12 15.75a.75.75 0 100-1.5.75.75 0 000 1.5zM12.75 17.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM14.25 15.75a.75.75 0 100-1.5.75.75 0 000 1.5zM15 17.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM16.5 15.75a.75.75 0 100-1.5.75.75 0 000 1.5zM15 12.75a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM16.5 13.5a.75.75 0 100-1.5.75.75 0 000 1.5z" />
<path
fill-rule="evenodd"
d="M6.75 2.25A.75.75 0 017.5 3v1.5h9V3A.75.75 0 0118 3v1.5h.75a3 3 0 013 3v11.25a3 3 0 01-3 3H5.25a3 3 0 01-3-3V7.5a3 3 0 013-3H6V3a.75.75 0 01.75-.75zm13.5 9a1.5 1.5 0 00-1.5-1.5H5.25a1.5 1.5 0 00-1.5 1.5v7.5a1.5 1.5 0 001.5 1.5h13.5a1.5 1.5 0 001.5-1.5v-7.5z"
clip-rule="evenodd" />
</svg>
</a>
{% endif %}

View file

@ -1,13 +0,0 @@
{% if site.gmail != "" %}
<a
href={{ site.gmail }}
rel="me"
title="Gmail">
<svg
class="inline w-6 h-6 fill-current text-gray-700 hover:text-purple-500 dark:text-gray-200 dark:hover:text-purple-400"
role="img"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<title>Gmail</title><path d="M24 5.457v13.909c0 .904-.732 1.636-1.636 1.636h-3.819V11.73L12 16.64l-6.545-4.91v9.273H1.636A1.636 1.636 0 0 1 0 19.366V5.457c0-2.023 2.309-3.178 3.927-1.964L5.455 4.64 12 9.548l6.545-4.91 1.528-1.145C21.69 2.28 24 3.434 24 5.457z" /></svg>
</a>
{% endif %}

View file

@ -0,0 +1,12 @@
{% if site.proton != "" %}
<a
href={{ site.proton }}
rel="me"
title="Proton Mail">
<svg
role="img"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<title>ProtonMail</title><path d="M12 20.351s-1.096-.108-1.955-.705c-.86-.596-6.58-4.688-6.58-4.688v8.098S3.513 24 4.55 24h14.9c1.036 0 1.085-.942 1.085-.942v-8.1s-5.723 4.092-6.58 4.69c-.86.595-1.955.704-1.955.704zm0-20.35S4.925-.23 3.465 7.623v5.35s.06.572 1.67 1.735c1.607 1.162 5.773 4.436 6.867 4.436 1.088 0 5.254-3.273 6.865-4.437 1.607-1.164 1.668-1.737 1.668-1.737V7.62C19.075-.229 12 .003 12 .003zm4.846 10.536h-9.69V7.623C8.14 3.723 12 3.67 12 3.67s3.863.054 4.846 3.954z" /></svg>
</a>
{% endif %}