make index page dynamic
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
@@ -1 +1,20 @@
|
||||
sdlfjksldfkj
|
||||
---
|
||||
title: "Title of the page 4sdf"
|
||||
description: "meta description of the page"
|
||||
draft: false
|
||||
head: true
|
||||
author: riyad
|
||||
date: 26 Jan 2022
|
||||
type: Docker
|
||||
---
|
||||
|
||||
# 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!
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
---
|
||||
Title: This is a title
|
||||
type: javascript
|
||||
time: 22-12-2022
|
||||
Author: riyad
|
||||
title: "Title of the page"
|
||||
description: "meta description of the page"
|
||||
draft: false
|
||||
head: true
|
||||
author: riyad
|
||||
date: 22 Jan 2022
|
||||
type: JavaScript
|
||||
---
|
||||
|
||||
::info-component
|
||||
|
||||
47
content/js/hellojs2.md
Normal file
47
content/js/hellojs2.md
Normal file
@@ -0,0 +1,47 @@
|
||||
---
|
||||
title: "Title of the page 2"
|
||||
description: "meta description of the page 2"
|
||||
draft: false
|
||||
head: true
|
||||
author: riyad
|
||||
date: 23 Jan 2022
|
||||
type: JavaScript
|
||||
---
|
||||
|
||||
::info-component
|
||||
#time
|
||||
22 January 2022
|
||||
|
||||
#author
|
||||
by Md. [Al Asad Nur Riyad](https://www.nurriyad.xyz)
|
||||
::
|
||||
|
||||
# How to install nuxt 3
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley
|
||||
|
||||
## Step 01
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
||||
|
||||
<img src="/img/sdf.jpg" class="mx-auto" alt="drawing" width="200"/>
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
||||
|
||||
## This is a sub header
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
||||
|
||||
[google](google.com)
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
||||
@@ -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