mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
test
This commit is contained in:
parent
7a816f77d6
commit
4da476463c
1 changed files with 11 additions and 0 deletions
11
src/pages/posts/blogs/test.md
Normal file
11
src/pages/posts/blogs/test.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: "../../../layouts/MarkdownPost.astro"
|
||||
title: "My Markdown page"
|
||||
cover:
|
||||
url: "https://example.com/image.jpg"
|
||||
tags: ["markdown", "example"]
|
||||
---
|
||||
|
||||
# Title
|
||||
|
||||
This is my page, written in **Markdown.**
|
||||
Loading…
Reference in a new issue