Google AMP Can Go To Hell
This article is from 2018, but it’s so true! It contains a lot of good reasons why Google AMP is bad for the health of the web. To do my part, I don’t implement AMP for my sites.
Tech, life and everything else
This article is from 2018, but it’s so true! It contains a lot of good reasons why Google AMP is bad for the health of the web. To do my part, I don’t implement AMP for my sites.
Thanks to AddToAny, there’s now a “Share” option on my blog. If you find an article share-worthy, simply click on that link and select how to share this article. It should be pretty simple.
In Hugo I use the following line of code to create a share link:
<a href="https://www.addtoany.com/share#url={{ .Permalink }}{{ with .Title }}&title={{ . }}{{ end }}" target="_blank" rel="nofollow noopener">{{ T "share" }}</a>
{{ T "share" }} is a translation string, but if you don’t care about translations, simply replace this with your preferred string.
These are the Nextcloud apps that are activated on my Nextcloud instance:
Today I got up at 7 am (although I could have slept a little longer) and instead of eating breakfast, I started directly turning on my PC and finishing an open programming assignment. It took me about an hour, but after finishing it, I felt so good.