From 675360cd99126632893403bb6d498e168f774909 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Sat, 1 Jun 2024 19:27:45 -0300 Subject: add publishDate to post --- blog.org | 1 + content/_index.md | 2 +- content/about.md | 2 +- content/blog/rust-is-not-about-memory-safety.md | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/blog.org b/blog.org index f95bba5..5c1b361 100644 --- a/blog.org +++ b/blog.org @@ -37,6 +37,7 @@ this blog was built using emacs' excelent org-mode and [[https://github.com/gohu :EXPORT_HUGO_SECTION: /blog :END: ** rust is not about memory safety :rust:correctness: +SCHEDULED: <2024-06-01 dom> :PROPERTIES: :EXPORT_FILE_NAME: rust-is-not-about-memory-safety :END: diff --git a/content/_index.md b/content/_index.md index ff54223..3b369ca 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,7 +2,7 @@ title = "home" author = ["santi"] description = "a lower case only blog, purely for aesthetics" -lastmod = 2024-06-01T18:59:08-03:00 +lastmod = 2024-06-01T19:24:40-03:00 draft = false +++ diff --git a/content/about.md b/content/about.md index c4d03c4..14813f7 100644 --- a/content/about.md +++ b/content/about.md @@ -2,7 +2,7 @@ title = "about" author = ["santi"] description = "a lower case only blog, purely for aesthetics" -lastmod = 2024-06-01T19:13:52-03:00 +lastmod = 2024-06-01T19:24:41-03:00 draft = false menu = "main" +++ diff --git a/content/blog/rust-is-not-about-memory-safety.md b/content/blog/rust-is-not-about-memory-safety.md index d73e4ab..39209e5 100644 --- a/content/blog/rust-is-not-about-memory-safety.md +++ b/content/blog/rust-is-not-about-memory-safety.md @@ -2,7 +2,8 @@ title = "rust is not about memory safety" author = ["santi"] description = "a lower case only blog, purely for aesthetics" -lastmod = 2024-06-01T18:59:08-03:00 +publishDate = 2024-06-01T00:00:00-03:00 +lastmod = 2024-06-01T19:26:17-03:00 tags = ["rust", "correctness"] draft = false +++ -- cgit v1.2.3