]> git.taranathan.com Git - blog.git/commitdiff
fix
authormoo <moogoesmeow123@gmail.com>
Mon, 1 Jun 2026 21:45:01 +0000 (14:45 -0700)
committermoo <moogoesmeow123@gmail.com>
Mon, 1 Jun 2026 21:45:01 +0000 (14:45 -0700)
justfile

index 9dcaad8afec53cb97a999311d93071cfa2796be5..fdddd5a706f5748703ca900899edf889a23d9f1b 100644 (file)
--- a/justfile
+++ b/justfile
@@ -1,7 +1,7 @@
 mini name:
     git switch main
     echo "+++" >> ./content/miniblog/{{name}}.md
-    echo 'name = "{{name}}"' >> ./content/miniblog/{{name}}.md
+    echo 'title = "{{name}}"' >> ./content/miniblog/{{name}}.md
     echo "date = {{`date +%Y-%m-%d`}}" >> ./content/miniblog/{{name}}.md
     echo "+++" >> ./content/miniblog/{{name}}.md
     helix ./content/miniblog/{{name}}.md
@@ -9,7 +9,7 @@ mini name:
 blog name:
     git switch main
     echo "+++" >> ./content/blog/{{name}}.md
-    echo 'name = "{{name}}"' >> ./content/blog/{{name}}.md
+    echo 'title = "{{name}}"' >> ./content/blog/{{name}}.md
     echo "date = {{`date +%Y-%m-%d`}}" >> ./content/blog/{{name}}.md
     echo "+++" >> ./content/blog/{{name}}.md
     helix ./content/blog/{{name}}.md