🚚 refactor: move blog posts blog section

This commit is contained in:
welpo 2023-03-05 19:44:36 +01:00
parent 4ac32077eb
commit 64449d5d9f
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
8 changed files with 45 additions and 16 deletions

View file

@ -0,0 +1,14 @@
+++
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 :-)