Commit graph

47 commits

Author SHA1 Message Date
Sebin Nyshkim
43345f946e feat: add favicon 2024-10-19 05:39:59 +02:00
Sebin Nyshkim
51e9b03ff2 feat: 💬 add blog post 2024-10-19 05:14:25 +02:00
Sebin Nyshkim
87c774be6b feat: 🔧 update posts data file to use git created date for post publish date 2024-10-19 05:13:49 +02:00
Sebin Nyshkim
e27d720d2f feat: 💬 update about page 2024-10-19 05:12:48 +02:00
Sebin Nyshkim
e5b84cd5f6 docs: 📝 update list of used plugins 2024-10-19 05:09:07 +02:00
Sebin Nyshkim
af10e21a87 style: 🗑️ remove code that's no longer being used 2024-10-19 05:08:33 +02:00
Sebin Nyshkim
527ede261b fix: 🩹 remove superfluous class names 2024-10-18 22:57:13 +02:00
Sebin Nyshkim
fef051e191 feat: add aria tags to svg icons 2024-10-18 22:55:04 +02:00
Sebin Nyshkim
7d1b1a06d7 feat: restructure main navigation to be more accessibility friendly 2024-10-18 22:55:04 +02:00
Sebin Nyshkim
113d583524 feat: add aria labels to post meta data 2024-10-18 22:55:04 +02:00
Sebin Nyshkim
53f1a88fd6 feat: add missing aria states to pagination 2024-10-18 22:55:04 +02:00
Sebin Nyshkim
ee5c6ddaa0 fix: 🩹 remove dangling text fragment from earlier draft 2024-10-18 15:21:47 +02:00
Sebin Nyshkim
1afcf222d7 feat: 🩹 use custom properties to set font-family 2024-10-18 14:52:22 +02:00
Sebin Nyshkim
453331f3dd feat: 💄 change prism theme to Catppuccin (latte/frappe) 2024-10-18 14:52:22 +02:00
Sebin Nyshkim
16047b9d57 fix: 💄 set proper bold style on bold text 2024-10-18 14:52:22 +02:00
Sebin Nyshkim
85cd1be513 style: 🗑️ remove superseded css classes 2024-10-18 14:52:22 +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
3c7649a733 feat: add 404 error page 2024-10-16 01:44:58 +02:00
Sebin Nyshkim
1ebb0e7226 refactor: ♻️ move post meta into importable macro 2024-10-15 22:58:29 +02:00
Sebin Nyshkim
9f7387c54b refactor: ♻️ make less use of @apply to reduce resulting css bundle size 2024-10-15 22:58:03 +02:00
Sebin Nyshkim
7b2e1b14b3 fix: 💄 tweak base layout styling 2024-10-15 17:54:15 +02:00
Sebin Nyshkim
ee915d55ae fix: 💄 tweak footnote highlighting 2024-10-15 17:03:59 +02:00
Sebin Nyshkim
7c437f48a8 fix: 💄 wrap footer contents on mobile 2024-10-15 13:37:48 +02:00
Sebin Nyshkim
65e6630376 fix: 💄 tweak font styles 2024-10-15 13:34:05 +02:00
Sebin Nyshkim
b500157fb0 feat: 💄 use tailwind utility classes for abbr styles 2024-10-15 13:31:46 +02:00
Sebin Nyshkim
0e4705ff20 feat: 🩹 include site title in the header 2024-10-15 13:28:13 +02:00
Sebin Nyshkim
1dbbf33315 feat: 🤡 doing it for the meme 2024-10-15 13:26:23 +02:00
Sebin Nyshkim
00706011b3 fix: 🩹 restructure about page more thematically 2024-10-15 13:25:58 +02:00
Sebin Nyshkim
f8a5913600 fix: 💄 prevent link styles from applying to buttons 2024-10-15 04:43:28 +02:00
Sebin Nyshkim
67c10f96c1 feat: 💄 add styles for footnote highlighting 2024-10-15 04:29:14 +02:00
Sebin Nyshkim
513e7bd2b4 fix: 💄 normalize link styles across site 2024-10-15 04:28:38 +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
f7e0e51bc6 fix: 🐛 activeKey loses active state on sub-pages 2024-10-15 04:13:45 +02:00
Sebin Nyshkim
c3c3e571c5 fix: 🐛 disable escaping in OG image 2024-10-15 00:25:59 +02:00
Sebin Nyshkim
a4b4935561 refactor: ♻️ use reverse property instead of filter 2024-10-14 20:26:43 +02:00
Sebin Nyshkim
edd194847a refactor: 🚚 rename layout for clarity 2024-10-14 20:05:43 +02:00
Sebin Nyshkim
c2bdd6d246 feat: extend default post data file 2024-10-14 05:39:34 +02:00
Sebin Nyshkim
e3b1c67197 feat: add fediverse creator meta tag 2024-10-14 05:38:37 +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
73e55e84b4 docs: 📝 add README 2024-10-12 23:11:27 +02:00
Sebin Nyshkim
b3003321c9 feat: 🎉 initial commit 2024-10-12 17:25:59 +02:00