cloud native notes

Technology, musings and anything else that comes to mind.

My First Post

2023-08-31 post

Introduction

Follow me on LinkedIn: www.linkedin.com/comm/mynetwork/discovery-see-all?usecase=PEOPLE_FOLLOWS&followMember=mattkferguson

This is bold text, and this is emphasized text.

Working with Images Image alt text

Example short codes: This is 2026, and look at how far we’ve come.

Visit the Hugo website!

Example code with Syntax highlighting sytles.

  1. the hugo.toml file is using onedark
  2. the my-first-post.md is using emacs
package main

import "fmt"

func main() {
    for i := 0; i < 3; i++ {
        fmt.Println("Value of i:", i)
    }
}

Now, syntax highlighting using Hugo shortcodes:

1package main
2
3import "fmt"
4
5func main() {
6    for i := 0; i < 3; i++ {
7        fmt.Println("Value of i:", i)
8    }
9}

A shortcode that adds a QR code: