diff options
| author | Brandon C. Irizarry <brandon.irizarry@gmail.com> | 2026-02-26 19:37:01 -0500 |
|---|---|---|
| committer | Brandon C. Irizarry <brandon.irizarry@gmail.com> | 2026-02-26 19:37:01 -0500 |
| commit | 204676006c9787b2d5db4512105741a6c1a61a8d (patch) | |
| tree | 21b5b8b69b2a47c38bc0994790c20bfd521b3839 /drafts/posts/apple-time.md | |
Track blog
Diffstat (limited to 'drafts/posts/apple-time.md')
| -rw-r--r-- | drafts/posts/apple-time.md | 21 |
1 files changed, 21 insertions, 0 deletions
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. +<br> +```go +package main + +import "fmt" + +func main() { + fmt.Println("Hello world!") +} +``` +<br> + +[This is a link](https://example.com) |
