-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
reporting/reporting | ||
reporting/output | ||
.DS_Store | ||
.idea/ | ||
posts/.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
title: "Title of Example Blog Post" | ||
publication_date: 2023-10-13T13:37:00Z | ||
slug: example-blog-post | ||
tags: [blog, post, example, tag_with_whitespace] | ||
authors: [@leohhhn, @waymobetta] | ||
--- | ||
|
||
# Title of Example Blog Post | ||
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in nunc finibus, suscipit urna id, lobortis sem. Sed interdum, mi at tristique sollicitudin, risus arcu efficitur lorem, id imperdiet libero lectus non enim. Suspendisse suscipit nulla et turpis hendrerit dignissim. Sed turpis orci, consectetur id condimentum sed, semper sed metus. Fusce vel rhoncus odio. Mauris efficitur euismod tincidunt. Vivamus ut est commodo, porta dolor id, hendrerit augue. Suspendisse magna sapien, tincidunt nec sem vitae, pharetra ornare orci. In mattis nec sem ut auctor. | ||
|
||
Cras a quam mauris. Maecenas quis nunc in lacus egestas efficitur. Cras ut risus vitae neque feugiat consequat et et mauris. Vivamus congue mollis massa egestas porta. Quisque porttitor felis massa. Mauris porta auctor est et pellentesque. Cras eu risus quis nisl luctus aliquam. Nulla facilisi. Nam eu ultrices tortor. Vivamus in auctor massa, vitae porta quam. Donec iaculis ac risus id auctor. Aenean erat mi, eleifend eget eleifend viverra, rutrum in velit. | ||
|
||
## Header 2 of Example Blog Post | ||
|
||
This header contains lists. Here is an unordered list: | ||
- Item 1 | ||
- Item 2 | ||
- Item 3 | ||
|
||
Here is an ordered list: | ||
1. Item 1 | ||
2. Item 2 | ||
3. Item 3 | ||
|
||
### Header 3 of Example Blog Post | ||
|
||
This is a [link](gno.land) to a remote page. | ||
|
||
This is an image/source linked locally: | ||
![link](./src/example.png) | ||
|
||
|
||
You can also add `code` inline, as well as in blocks: | ||
|
||
```go | ||
package main | ||
|
||
import "fmt" | ||
|
||
func main() { | ||
fmt.Println("Hello, Gnopher!") | ||
} | ||
|
||
``` | ||
|
||
For more markdown examples, take a look at the [Markdown Guide](https://www.markdownguide.org/basic-syntax/). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.