alexohneander-zola/content/blog/almost-no-js.md
2023-03-05 19:44:36 +01:00

15 lines
405 B
Markdown

+++
title = "Almost no JavaScript"
date = 2023-01-06
description = "JavaScript is only used when HTML and CSS aren't enough."
[taxonomies]
tags = ["showcase"]
+++
# Javascript?
This theme has almost no JavaScript. It includes a single ~950 byte `.js` file with the logic for the light/dark mode switch.
Other than that, it's a fast site with html and css. Just the way (most of) the web should be :-)