aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2026-04-23 00:07:27 -0400
committerBardofSprites <[email protected]>2026-04-23 00:07:27 -0400
commitbf8b1aeec85c5c8fdeed88115a230577a19ee25e (patch)
tree28ac75f55436996edb58cd37551939b7c3095137
parent5532efce67fe49aaa8074ead89e100e049827142 (diff)
blog snippet
-rw-r--r--snippets/org-mode/blog10
1 files changed, 10 insertions, 0 deletions
diff --git a/snippets/org-mode/blog b/snippets/org-mode/blog
new file mode 100644
index 0000000..410d4d0
--- /dev/null
+++ b/snippets/org-mode/blog
@@ -0,0 +1,10 @@
+# -*- mode: snippet -*-
+# name: blog
+# key: blog
+# --
+#+title: ${1:title}
+#+date: `(format-time-string "%Y-%m-%dT%H:%M:%S%z")`
+#+type: ${2:type of post}
+#+tags: [${3:tags}]
+
+$0 \ No newline at end of file