summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2025-04-19 21:43:53 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2025-04-19 21:43:53 +0100
commit96d437baab4a622eb540719feb90ea810fb01756 (patch)
tree8757d41e9e2c673965483b2466ae306c9a7b8368 /posts
parentea523d411689338876abd7b87d85164009e7ec73 (diff)
downloadblog-96d437baab4a622eb540719feb90ea810fb01756.tar.gz
blog-96d437baab4a622eb540719feb90ea810fb01756.tar.bz2
blog-96d437baab4a622eb540719feb90ea810fb01756.zip
Add support for atom / rss feedHEADmaster
Date format was changed to support `updated` in ISO format. Now every post will require date and time, which might be a usability regression, but we'll see. Also, `updated` field was introduced in metadata. If there is no such field, them date field will be used instead.
Diffstat (limited to 'posts')
-rw-r--r--posts/hello-world/metadata.txt2
-rw-r--r--posts/jemalloc-hpa-reference/metadata.txt2
-rw-r--r--posts/libstdc++-std-unordered-map/metadata.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/posts/hello-world/metadata.txt b/posts/hello-world/metadata.txt
index 4c57cf0..6a41b6b 100644
--- a/posts/hello-world/metadata.txt
+++ b/posts/hello-world/metadata.txt
@@ -1,4 +1,4 @@
Title: Hello, World!
Author: Dmitry Ilvokhin
-Date: 2022-12-23
+Date: 2022-12-23T17:34:00+00:00
Status: published
diff --git a/posts/jemalloc-hpa-reference/metadata.txt b/posts/jemalloc-hpa-reference/metadata.txt
index 0a84976..44feafe 100644
--- a/posts/jemalloc-hpa-reference/metadata.txt
+++ b/posts/jemalloc-hpa-reference/metadata.txt
@@ -1,4 +1,4 @@
Title: Jemalloc HPA Reference
Author: Dmitry Ilvokhin
-Date: 2025-03-23
+Date: 2025-03-23T12:58:00+00:00
Status: published
diff --git a/posts/libstdc++-std-unordered-map/metadata.txt b/posts/libstdc++-std-unordered-map/metadata.txt
index 24b3750..603d518 100644
--- a/posts/libstdc++-std-unordered-map/metadata.txt
+++ b/posts/libstdc++-std-unordered-map/metadata.txt
@@ -1,4 +1,4 @@
Title: How libstdc++ `std::unordered_map` implemented?
Author: Dmitry Ilvokhin
-Date: 2023-07-02
+Date: 2023-07-02T13:08:00+01:00
Status: published