First commit with hugo example page initialized following the quickstart guide

This commit is contained in:
2024-09-16 22:03:43 +02:00
commit 5c1b8cff5a
23 changed files with 930 additions and 0 deletions

View 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!