Added theme and basic page
All checks were successful
Build and deploy Hugo website / build-and-deploy (push) Successful in 9s
All checks were successful
Build and deploy Hugo website / build-and-deploy (push) Successful in 9s
This commit is contained in:
35
content/posts/test1.md
Normal file
35
content/posts/test1.md
Normal file
@ -0,0 +1,35 @@
|
||||
+++
|
||||
title = "Test 1"
|
||||
tags = ["test"]
|
||||
date = "1012-01-01"
|
||||
+++
|
||||
|
||||
Test 1
|
||||
I am referencing a footnote[^1]
|
||||
|
||||
```go {linenos=inline}
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("{linenos=inline}")
|
||||
}
|
||||
```
|
||||
|
||||
```go {linenos=table}
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("{linenos=table}")
|
||||
}
|
||||
```
|
||||
|
||||
```
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis in dictum tortor.
|
||||
Morbi laoreet enim id sem euismod lobortis. Donec quam libero, bibendum non cursus vitae, dictum vel eros.
|
||||
```
|
||||
|
||||
[^1]: I am the footnote
|
Reference in New Issue
Block a user