Skip to content

Commit

Permalink
update: updated package.json for seo
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadipbhowmik committed Dec 9, 2023
1 parent b11ad8b commit d0e806b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
{
"name": "30-days-cpp",
"version": "0.0.0",
"version": "1.0.0",
"description": "30 days of CPP programming challenge is a step-by-step guide to learn CPP programming language in 30 days. Master the fundamental concepts of CPP Programming easily.",
"keywords": [
"cpp",
"cpp programming",
"30 days of cpp",
"cpp programming challenge",
"cpp programming tutorial",
"cpp programming for beginners",
"cpp programming language",
"cpp programming language tutorial",
"cpp programming language for beginners"
],
"author": {
"name": "Shubhadip Bhowmik",
"email": "[email protected]",
"url": "https://subhadipbhowmik.github.io/30-Days-Of-CPP/"
},
"homepage": "https://subhadipbhowmik.github.io/30-Days-Of-CPP/",
"repository": {
"type": "git",
"url": "https://github.com/subhadipbhowmik/30-Days-Of-CPP"
},
"bugs": {
"url": "https://github.com/subhadipbhowmik/30-Days-Of-CPP/issues"
},
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function Home() {
return (
<Layout
title={`Home | ${siteConfig.title}`}
description="Description will go into a meta tag in <head />"
description="30 days of CPP programming challenge is a step-by-step guide to learn CPP programming language in 30 days. Master the fundamental concepts of CPP Programming easily."
>
<HomepageHeader />
<main>
Expand Down

0 comments on commit d0e806b

Please sign in to comment.