Commit graph

62 commits

Author SHA1 Message Date
Sebin Nyshkim
30fb6427c3 feat: add definition lists to markdown 2024-10-22 12:40:55 +02:00
Sebin Nyshkim
b46476fdf1 feat: 💄 add callout aliases 2024-10-21 17:52:58 +02:00
Sebin Nyshkim
4f766fca0f fix: 💄 increase breakpoint for biggest font-size 2024-10-20 23:40:31 +02:00
Sebin Nyshkim
20e3d71b2a feat: add responsiveness to article header images 2024-10-20 23:32:30 +02:00
Sebin Nyshkim
4a18fadb67 fix: 💄 align footer icons correctly on mobile 2024-10-20 22:05:15 +02:00
Sebin Nyshkim
5b03f34a79 fix: 🩹 add missing centering argument 2024-10-20 22:02:19 +02:00
Sebin Nyshkim
b7be3c56bc fix: 💄 adjust font-size on large screens 2024-10-20 22:01:21 +02:00
Sebin Nyshkim
ba8dea747e fix: 💄 revert error introduced by linter 2024-10-20 21:54:37 +02:00
Sebin Nyshkim
17d0a9f9c0 feat: 📱 improve responsive design of article header 2024-10-20 16:59:31 +02:00
Sebin Nyshkim
ceb7cdb3d9 feat: 💄 redesign blogpost header 2024-10-20 02:44:02 +02:00
Sebin Nyshkim
1fb1591a03 build: 🔧 clean output directory before build 2024-10-19 20:27:22 +02:00
Sebin Nyshkim
6164c18f0d feat: add social icon links to footer 2024-10-19 19:55:24 +02:00
Sebin Nyshkim
0970c95531 docs: 📝 expand list of used packages 2024-10-19 19:48:06 +02:00
Sebin Nyshkim
a1c27f973d feat: 🔧 add 11ty icon plugin & simple icons pack 2024-10-19 19:47:50 +02:00
Sebin Nyshkim
013816cee3 fix: 🩹 add missing title attribute to news feed 2024-10-19 06:13:42 +02:00
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