From cdecb8191a791b8db66effe61de16cb3e3904238 Mon Sep 17 00:00:00 2001 From: "Brandon C. Irizarry" Date: Sun, 8 Mar 2026 19:16:04 -0400 Subject: Reorder posts according to new publishing algorithm --- posts/apple-time.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 posts/apple-time.md (limited to 'posts/apple-time.md') diff --git a/posts/apple-time.md b/posts/apple-time.md new file mode 100644 index 0000000..e012fc5 --- /dev/null +++ b/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