From efb449041e030c8d9ec06a4f4cfbf5554c868a93 Mon Sep 17 00:00:00 2001 From: shu Date: Sat, 5 Sep 2026 21:00:19 +0800 Subject: init commit --- .../docusaurus-plushie-banner.jpeg | Bin 0 -> 96122 bytes blog/_2021-08-26-welcome/index.mdx | 30 +++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 blog/_2021-08-26-welcome/docusaurus-plushie-banner.jpeg create mode 100644 blog/_2021-08-26-welcome/index.mdx (limited to 'blog/_2021-08-26-welcome') 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 Binary files /dev/null and b/blog/_2021-08-26-welcome/docusaurus-plushie-banner.jpeg 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. -- cgit v1.2.3