mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-19 16:10:16 +00:00
MVP for hosting
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
---
|
||||
slug: blog-setup
|
||||
title: Установка этого блога к себе на сервер
|
||||
description: Описание
|
||||
image: ./logo.png
|
||||
tags: [blog, javascript, nginx]
|
||||
keywords: [docker, linux]
|
||||
date: 2023-11-29
|
||||
---
|
||||
|
||||
Описание для предварительного просмотра на главной странице
|
||||
|
||||
[](/blog/blog-setup)
|
||||
<!--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>
|
||||
|
||||
:::
|
||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 180 KiB |
Reference in New Issue
Block a user