Commit graph

152 commits

Author SHA1 Message Date
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
Some checks failed
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
Some checks failed
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
All checks were successful
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
All checks were successful
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
All checks were successful
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
All checks were successful
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
All checks were successful
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
Sebin Nyshkim
31c99021c8 build: 🔧 limit eleventy-image concurrency
Satori times out if it has to wait too long for an image to process and leaves the open graph image broken/incomplete. Limiting concurrent processes for the eleventy-image plugin prevents this.
2025-04-20 11:27:27 +02:00
Sebin Nyshkim
3080efd63c feat: 🔧 tweak open graph page metadata 2025-04-20 11:20:19 +02:00
Sebin Nyshkim
3fa15866cf build: 🔧 tweak open graph image options 2025-04-20 11:19:35 +02:00
Sebin Nyshkim
ec17ee84e6 build: 📦 update dependencies 2025-04-20 10:03:11 +02:00
Sebin Nyshkim
1dba20798a fix: 💄 even out paddings of footnotes text 2025-03-17 23:52:13 +01:00
Sebin Nyshkim
377f3771d6 build: 📦 update packages to latest version 2025-03-16 19:25:57 +01:00
Sebin Nyshkim
6a6c5e5e14 feat: add excerpt logic 2025-03-16 19:11:53 +01:00
Sebin Nyshkim
afab1ab781 feat: 🔧 use eleventy supplied generator identifier in metagen 2025-03-16 19:04:28 +01:00
Sebin Nyshkim
2899aa90de refactor: ♻️ move options for markdown-it to reusable constant 2025-03-16 18:57:07 +01:00
Sebin Nyshkim
e11fe0c683 fix: 🐛 error fetching author image 2025-02-17 02:32:15 +01:00
Sebin Nyshkim
6897a3050c feat: 💬 update blog post
Update post with instructions for Tailwind v4, update footnotes syntax to current style, fix spelling errors
2025-02-17 02:30:58 +01:00
Sebin Nyshkim
9f26f6dc6c fix: 🩹 remove superfluous utility class 2025-02-15 14:56:00 +01:00
Sebin Nyshkim
470c5f9796 feat: 💄 simplify blockquote styles 2025-02-15 14:55:41 +01:00