Initial docusaurus

This commit is contained in:
2024-10-01 01:01:59 +00:00
parent 100a3d4948
commit 338600605a
133 changed files with 19832 additions and 4188 deletions

View File

@ -0,0 +1,33 @@
---
slug: mdx-blog-post
title: MDX Blog Post
date: 2021-08-02 10:00:00
authors: [bspeice]
tags: []
---
## title
Hello?
Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/).
:::tip
Use the power of React to create interactive blog posts.
:::
{/* truncate */}
For example, use JSX to create an interactive button:
```js
// highlight-start
<button onClick={() => alert('button clicked!')}>Click me!</button>
// highlight-end
<button onClick={() => alert('button clicked!')}>Click me!</button>
```
<button onClick={() => alert('button clicked!')}>Click me!</button>

View File

@ -0,0 +1,3 @@
---
title: Another title
---

4
blog/authors.yml Normal file
View File

@ -0,0 +1,4 @@
bspeice:
name: Bradlee Speice
socials:
github: bspeice