Skip to content

Commit 4282237

Browse files
committed
added saas
1 parent 62eba8f commit 4282237

File tree

14 files changed

+808
-159
lines changed

14 files changed

+808
-159
lines changed

blog/9-principles-of-good-web-design.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ image: /img/codeharborhub-social-card.jpg
66
authors: [ajay-dhangar]
77
description: "Discover the 9 essential principles of good web design that enhance user experience and drive engagement. Learn how to create visually appealing, user-friendly websites that stand out."
88
sidebar_label: Web Design Principles
9+
hide_table_of_contents: true
910
---
1011

1112
<!--

docusaurus.config.js

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,29 +47,23 @@ const config = {
4747
"**/_*.{js,jsx,ts,tsx,md,mdx}",
4848
"**/_*/**",
4949
"**/*.test.{js,jsx,ts,tsx}",
50-
"**/__tests__/**"
50+
"**/__tests__/**",
5151
],
5252
showReadingTime: true,
5353
onUntruncatedBlogPosts: "ignore",
5454
editUrl: "https://github.com/codeharborhub/blog/edit/main/",
5555
remarkPlugins: [
56-
[
57-
require("@docusaurus/remark-plugin-npm2yarn"),
58-
{ sync: true }
59-
]
56+
[require("@docusaurus/remark-plugin-npm2yarn"), { sync: true }],
6057
],
6158

6259
feedOptions: {
63-
type: 'all',
60+
type: "all",
6461
copyright: ${new Date().getFullYear()} CodeHarborHub`,
6562
},
6663

6764
remarkPlugins: [
68-
[
69-
require("@docusaurus/remark-plugin-npm2yarn"),
70-
{ sync: true }
71-
],
72-
remarkMath
65+
[require("@docusaurus/remark-plugin-npm2yarn"), { sync: true }],
66+
remarkMath,
7367
],
7468

7569
rehypePlugins: [rehypeKatex],
@@ -496,6 +490,7 @@ const config = {
496490
keys: "Some-keys",
497491
},
498492
],
493+
"docusaurus-plugin-sass",
499494
],
500495
};
501496

0 commit comments

Comments
 (0)