Commit Graph

6 Commits

Author SHA1 Message Date
Michael Fabian 'Xaymar' Dirks ee2b80d388 Fast Shallow Array Cloning in Javascript 2024-05-16 11:40:24 +02:00
Michael Fabian 'Xaymar' Dirks 441a8f0655 Prefer HTML over Liquid Templates
While Liquid is powerful, it is completely unreadable for many things, and actively makes documents harder to read. So instead of relying on it for everything, why not just use HTML5 for the page?

The change reduces the parsing overhead for browser by about 30% through reducing the number of useless <div> elements. Additionally the CSS became easier to read as well.
2023-04-03 22:25:08 +02:00
Michael Fabian 'Xaymar' Dirks 065a63f60b Fix code styling 2022-01-12 22:16:38 +01:00
Michael Fabian 'Xaymar' Dirks 1356033b66 Fix inline code 2022-01-12 22:14:15 +01:00
Michael Fabian 'Xaymar' Dirks ab736ed495 Set bigger code font size 2022-01-12 21:47:46 +01:00
Michael Fabian 'Xaymar' Dirks b6d9f52fef Add 'code' block 2022-01-12 21:46:43 +01:00