diff options
| author | Brandon C. Irizarry <brandon.irizarry@gmail.com> | 2026-03-08 19:16:04 -0400 |
|---|---|---|
| committer | Brandon C. Irizarry <brandon.irizarry@gmail.com> | 2026-03-08 19:16:04 -0400 |
| commit | cdecb8191a791b8db66effe61de16cb3e3904238 (patch) | |
| tree | 815c42e49e87ab89b103cf876437cc985f078675 /posts/apple-time.md | |
| parent | c4af1098ffebffa02d3a055d7570193acd77985d (diff) | |
Reorder posts according to new publishing algorithm
Diffstat (limited to 'posts/apple-time.md')
| -rw-r--r-- | posts/apple-time.md | 21 |
1 files changed, 21 insertions, 0 deletions
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. +<br> +```go +package main + +import "fmt" + +func main() { + fmt.Println("Hello world!") +} +``` +<br> + +[This is a link](https://example.com) |
