Skip to content

Commit

Permalink
🦖 Docusarus Configuration Update
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipbhowmik committed May 27, 2024
1 parent 36ea843 commit caefa88
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 14,659 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/content_bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ body:
value: |
### Before you start
1. Check the [existing issues](https://github.com/subhadipbhowmik/30-Days-Of-CPP/issues)
2. I have read the [contributing guidelines](https://github.com/subhadipbhowmik/30-Days-Of-CPP/blob/main/CONTRIBUTING.md)
1. Check the [existing issues](https://github.com/subhadipbhowmik/30-Days-Of-CPP/issues)
2. I have read the [contributing guidelines](https://github.com/subhadipbhowmik/30-Days-Of-CPP/blob/main/CONTRIBUTING.md)
---
- type: input
Expand Down
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/missing_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ body:
value: |
### Before you start
1. Check the [existing issues](https://github.com/subhadipbhowmik/30-Days-Of-CPP/issues)
2. I have read the [contributing guidelines](https://github.com/subhadipbhowmik/30-Days-Of-CPP/blob/main/CONTRIBUTING.md)
1. Check the [existing issues](https://github.com/subhadipbhowmik/30-Days-Of-CPP/issues)
2. I have read the [contributing guidelines](https://github.com/subhadipbhowmik/30-Days-Of-CPP/blob/main/CONTRIBUTING.md)
---
# - type: input
# id: page-url
# attributes:
Expand Down
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,17 @@ const config = {
"https://github.com/subhadipbhowmik/30-Days-Of-CPP/tree/main/",
},
blog: {
blogDescription: 'Read blog post about C++ programming language',
showReadingTime: true,
editUrl:
"https://github.com/subhadipbhowmik/30-Days-Of-CPP/tree/main/",
},
theme: {
customCss: "./src/css/custom.css",
},
pages: {
path: "./src/pages",
},
}),
],
],
Expand Down Expand Up @@ -133,6 +137,7 @@ const config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ["cpp"],
},
}),
};
Expand Down
Loading

0 comments on commit caefa88

Please sign in to comment.