From 204676006c9787b2d5db4512105741a6c1a61a8d Mon Sep 17 00:00:00 2001 From: "Brandon C. Irizarry" Date: Thu, 26 Feb 2026 19:37:01 -0500 Subject: Track blog --- drafts/posts/apple-time.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 drafts/posts/apple-time.md (limited to 'drafts/posts/apple-time.md') diff --git a/drafts/posts/apple-time.md b/drafts/posts/apple-time.md new file mode 100644 index 0000000..e012fc5 --- /dev/null +++ b/drafts/posts/apple-time.md @@ -0,0 +1,21 @@ ++++ +title = "My first post" +summary = "Stub post for buildablog" ++++ + +# Roses are red + +Violets are blue, etc. +
+```go +package main + +import "fmt" + +func main() { + fmt.Println("Hello world!") +} +``` +
+ +[This is a link](https://example.com) -- cgit v1.2.3