From 3842752f138208b6b710f769a6c8700db7c93154 Mon Sep 17 00:00:00 2001 From: Lukas Date: Sun, 24 Mar 2024 15:45:15 -0400 Subject: [PATCH] shortnotes --- content/shortnotes/{20240131.md => 20240131-security-vuln.md} | 1 - content/shortnotes/testing-fsrs.md | 1 - newpost.sh | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) rename content/shortnotes/{20240131.md => 20240131-security-vuln.md} (98%) diff --git a/content/shortnotes/20240131.md b/content/shortnotes/20240131-security-vuln.md similarity index 98% rename from content/shortnotes/20240131.md rename to content/shortnotes/20240131-security-vuln.md index d42ea0c..ecd2b6f 100644 --- a/content/shortnotes/20240131.md +++ b/content/shortnotes/20240131-security-vuln.md @@ -3,7 +3,6 @@ title = "20240131" # description = "" date = 2024-01-31 # updated = 2024-01-31 -draft = true [taxonomies] tags = ["shortnotes"] +++ diff --git a/content/shortnotes/testing-fsrs.md b/content/shortnotes/testing-fsrs.md index f905a17..149c2df 100644 --- a/content/shortnotes/testing-fsrs.md +++ b/content/shortnotes/testing-fsrs.md @@ -3,7 +3,6 @@ title = "Trying Out FSRS" # description = "" date = 2024-01-15 # updated = 2024-01-15 -draft = true [taxonomies] tags = ["shortnotes"] +++ diff --git a/newpost.sh b/newpost.sh index 855fdb2..982b567 100755 --- a/newpost.sh +++ b/newpost.sh @@ -74,7 +74,7 @@ title = "$post_name" # description = "" date = $year-$month-$day # updated = $year-$month-$day -draft = true +#draft = true [taxonomies] tags = [$shortnotestag] +++