From cd964af129f6835d2cd64cd5d67a5766a7c8605a Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Tue, 9 Aug 2022 17:18:19 -0500 Subject: [PATCH] feat: made hero larger --- blog/2021-08-01-mdx-blog-post.mdx | 19 +++++++------------ src/pages/index.js | 5 +++-- src/pages/index.module.css | 2 +- 3 files changed, 11 insertions(+), 15 deletions(-) diff --git a/blog/2021-08-01-mdx-blog-post.mdx b/blog/2021-08-01-mdx-blog-post.mdx index fda8d8f6c..5a08c598b 100644 --- a/blog/2021-08-01-mdx-blog-post.mdx +++ b/blog/2021-08-01-mdx-blog-post.mdx @@ -1,20 +1,15 @@ --- slug: the-why-in-everything -title: sern's "why" +title: why authors: [jacoobes] tags: [] --- -Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/). +Yes, yet another discord.js handler. -:::tip +
Why? +
Why?? -Use the power of React to create interactive blog posts. - -```js - -``` - - - -::: +
+There are so many discord.js handlers out there. So why another one? Here's the thing. Most handlers you see out there are +poorly made, not maintained, unknown bugs, or who knows what. diff --git a/src/pages/index.js b/src/pages/index.js index d8154ca22..981131895 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -17,14 +17,15 @@ function HomepageHeader() {

{siteConfig.title.slice(6)}

{siteConfig.tagline}

- npm install @sern/handler + to="https://sern-handler.js.org/guide/walkthrough/cli"> + sern init
diff --git a/src/pages/index.module.css b/src/pages/index.module.css index 1aff8e2c1..22a9aab67 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -27,5 +27,5 @@ padding-top: 10.10rem !important; text-align: center; position: relative; - + } \ No newline at end of file