Melora Hugues
f7627ba6ea
This commit inits a new Hugo repository with a default draft article, but without a theme yet
16 lines
166 B
Markdown
16 lines
166 B
Markdown
---
|
|
title: "First Post"
|
|
date: 2023-06-19T11:37:35+02:00
|
|
draft: true
|
|
---
|
|
|
|
## Title
|
|
|
|
This is my content
|
|
|
|
```python
|
|
def method(args):
|
|
print("toto")
|
|
return args
|
|
```
|
|
|