mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-20 00:20:28 +00:00
30 lines
717 B
Markdown
30 lines
717 B
Markdown
---
|
|
slug: template
|
|
title: title
|
|
description: Описание
|
|
image: ./logo.png
|
|
tags: [docker, linux, networks]
|
|
keywords: [docker, linux]
|
|
date: 2023-11-29
|
|
---
|
|
|
|
Описание для предварительного просмотра на главной странице
|
|
|
|
[](/blog/cache-server)
|
|
<!--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>
|
|
|
|
::: |