diff --git a/_includes/components/comments.njk b/_includes/components/comments.njk index ddf074c..d339185 100644 --- a/_includes/components/comments.njk +++ b/_includes/components/comments.njk @@ -36,7 +36,7 @@ Your website + class="w-full px-3 py-2 border rounded-lg dark:bg-surface-800 dark:border-surface-700 dark:text-surface-100"> Sign In @@ -56,7 +56,7 @@ @@ -75,7 +75,7 @@ - + - diff --git a/_includes/components/fediverse-modal.njk b/_includes/components/fediverse-modal.njk index 30699e0..34489ef 100644 --- a/_includes/components/fediverse-modal.njk +++ b/_includes/components/fediverse-modal.njk @@ -29,7 +29,7 @@ - + @@ -45,7 +45,7 @@ @click="showAddNew()">Use a different instance + class="w-full px-4 py-2 text-sm font-medium text-surface-600 dark:text-surface-300 bg-surface-100 dark:bg-surface-800 hover:bg-surface-200 dark:hover:bg-surface-600 rounded-lg transition-colors"> Cancel @@ -60,13 +60,13 @@ @keydown.enter.prevent="confirm()" type="text" placeholder="mastodon.social" - class="w-full px-3 py-2 border border-surface-300 dark:border-surface-600 rounded-lg bg-surface-50 dark:bg-surface-700 text-surface-900 dark:text-surface-100 placeholder-surface-400 focus:outline-none focus:ring-2 focus:ring-[#a730b8] focus:border-transparent text-sm"> + class="w-full px-3 py-2 border border-surface-300 dark:border-surface-600 rounded-lg bg-surface-50 dark:bg-surface-800 text-surface-900 dark:text-surface-100 placeholder-surface-400 text-sm"> - - {{ summary.totalPlays or 0 }} + + {{ summary.totalPlays or 0 }} Plays - - {{ summary.uniqueTracks or 0 }} + + {{ summary.uniqueTracks or 0 }} Tracks - - {{ summary.uniqueArtists or 0 }} + + {{ summary.uniqueArtists or 0 }} Artists - - {{ summary.totalDurationFormatted or '0m' }} + + {{ summary.totalDurationFormatted or '0m' }} Listened @@ -26,7 +26,7 @@ Top Artists {% for artist in topArtists | head(5) %} - + {{ loop.index }} {{ artist.name }} {{ artist.playCount }} plays @@ -44,7 +44,7 @@ {% for album in topAlbums | head(5) %} {% if album.coverUrl %} - + {% else %} diff --git a/_includes/components/post-navigation.njk b/_includes/components/post-navigation.njk index 0103704..4352d29 100644 --- a/_includes/components/post-navigation.njk +++ b/_includes/components/post-navigation.njk @@ -31,7 +31,7 @@ {% endif %} {% endif %} - + {% if _prevHasOg %} @@ -43,7 +43,7 @@ {{ _prevTitle }} - {{ _prevPost.date | dateDisplay }} + {{ _prevPost.date | dateDisplay }} {% endif %} @@ -77,7 +77,7 @@ {% endif %} {% endif %} - + {% if _nextHasOg %} @@ -89,7 +89,7 @@ {{ _nextTitle }} - {{ _nextPost.date | dateDisplay }} + {{ _nextPost.date | dateDisplay }} {% endif %} diff --git a/_includes/components/sections/ai-usage.njk b/_includes/components/sections/ai-usage.njk index a8da404..305c798 100644 --- a/_includes/components/sections/ai-usage.njk +++ b/_includes/components/sections/ai-usage.njk @@ -10,23 +10,23 @@ {{ sectionTitle }} - + {# Stats grid — 4 columns #} - - {{ stats.total }} + + {{ stats.total }} Total posts - - {{ stats.aiCount }} + + {{ stats.aiCount }} AI-involved - - {{ stats.total - stats.aiCount }} + + {{ stats.total - stats.aiCount }} Human-only - - {{ stats.percentage }}% + + {{ stats.percentage }}% AI ratio diff --git a/_includes/components/sections/cv-education.njk b/_includes/components/sections/cv-education.njk index 3ff1ecf..a24d55f 100644 --- a/_includes/components/sections/cv-education.njk +++ b/_includes/components/sections/cv-education.njk @@ -16,7 +16,7 @@ {% for item in cv.education %} {% if not filterType or item.educationType == filterType or not item.educationType %} {% set ci = loop.index0 % 8 %} - {% if item.startDate %} - + {{ item.startDate }}{% if item.endDate %} – {{ item.endDate }}{% else %} – Present{% endif %} {% elif item.year %} - {{ item.year }} + {{ item.year }} {% endif %} {% if item.startDate %} - + {{ item.startDate }}{% if item.endDate %} – {{ item.endDate }}{% else %} – Present{% endif %} {% elif item.year %} - {{ item.year }} + {{ item.year }} {% endif %} {% if item.description %} diff --git a/_includes/components/sections/cv-interests.njk b/_includes/components/sections/cv-interests.njk index 997f791..611f16b 100644 --- a/_includes/components/sections/cv-interests.njk +++ b/_includes/components/sections/cv-interests.njk @@ -15,7 +15,7 @@ {% if not filterType or (cv.interestTypes and cv.interestTypes[category] == filterType) or not cv.interestTypes or not cv.interestTypes[category] %} {# Cycle through 8 distinct colors per family using loop.index0 #} {% set ci = loop.index0 % 8 %} - + {{ category }} diff --git a/_includes/components/sections/cv-projects-personal.njk b/_includes/components/sections/cv-projects-personal.njk index e3e6ab0..b51bcf2 100644 --- a/_includes/components/sections/cv-projects-personal.njk +++ b/_includes/components/sections/cv-projects-personal.njk @@ -26,7 +26,7 @@ {% for item in personalProjects | head(maxItems) %} {% set ci = loop.index0 % 8 %} - {% if item.startDate %} - + {{ item.startDate }}{% if item.endDate %} – {{ item.endDate }}{% else %} – Present{% endif %} {% endif %} @@ -89,7 +89,7 @@ class="px-4 pb-4" > {% if item.startDate %} - + {{ item.startDate }}{% if item.endDate %} – {{ item.endDate }}{% else %} – Present{% endif %} {% endif %} @@ -101,7 +101,7 @@ {% if showTechnologies and item.technologies and item.technologies.length %} {% for tech in item.technologies %} - {% for item in workProjects | head(maxItems) %} {% set ci = loop.index0 % 8 %} - {% if item.startDate %} - + {{ item.startDate }}{% if item.endDate %} – {{ item.endDate }}{% else %} – Present{% endif %} {% endif %} @@ -89,7 +89,7 @@ class="px-4 pb-4" > {% if item.startDate %} - + {{ item.startDate }}{% if item.endDate %} – {{ item.endDate }}{% else %} – Present{% endif %} {% endif %} @@ -101,7 +101,7 @@ {% if showTechnologies and item.technologies and item.technologies.length %} {% for tech in item.technologies %} - {% for item in cv.projects | head(maxItems) %} {% set ci = loop.index0 % 8 %} - {% if item.startDate %} - + {{ item.startDate }}{% if item.endDate %} – {{ item.endDate }}{% else %} – Present{% endif %} {% endif %} @@ -79,7 +79,7 @@ class="px-4 pb-4" > {% if item.startDate %} - + {{ item.startDate }}{% if item.endDate %} – {{ item.endDate }}{% else %} – Present{% endif %} {% endif %} @@ -91,7 +91,7 @@ {% if showTechnologies and item.technologies and item.technologies.length %} {% for tech in item.technologies %} - + {{ category }} diff --git a/_includes/components/webmentions.njk b/_includes/components/webmentions.njk index 971984b..04f3353 100644 --- a/_includes/components/webmentions.njk +++ b/_includes/components/webmentions.njk @@ -113,7 +113,7 @@ {% for reply in replies %} - + - + {{ reply.published | date("MMM d, yyyy") }} @@ -165,7 +165,7 @@ class="text-accent-600 dark:text-accent-400 hover:underline" target="_blank" rel="noopener"> - {{ mention.author.name }} mentioned this on {{ mention.published | date("MMM d, yyyy") }} + {{ mention.author.name }} mentioned this on {{ mention.published | date("MMM d, yyyy") }} {% endfor %} @@ -177,13 +177,13 @@ {# Webmention send form — collapsed by default #} - + Send a Webmention - + Have you written a response to this post? Send a webmention by entering your post URL below. @@ -194,7 +194,7 @@ name="source" placeholder="https://your-site.com/response" required - class="flex-1 px-3 py-2 text-sm bg-surface-50 dark:bg-surface-700 border border-surface-300 dark:border-surface-600 rounded focus:outline-none focus:ring-2 focus:ring-accent-500" + class="flex-1 px-3 py-2 text-sm bg-surface-50 dark:bg-surface-700 border border-surface-300 dark:border-surface-600 rounded" > {{ post.data.summary }} {% endif %} - + {{ (post.data.published or post.date) | date("MMM d, yyyy") }} {% if post.data.postType %} diff --git a/_includes/layouts/page.njk b/_includes/layouts/page.njk index 2907aa4..10660cf 100644 --- a/_includes/layouts/page.njk +++ b/_includes/layouts/page.njk @@ -17,7 +17,7 @@ withSidebar: true {% endif %} {% if updated %} - Last updated: {{ updated | dateDisplay }} + Last updated: {{ updated | dateDisplay }} {% endif %} @@ -30,22 +30,22 @@ withSidebar: true {% if page.url == "/ai/" and collections.posts %} {% set stats = collections.posts | aiStats %} {% set aiPostsList = collections.posts | aiPosts %} - + AI Usage Across Posts - + {{ stats.total }} Total posts - + {{ stats.aiCount }} AI-involved - + {{ stats.total - stats.aiCount }} Human-only - + {{ stats.percentage }}% AI ratio @@ -80,7 +80,7 @@ withSidebar: true {% set aiTools = aiTools or ai_tools %} {% set aiDescription = aiDescription or ai_description %} {% if aiTextLevel or aiCodeLevel or aiTools %} -
+
{{ item.startDate }}{% if item.endDate %} – {{ item.endDate }}{% else %} – Present{% endif %}
{{ item.year }}
Have you written a response to this post? Send a webmention by entering your post URL below.
- Last updated: {{ updated | dateDisplay }} + Last updated: {{ updated | dateDisplay }}