02cb3bfc36
fix: 📈 record analytics when visitors agree instead of at next page load
...
Only recording at next page load loses the referrer where a visit originated from
2025-07-28 16:17:03 +02:00
55692154da
feat: add blog post
2025-07-28 14:51:05 +02:00
814b55d595
build: 🔧 add upload script for easier publishing
2025-07-27 19:17:04 +02:00
a08cd1115b
fix: 💄 increase spacing between posts in post list on different viewports
2025-07-27 16:59:34 +02:00
e04f92d3ac
build: 📦 update packages
2025-07-27 16:30:04 +02:00
65bfbf8331
build: 🔧 enable incremental builds
2025-07-27 16:28:23 +02:00
a2e33f68b6
build: 🔧 disable linkify in markdown-it
...
Linkify causes a few problems making links out of things that are not supposed to be but match the syntax of a link
2025-07-27 16:27:30 +02:00
b32d029675
feat: 💄 update post list preview styling
2025-07-27 16:26:11 +02:00
9c6902197e
fix: 💄 increase padding on callouts
2025-07-27 16:25:04 +02:00
208119a8fb
fix: 📈 update text in analytics popup
2025-07-20 00:12:17 +02:00
416e0a18ea
fix: 📈 update ackee domain id
2025-07-20 00:10:28 +02:00
668bc2b3b1
fix: 📈 prevent localhost from being tracked
2025-07-20 00:10:13 +02:00
01587dd5b8
feat: 📈 add ackee analytics and privacy policy
2025-07-18 21:57:44 +02:00
67a3efe4dc
perf: ⚡ add preload directives for css files
2025-07-17 16:45:59 +02:00
477c66cd82
revert: 🏗️ take fonts and extra css out of the critical path
...
refs: #a76c0b1
2025-07-17 15:32:57 +02:00
71860f9123
fix: 🐛 missing site.url data for valid sitemap.xml generation
2025-07-14 14:25:11 +02:00
bef90382f3
build: 📦 update packages
2025-07-03 18:15:14 +02:00
56801bb11c
ci: 👷 remove ci build file
...
Building via CI breaks dates on posts
2025-07-03 18:15:14 +02:00
6cc0765ad1
build: 📦 add lightningcss and post-processing build step
...
Apparently, I have visitors who are still on Windows 7
2025-07-03 18:15:14 +02:00
355606b92a
feat: 💬 add blog post
Build and Deploy NPM Project to Webserver via SSH / build-and-deploy (push) Has been cancelled
2025-07-03 00:56:15 +02:00
812baaa994
fix: 💄 balance headings equally
2025-07-03 00:48:18 +02:00
7f470c84c6
ci: 🔧 update to new action version
Build and Deploy NPM Project to Webserver via SSH / build-and-deploy (push) Has been cancelled
2025-06-19 22:58:12 +02:00
c9da2c569c
feat: 💬 update homepage intro
Build and Deploy NPM Project to Webserver via SSH / build-and-deploy (push) Successful in 1m33s
2025-06-04 16:44:47 +02:00
ce7de30e5c
refactor: ♻️ move blockquote styles from layout to main css file
...
Excessive use of the prose- prefix bloats the resulting CSS bundle and makes styles rather hard to maintain
2025-06-04 16:43:03 +02:00
ff3c0fb23a
refactor: 🩹 use explicit nesting operator
2025-06-04 16:40:17 +02:00
b6c48c8e0e
docs: 📝 update list of used plugins
2025-06-04 14:48:14 +02:00
30846b675c
build: 📦 update packages
2025-06-04 14:48:02 +02:00
3723103fe8
feat: 💬 add blog post
Build and Deploy NPM Project to Webserver via SSH / build-and-deploy (push) Successful in 1m17s
2025-05-20 21:18:16 +02:00
Sebin Nyshkim
a76c0b1d69
build: 🏗️ use plugin for tailwind integration
...
Provides both tailwind integration as well as minification of all css.
2025-05-18 22:57:11 +02:00
Sebin Nyshkim
6f0f70dd96
build: 👷 add HTML minifying plugin
2025-05-18 22:11:48 +02:00
Sebin Nyshkim
d2a9ec7936
refactor: ♻️ move data up in the data cascade
...
In order for og-image generation to not generate broken previews the flow of data needs to be handled differently. This also makes metadata generation more predictable.
2025-05-18 17:12:11 +02:00
Sebin Nyshkim
ddbad1d1a2
fix: 🩹 request the image via a generic url instead of a specific format
2025-05-16 00:02:32 +02:00
Sebin Nyshkim
7f4c3168f1
fix: ✏️ typo
2025-05-16 00:01:40 +02:00
Sebin Nyshkim
c8a35169f0
build: 📦 update to eleventy v3.1.0
2025-05-13 18:42:41 +02:00
Sebin Nyshkim
0c29ce63d7
build: 🔧 use incremental mode when serving locally
2025-05-13 18:41:50 +02:00
Sebin Nyshkim
7f292fbb76
fix: 🩹 remove draft status
Build and Deploy NPM Project to Webserver via SSH / build-and-deploy (push) Successful in 1m12s
2025-04-28 22:01:24 +02:00
Sebin Nyshkim
d2ac199504
feat: 💬 add blog post
2025-04-28 22:00:30 +02:00
Sebin Nyshkim
d247e6d38d
fix: 💄 balance text in figure captions
Build and Deploy NPM Project to Webserver via SSH / build-and-deploy (push) Successful in 53s
2025-04-26 21:39:32 +02:00
Sebin Nyshkim
e5e68b57ba
fix: 🐛 filter processing of images served from a certain url
2025-04-26 21:39:06 +02:00
Sebin Nyshkim
fa0be3f522
ci: ✨ add action to build and deploy automatically upon push
Build and Deploy NPM Project to Webserver via SSH / build-and-deploy (push) Successful in 43s
2025-04-21 16:13:44 +02:00
Sebin Nyshkim
170f3c6b53
feat: ✨ add faq page
2025-04-21 14:53:44 +02:00
Sebin Nyshkim
fdbcf9a8ab
refactor: ♻️ move author information into entry field, add categories
2025-04-21 13:36:34 +02:00
Sebin Nyshkim
fbfbe92aa1
build: 🔧 use yaml in front matter data instead of json
2025-04-21 13:36:34 +02:00
Sebin Nyshkim
1607d31beb
build: 🔧 use manual feed template instead of virtual one
...
In order to display the title image in the feed.xml like in the posts on the website, a more customizable variant is needed.
2025-04-21 13:36:34 +02:00
Sebin Nyshkim
769063f3cd
feat: 💬 add self-hosted services
2025-04-21 13:36:19 +02:00
Sebin Nyshkim
76c0228e92
fix: 🩹 update sentence structure, correct typo
2025-04-21 13:35:05 +02:00
Sebin Nyshkim
21cb51f612
build: 🔧 use externally hosted image service
...
Build time increases exponentially with more images pulled in by the eleventy-image plugin. This keeps build times low and shifts computational load to an external image hosting service.
2025-04-21 13:35:05 +02:00
Sebin Nyshkim
d87c0cbbb8
feat: 💬 remove defunct twitter account mention
2025-04-21 13:35:05 +02:00
Sebin Nyshkim
7ca99f843e
feat: 💬 move mention of RSS feed to post list
2025-04-20 16:12:23 +02:00
Sebin Nyshkim
0289caa1fe
feat: 💬 add blog post
2025-04-20 11:27:44 +02:00