blog test

This commit is contained in:
Artur Akmalov
2023-05-21 19:29:03 +05:00
parent 2fd3066f69
commit dc3f4cda1f
26 changed files with 133 additions and 98 deletions
+26
View File
@@ -0,0 +1,26 @@
---
slug: test-post
title: First test post
tags: [hello, docusaurus]
date: 2021-09-13T10:00
---
This is the summary of a very long blog post,
Use a `<!--` `truncate` `-->` comment to limit blog post size in the list view.
<!--truncate-->
Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/).
:::tip
Use the power of React to create interactive blog posts.
```js
<button onClick={() => alert('button clicked!')}>Click me!</button>
```
<button onClick={() => alert('button clicked!')}>Click me!</button>
:::