to TypeScript

This commit is contained in:
Artur Akmalov
2023-05-21 17:54:37 +05:00
parent 7b121b4861
commit f85f2dc3ae
45 changed files with 2710 additions and 1101 deletions
+1 -5
View File
@@ -3,15 +3,13 @@ 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:
@@ -21,8 +19,6 @@ The blog post date can be extracted from filenames, such as:
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.