Jekyll is bloat; It's adding a lot of: - undesired HTML - big stylesheets - useless JS (Anchor.js) served by a 3rd-party (Cloudflare), for a feature that must be static HTML (for accessibility and efficiency) - [default themes](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll#supported-themes) don't support adaptive/auto dark-light color-scheme: pages-themes/minimal#101 The HTML is overly backwards-compatible (which is nice, except for the missing semantic HTML) [Embrace our lord and savior, HTML (and CSS)](https://github.com/lyoshenka/awesome-motherfucking-website) Partial inspiration: akalenuk/wordsandbuttons#19
Jekyll is bloat; It's adding a lot of:
The HTML is overly backwards-compatible (which is nice, except for the missing semantic HTML)
Embrace our lord and savior, HTML (and CSS)
Partial inspiration: akalenuk/wordsandbuttons#19