19 lines
303 B
Markdown
19 lines
303 B
Markdown
---
|
|
title: Hello, World
|
|
author: riyad
|
|
date: 10:11:12
|
|
category: js
|
|
summery: sdklfjsld
|
|
---
|
|
|
|
# Hi there!
|
|
|
|
This Markdown file creates a page at `your-domain.com/page-1/`
|
|
|
|
It probably isn't styled much, but Markdown does support:
|
|
|
|
- **bold** and _italics._
|
|
- lists
|
|
- [links](https://astro.build)
|
|
- and more!
|