Skip to content

Commit 3c5976c

Browse files
committed
remove temp blog
1 parent 39372a6 commit 3c5976c

File tree

10 files changed

+8
-157
lines changed

10 files changed

+8
-157
lines changed

blog/2019-05-28-first-blog-post.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

blog/2019-05-29-long-blog-post.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

blog/2021-08-01-mdx-blog-post.mdx

Lines changed: 0 additions & 24 deletions
This file was deleted.
-93.9 KB
Binary file not shown.

blog/2021-08-26-welcome/index.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

blog/authors.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

blog/tags.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const config: Config = {
3030
onBrokenLinks: 'throw',
3131
onBrokenMarkdownLinks: 'warn',
3232

33-
trailingSlash: true,
33+
trailingSlash: false,
3434

3535

3636
// Even if you don't use internationalization, you can use this field to set

postcss.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
plugins: [
3+
require('@tailwindcss/postcss'),
4+
require('autoprefixer'),
5+
],
6+
};

tailwind.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const { fontFamily } = require("tailwindcss/defaultTheme");
2-
import { mtConfig } from "@material-tailwind/react";
32

43

54
/** @type {import('tailwindcss').Config} */
@@ -20,6 +19,5 @@ module.exports = {
2019
'github-stars-text-dark': 'linear-gradient(to right, #fff, #aaa)',
2120
},
2221
}
23-
},
24-
plugins: [mtConfig],
22+
}
2523
};

0 commit comments

Comments
 (0)