make index page dynamic

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2022-12-19 23:23:12 +06:00
parent 16be1385b6
commit 4ef9100efc
10 changed files with 197 additions and 32 deletions

View File

@@ -1,9 +1,11 @@
---
title: Hello, World
title: "Title of the page 3"
description: "meta description of the page"
draft: false
head: true
author: riyad
date: 10:11:12
category: js
summery: sdklfjsld
date: 24 Jan 2022
type: Typescript
---
# Hi there!

20
content/ts/hellots2.md Normal file
View File

@@ -0,0 +1,20 @@
---
title: "Title of the page 4"
description: "meta description of the page"
draft: false
head: true
author: riyad
date: 25 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!