docusaurus init

This commit is contained in:
Artur Akmalov
2023-05-17 00:46:16 +05:00
parent 913a9d37ff
commit 7c36b010b9
75 changed files with 7011 additions and 30401 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

+28
View File
@@ -0,0 +1,28 @@
---
slug: welcome
title: Welcome
tags: [facebook, hello, docusaurus]
---
Simply add Markdown files (or folders) to the `blog` directory.
![Docusaurus Plushie](./docusaurus-plushie-banner.jpeg)
<!--truncate-->
[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog).
Simply add Markdown files (or folders) to the `blog` directory.
Regular blog authors can be added to `authors.yml`.
The blog post date can be extracted from filenames, such as:
- `2019-05-30-welcome.md`
- `2019-05-30-welcome/index.md`
A blog post folder can be convenient to co-locate blog post images:
<!-- ![Docusaurus Plushie](./docusaurus-plushie-banner.jpeg) -->
The blog supports tags as well!
**And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config.