mirror of
https://github.com/bspeice/speice.io
synced 2025-07-01 22:06:26 -04:00
Initial docusaurus
This commit is contained in:
33
blog/2021-08-01-mdx-blog-post.mdx
Normal file
33
blog/2021-08-01-mdx-blog-post.mdx
Normal 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>
|
3
blog/2021-08-01-second.mdx
Normal file
3
blog/2021-08-01-second.mdx
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: Another title
|
||||
---
|
4
blog/authors.yml
Normal file
4
blog/authors.yml
Normal file
@ -0,0 +1,4 @@
|
||||
bspeice:
|
||||
name: Bradlee Speice
|
||||
socials:
|
||||
github: bspeice
|
Reference in New Issue
Block a user