mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-19 16:10:16 +00:00
27 lines
619 B
Markdown
27 lines
619 B
Markdown
---
|
|
slug: test-post
|
|
title: First test post
|
|
tags: [linux, python, kubernetes, devops, networks]
|
|
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>
|
|
|
|
:::
|