Compare commits

..

4 commits

Author SHA1 Message Date
Sebin Nyshkim
3d764cbc87 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-20 22:47:07 +02:00
Sebin Nyshkim
50b72aa83b feat: 💬 add self-hosted git forge 2025-04-20 22:47:07 +02:00
Sebin Nyshkim
ba4fd533c1 fix: 🩹 update sentence structure, correct typo 2025-04-20 22:47:07 +02:00
Sebin Nyshkim
1ca121fd55 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 22:47:07 +02:00

View file

@ -16,8 +16,8 @@
twitter_handle = twitter.account,
name = author.name,
generator = eleventy.generator,
preconnect = ['https://cdn.sebin-nyshkim.net'],
dns_prefetch = ['https://cdn.sebin-nyshkim.net'],
preconnect = ['https://img.sebin-nyshkim.net'],
dns_prefetch = ['https://img.sebin-nyshkim.net'],
css = ['/fonts/tilt-warp/tilt-warp.css',
'/fonts/encode-sans/encode-sans.css',
'/fonts/m-plus-1-code/m-plus-1-code.css',