init
This commit is contained in:
18
blogs/en/1.demo.mdx
Normal file
18
blogs/en/1.demo.mdx
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: demo
|
||||
description: it is a description
|
||||
slug: /demo
|
||||
tags: nextjs,i18n,mdx,starter,robots,sitemap
|
||||
date: 2025-02-16
|
||||
visible: published
|
||||
# visible: draft/invisible/published (published is default)
|
||||
pin: pin
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
||||
demo
|
||||
|
||||
## How to use
|
||||
|
||||
demo
|
||||
18
blogs/ja/1.demo.mdx
Normal file
18
blogs/ja/1.demo.mdx
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: デモ
|
||||
description: これはデモプロジェクトの説明です
|
||||
slug: /demo
|
||||
tags: nextjs,i18n,mdx,starter,robots,sitemap
|
||||
date: 2025-02-16
|
||||
visible: published
|
||||
# visible: draft/invisible/published、デフォルトはpublished
|
||||
# pin: pin
|
||||
---
|
||||
|
||||
## はじめに
|
||||
|
||||
デモ
|
||||
|
||||
## 使い方
|
||||
|
||||
デモ
|
||||
18
blogs/zh/1.demo.mdx
Normal file
18
blogs/zh/1.demo.mdx
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: 示例
|
||||
description: 这是一个描述
|
||||
slug: /demo
|
||||
tags: nextjs,i18n,mdx,starter,robots,sitemap
|
||||
date: 2025-02-16
|
||||
visible: published
|
||||
# visible: draft/invisible/published,默认为published
|
||||
pin: true
|
||||
---
|
||||
|
||||
## 简介
|
||||
|
||||
示例
|
||||
|
||||
## 如何使用
|
||||
|
||||
示例
|
||||
18
blogs/zh/2.demo2.mdx
Normal file
18
blogs/zh/2.demo2.mdx
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: 示例2
|
||||
description: 这是一个描述2
|
||||
slug: /demo2
|
||||
tags: nextjs,i18n,mdx,starter,robots,sitemap
|
||||
date: 2025-02-17
|
||||
visible: published
|
||||
# visible: draft/invisible/published,默认为published
|
||||
# pin: true
|
||||
---
|
||||
|
||||
## 简介
|
||||
|
||||
示例2
|
||||
|
||||
## 如何使用
|
||||
|
||||
示例2
|
||||
Reference in New Issue
Block a user