new pages
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 1m7s
Deploy Hugo site to Pages / deploy (push) Has been skipped

This commit is contained in:
2024-11-22 09:58:43 +00:00
parent b04ee6b0fc
commit 43f9a55f48
15 changed files with 339 additions and 65 deletions

View File

@@ -0,0 +1,18 @@
---
title: User Documentation
next: first-page
---
This is a demo of the theme's documentation layout.
## Hello, World!
```go {filename="main.go"}
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
```