aboutsummaryrefslogtreecommitdiff
path: root/blog/_2021-08-26-welcome
diff options
context:
space:
mode:
authorshu <nvcsadjkojf@outlook.com>2026-09-05 21:00:19 +0800
committershu <nvcsadjkojf@outlook.com>2026-09-05 21:00:19 +0800
commitefb449041e030c8d9ec06a4f4cfbf5554c868a93 (patch)
treefb9bdd23a9c4a71d54daa2b5a854a6e5082063f3 /blog/_2021-08-26-welcome
init commit
Diffstat (limited to 'blog/_2021-08-26-welcome')
-rw-r--r--blog/_2021-08-26-welcome/docusaurus-plushie-banner.jpegbin0 -> 96122 bytes
-rw-r--r--blog/_2021-08-26-welcome/index.mdx30
2 files changed, 30 insertions, 0 deletions
diff --git a/blog/_2021-08-26-welcome/docusaurus-plushie-banner.jpeg b/blog/_2021-08-26-welcome/docusaurus-plushie-banner.jpeg
new file mode 100644
index 0000000..11bda09
--- /dev/null
+++ b/blog/_2021-08-26-welcome/docusaurus-plushie-banner.jpeg
Binary files differ
diff --git a/blog/_2021-08-26-welcome/index.mdx b/blog/_2021-08-26-welcome/index.mdx
new file mode 100644
index 0000000..b569c47
--- /dev/null
+++ b/blog/_2021-08-26-welcome/index.mdx
@@ -0,0 +1,30 @@
+---
+slug: welcome
+title: Welcome
+# authors: [slorber, yangshun]
+tags: [facebook, hello, docusaurus]
+draft: true
+---
+
+[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog).
+
+Here are a few tips you might find useful.
+
+{/* truncate */}
+
+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.