18 lines
293 B
Markdown
18 lines
293 B
Markdown
# My First Blog Post
|
|
|
|
Welcome to my **fantastic** blog! I hope you enjoy your stay.
|
|
|
|
## Things I Like
|
|
|
|
* Coding
|
|
* Writing
|
|
* Making static sites
|
|
|
|
> Every journey begins with a single static page
|
|
|
|
Here's a sample of my favorite code:
|
|
|
|
```python
|
|
def hello():
|
|
return "Welcome to my blog!"
|
|
```
|