SketchyMaze.com website built using Hugo.
https://www.sketchymaze.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
316 B
21 lines
316 B
4 years ago
|
---
|
||
|
title: "Example"
|
||
|
date: 2021-01-03T18:12:43-08:00
|
||
|
draft: false
|
||
|
tags: ["foo", "bar"]
|
||
|
toc: true
|
||
|
---
|
||
|
|
||
|
# Markdown is fully supported
|
||
|
|
||
|
## So are a variety of other flavors
|
||
|
|
||
|
If you prefer certain flavors, you should check it
|
||
|
out on the official documentation.
|
||
|
|
||
|
```go
|
||
|
func main() {
|
||
|
fmt.Println("Hello world!")
|
||
|
}
|
||
|
```
|