diff options
author | Bradley Taunt <brad@bt.ht> | 2023-11-27 12:35:57 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-11-27 12:35:57 -0500 |
commit | 8d8695a0bdad71f04410bf941da5149c745ce769 (patch) | |
tree | 441a68599e9b39c2893f23b19f443eedba07ee5b /posts | |
parent | fce73e5e67af90dd6558ced11ac1d2c289f8da72 (diff) |
Testing out meta title and dates for posts
Diffstat (limited to 'posts')
-rw-r--r-- | posts/10.md (renamed from posts/$10.md) | 3 | ||||
-rw-r--r-- | posts/1kb.md (renamed from posts/Making a Website Under 1kB.md) | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/posts/$10.md b/posts/10.md index 077c74d..21573f2 100644 --- a/posts/$10.md +++ b/posts/10.md @@ -1,6 +1,5 @@ -# Do You Have an Extra $10? +[[!meta title="Do You Have an Extra $10?" date="2022-11-23"]] -2022-11-23 As software designers and developers, think of all the little things that we spend $10 on. Maybe it's a couple coffees over the course of a week. Maybe it's a TV streaming subscription. Maybe it's an impulse buy while we're out shopping for groceries. Maybe it goes into a mason jar on top of the fridge, stored away for a rainy day. diff --git a/posts/Making a Website Under 1kB.md b/posts/1kb.md index 94a2f11..2ef7ccc 100644 --- a/posts/Making a Website Under 1kB.md +++ b/posts/1kb.md @@ -1,4 +1,4 @@ -[[!meta date="2022-08-02"]] +[[!meta title="Making a Website Under 1kB" date="2022-08-02"]] I recently launched (another) website club called the [1kB Club](https://1kb.club). Unlike the [1MB Club](https://1mb.club), it isn't as accessible for most modern websites to become official members. Building a website that actually serves useful content while squeezing its page size under 1,024 bytes is no easy feat. |