Compare commits

..

4 commits

Author SHA1 Message Date
Sebin Nyshkim
0f6bf72019 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:42:56 +02:00
Sebin Nyshkim
87919576b3 feat: 💬 add self-hosted git forge 2025-04-20 22:42:32 +02:00
Sebin Nyshkim
dbe29d4715 fix: 🩹 update sentence structure, correct typo 2025-04-20 22:41:23 +02:00
Sebin Nyshkim
7c73f7c1e0 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:40:54 +02:00

View file

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