feat(blogs): 新增多语言博客内容及图片资源
添加英文、日文和中文博客文章,包括1.mdx、2.mdx和3.mdx文件 新增博客相关图片资源到public/images目录
This commit is contained in:
18
blogs/en/1.mdx
Normal file
18
blogs/en/1.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
|
||||
Reference in New Issue
Block a user