From ca36da4ec001ed1a86c757c26de0d43fb690dfbb Mon Sep 17 00:00:00 2001
From: N-Upchurch
Date: Mon, 24 Jul 2023 11:49:37 -0500
Subject: [PATCH] Integrate Umami analytics
---
.kateproject.notes | 3 +++
_includes/layouts/base.njk | 2 ++
_includes/layouts/baseBareBones.njk | 2 ++
_includes/umami.html | 6 ++++++
content/about/index.md | 2 +-
5 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 _includes/umami.html
diff --git a/.kateproject.notes b/.kateproject.notes
index 64fd1f6..8998ff1 100644
--- a/.kateproject.notes
+++ b/.kateproject.notes
@@ -4,6 +4,9 @@ Integrate est. read time
Integrate % done in article
Investigate pagination for /blog/
Integrate recipe structured data for recipe type articles
+No line breaks in inline code fences
+Style inline code fences with background
+Integrate ins plugin
Performance / Accessibility:
---------------------------------------
diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk
index 02cb447..719dcff 100644
--- a/_includes/layouts/base.njk
+++ b/_includes/layouts/base.njk
@@ -53,6 +53,8 @@
{% endif %}
+
+ {% include "umami.html" %}
Skip to main content
diff --git a/_includes/layouts/baseBareBones.njk b/_includes/layouts/baseBareBones.njk
index 90f190c..9f2b50e 100644
--- a/_includes/layouts/baseBareBones.njk
+++ b/_includes/layouts/baseBareBones.njk
@@ -18,6 +18,8 @@
{%- css %}{% include "public/css/webfonts/webfonts.css" %}{% endcss %}
{%- css %}{% include "public/css/dropcap.css" %}{% endcss %}
+
+ {% include "umami.html" %}
Skip to main content
diff --git a/_includes/umami.html b/_includes/umami.html
new file mode 100644
index 0000000..e93c20e
--- /dev/null
+++ b/_includes/umami.html
@@ -0,0 +1,6 @@
+
+
diff --git a/content/about/index.md b/content/about/index.md
index 511fce3..06369bc 100644
--- a/content/about/index.md
+++ b/content/about/index.md
@@ -5,4 +5,4 @@ eleventyNavigation:
order: 3
---
# About the author, Nathan Upchurch.
-I'm a prolific vegan home cook, classical trombonist, a FLOSS enthusiast, daily GNU/Linux user and unabashed KDE stan, speaker of subpar elementary Spanish, incense enthusiast, writer, electronics hobbyist, designer, programmer, music producer, print lover, and human with too many interests and too little time. This is my personal website and blog.
Because this is my personal website, I'm not here to talk about work, but I will link my professional bio here when I've gotten around to making it. If you would like to say something nice, you can find me on Mastodon.
This website is made with 11ty, Manrope, Playfair Display, and plain-old HTML & CSS. I don't collect any of your data, full-stop. No analytics, no "anonymized data," nothing. All webfonts, icons, and images are hosted locally (Instead of by Google, for instance, or any other company which might use them to track you).
Find more blogs at blogroll.org, or ooh.directory. | Keyoxide profile
+I'm a prolific vegan home cook, classical trombonist, a FLOSS enthusiast, daily GNU/Linux user and unabashed KDE stan, speaker of subpar elementary Spanish, incense enthusiast, writer, electronics hobbyist, designer, programmer, music producer, print lover, and human with too many interests and too little time. This is my personal website and blog.
Because this is my personal website, I'm not here to talk about work, but I will link my professional bio here when I've gotten around to making it. If you would like to say something nice, you can find me on Mastodon.
This website is made with 11ty, Manrope, Playfair Display, and plain-old HTML & CSS. I don't collect any of your data, full-stop. All webfonts, icons, and images are hosted locally (Instead of by Google, for instance, or any other company which might use them to track you).
Find more blogs at blogroll.org, or ooh.directory. | Keyoxide profile