make index page dynamic
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
@@ -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
20
content/ts/hellots2.md
Normal 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!
|
||||
Reference in New Issue
Block a user