show alt texts

This commit is contained in:
Ayo 2023-05-28 21:39:05 +02:00
parent c0fa95fb94
commit 8f189c3d28
5 changed files with 38 additions and 19 deletions

View file

@ -14,9 +14,6 @@ layout: default
{{ page.title | escape }} {{ page.title | escape }}
</h3> </h3>
</div> </div>
<!-- <div class="blog-post__header__description">
<span>{{page.description}}</span>
</div> -->
<div class="blog-post__header__meta"> <div class="blog-post__header__meta">
<span> <span>
<time <time
@ -36,25 +33,32 @@ layout: default
<time> <time>
</span> </span>
</div> </div>
{% if page.image %} {% if page.image %}
<img <img
class="blog-post__header__image" class="blog-post__header__image"
alt="{{ page.description | escape }} | Developer Blog How To" alt="{{page.image-alt | page.description | escape }}"
title="{{page.description | escape}}" title="{{page.description | escape}}"
src="../assets/images/{{page.image}}.jpg" src="../assets/images/{{page.image}}.jpg"
/> />
{% if page.image-attrib %} {% if page.image-attrib-url %} {% if page.image-alt %}
<p class="blog-post__header__image-caption"> <p class="blog-post__header__image-caption">
{{ page.image-alt }}
</p>
{% endif %}
{% if page.image-attrib %} {% if page.image-attrib-url %}
<p class="blog-post__header__image-caption">
<a href="{{ page.image-attrib-url }}" targe="_blank" <a href="{{ page.image-attrib-url }}" targe="_blank"
>Photo &copy; {{ page.image-attrib }}</a >Photo &copy; {{ page.image-attrib }}</a
> >
</p> </p>
{% else %} {% else %}
<p class="blog-post__header__image-caption"> <p class="blog-post__header__image-caption">
Image &copy; {{ page.image-attrib }} Photo &copy; {{ page.image-attrib }}
</p> </p>
{% endif %} {% endif %} {% endif %} {% endif %} {% endif %}
{% endif %}
</header> </header>
<div class="blog-post__content e-content" itemprop="articleBody"> <div class="blog-post__content e-content" itemprop="articleBody">

View file

@ -2,6 +2,7 @@
title: WebSAFE - DevCon Summit 2015 title: WebSAFE - DevCon Summit 2015
permalink: /:title/ permalink: /:title/
image: devcon-summit-2015 image: devcon-summit-2015
image-alt: DevCon Summit 2015 poster and the event sponsors
description: "Presented WebSAFE as a scalable tool for disaster mitigation in the Web Development Special Track" description: "Presented WebSAFE as a scalable tool for disaster mitigation in the Web Development Special Track"
category: talks category: talks
--- ---

View file

@ -2,6 +2,8 @@
title: "Introduction to Astro - Coven of Wisdom Amsterdam 2023" title: "Introduction to Astro - Coven of Wisdom Amsterdam 2023"
permalink: /:title/ permalink: /:title/
image: astro-amsterdam-2023 image: astro-amsterdam-2023
image-attrib: Lee Ravenberg
image-alt: Ayo Ayco, presenting Astro app creation tool in front of a crowd
description: "Fun squeezing awesome Astro stuff into a tiny meetup talk" description: "Fun squeezing awesome Astro stuff into a tiny meetup talk"
category: talks category: talks
--- ---

View file

@ -1,7 +1,10 @@
--- ---
published: true
title: "Why I Stopped Tracking Traffic on My Personal Sites" title: "Why I Stopped Tracking Traffic on My Personal Sites"
permalink: /no-tracking/ permalink: /:title
image: bliss
image-attrib: Ayo Ayco
image-attrib-url: https://metapixl.com/p/ayo/566394313649618586
image-alt: An empty bench in front of a calm river on a sunny day
description: "I was never happy about being tracked, why should I do that to others?" description: "I was never happy about being tracked, why should I do that to others?"
category: personal category: personal
--- ---
@ -10,10 +13,11 @@ Back in 2021, I deleted my Facebook account that had thousands of connections, a
Some time before that, I deleted an older Twitter account with hundreds of followers to create a [new one](https://twitter.com/ayoayco) that I wanted to be more focused. Some time before that, I deleted an older Twitter account with hundreds of followers to create a [new one](https://twitter.com/ayoayco) that I wanted to be more focused.
I've always been in a love-hate relationship with the online presence game... but maybe that's another story.
It's quite liberating, but apparently those were just the beginning of my "cutting ties" with big tech.<!--more--> It's quite liberating, but apparently those were just the beginning of my "cutting ties" with big tech.<!--more-->
I deleted all the scripts on my personal sites that use cookies to track visitors. Recently I deleted all the scripts on my personal sites that use cookies to track visitors.
<!--more-->
## The Social Media Business Model ## The Social Media Business Model
@ -29,6 +33,14 @@ Somebody profited from this and it has never been better for people ever since.
Well that was a bit heavy for a blog about removing analytics ain't it? Well that was a bit heavy for a blog about removing analytics ain't it?
In a [recent commit](https://github.com/ayoayco/blog/commit/6e0b664a4fd51c3d9a7bbcb8f7b04c5967ff51c5) to this blog's code, I removed all tracking scripts -- In a [recent commit](https://github.com/ayoayco/blog/commit/6e0b664a4fd51c3d9a7bbcb8f7b04c5967ff51c5) to this blog's code, I removed all tracking scripts.
in this blog I want to write a bit about why I've I never even checked Analytics anyway.
It feels good to be free from numbers that measure my social performance... and I don't really intend to be be successful in the online influencer game.
Practically, I find that if you play in that game you end up just creating content that pleases the majority of people; and somehow I doubt that's a good indication that you are doing a good job. 🤣
To cut the long story short, I was never really motivated by that and I see there's more negative impact.
So now I can just focus on putting out more content and "logging" my life's journey on the web... Let's go back to the roots of web logging.

BIN
assets/images/bliss.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB