mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
🚚 refactor: move blog posts blog section
This commit is contained in:
parent
4ac32077eb
commit
64449d5d9f
8 changed files with 45 additions and 16 deletions
14
content/blog/almost-no-js.md
Normal file
14
content/blog/almost-no-js.md
Normal 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 :-)
|
||||
Loading…
Add table
Add a link
Reference in a new issue