First commit with hugo example page initialized following the quickstart guide
This commit is contained in:
12
content/posts/my-first-post.md
Normal file
12
content/posts/my-first-post.md
Normal file
@@ -0,0 +1,12 @@
|
||||
+++
|
||||
title = 'My First Post'
|
||||
date = 2024-09-16T21:37:55+02:00
|
||||
draft = false
|
||||
+++
|
||||
|
||||
## Introduction
|
||||
|
||||
This is **bold** text, and this is *emphasized* text.
|
||||
|
||||
Visit the [Hugo](https://gohugo.io) website!
|
||||
|
Reference in New Issue
Block a user