Commit graph

27 commits

Author SHA1 Message Date
Sebin Nyshkim
e37b5a9823 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-20 16:22:53 +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
3fa15866cf build: 🔧 tweak open graph image options 2025-04-20 11:19:35 +02:00
Sebin Nyshkim
6a6c5e5e14 feat: add excerpt logic 2025-03-16 19:11:53 +01:00
Sebin Nyshkim
2899aa90de refactor: ♻️ move options for markdown-it to reusable constant 2025-03-16 18:57:07 +01:00
Sebin Nyshkim
509449c9e5 feat: add drafts 2025-02-15 14:53:13 +01:00
Sebin Nyshkim
3779131ada feat: add figcaption support 2024-12-03 03:02:45 +01:00
Sebin Nyshkim
5209eab34d style: 🎨 adjust formatting 2024-10-22 22:42:40 +02:00
Sebin Nyshkim
c94722952c fix: 🐛 order of operations when flattening formats array
Prematurely flattening the formats array results in pixel density going above 3x
2024-10-22 13:49:57 +02:00
Sebin Nyshkim
9dbd68c048 feat: 💄 apply sizes attribute to image elements globally 2024-10-22 12:52:25 +02:00
Sebin Nyshkim
796619d22b feat: 🔧 add compressor config options 2024-10-22 12:51:18 +02:00
Sebin Nyshkim
30fb6427c3 feat: add definition lists to markdown 2024-10-22 12:40:55 +02:00
Sebin Nyshkim
20e3d71b2a feat: add responsiveness to article header images 2024-10-20 23:32:30 +02:00
Sebin Nyshkim
a1c27f973d feat: 🔧 add 11ty icon plugin & simple icons pack 2024-10-19 19:47:50 +02:00
Sebin Nyshkim
43345f946e feat: add favicon 2024-10-19 05:39:59 +02:00
Sebin Nyshkim
af10e21a87 style: 🗑️ remove code that's no longer being used 2024-10-19 05:08:33 +02:00
Sebin Nyshkim
fef051e191 feat: add aria tags to svg icons 2024-10-18 22:55:04 +02:00
Sebin Nyshkim
81fc36e7d9 feat: enable some extra features of markdown-it 2024-10-18 14:52:22 +02:00
Sebin Nyshkim
8a2642df7f feat: use markdown-it anchor plugin instead of 11ty anchor id plugin 2024-10-18 14:52:22 +02:00
Sebin Nyshkim
b75e2659b4 style: 🎨 chain markdown-it plugin declarations instead of calling amendLibrary every time 2024-10-17 17:51:28 +02:00
Sebin Nyshkim
cfda1dcdfe feat: add toDateObj filter 2024-10-16 17:53:25 +02:00
Sebin Nyshkim
786bec76e9 style: 🔧 use short form of arrow function syntax 2024-10-16 02:01:27 +02:00
Sebin Nyshkim
d9c28d07f0 feat: 🔧 update robots.txt 2024-10-16 01:45:43 +02:00
Sebin Nyshkim
789544445f feat: 🔧 set up robots.txt generator plugin 2024-10-15 04:19:43 +02:00
Sebin Nyshkim
f8b97f7649 refactor: ♻️ use custom sitemap generation instead of package 2024-10-15 04:18:50 +02:00
Sebin Nyshkim
54260f01f8 build: 🔧 update config file in accordance to recommendations from the docs 2024-10-14 05:35:47 +02:00
Sebin Nyshkim
b3003321c9 feat: 🎉 initial commit 2024-10-12 17:25:59 +02:00