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
-5
View File
@@ -1,11 +1,6 @@
---
slug: first-blog-post
title: First Blog Post
authors:
name: Gao Wei
title: Docusaurus Core Team
url: https://github.com/wgao19
image_url: https://github.com/wgao19.png
tags: [hola, docusaurus]
---
-1
View File
@@ -1,7 +1,6 @@
---
slug: long-blog-post
title: Long Blog Post
authors: endi
tags: [hello, docusaurus]
---
-1
View File
@@ -1,7 +1,6 @@
---
slug: mdx-blog-post
title: MDX Blog Post
authors: [slorber]
tags: [docusaurus]
---
+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.
-26
View File
@@ -1,26 +0,0 @@
---
slug: adguard-dns
title: Adguard DNS
# authors: [akmalov]
tags: [docker, homelab, linux]
---
[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.
<!--truncate-->
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:
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.
-6
View File
@@ -15,9 +15,3 @@ slorber:
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png
akmalov:
name: Artur Akmalov
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png