21 lines
368 B
Markdown
21 lines
368 B
Markdown
---
|
|
title: "Title of the page 3"
|
|
description: "meta description of the page"
|
|
draft: false
|
|
head: true
|
|
author: riyad
|
|
date: 24 Jan 2022
|
|
type: Typescript
|
|
---
|
|
|
|
# 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!
|