initial commit.

This commit is contained in:
2025-05-03 21:15:13 +07:00
parent 474bc266c7
commit 3b3025ee3a
15 changed files with 260 additions and 0 deletions

13
.vscode/metadata.code-snippets vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"DocuMetadata": {
"prefix": "metadata",
"body": [
"---",
"title : ${1:judul post}",
"description : ${2:deskripsi singkat dari post}",
"date : ${3:10-12-2024}",
"---"
],
"description": "Snippet untuk membuat metadata."
}
}