Skip to content

Commit

Permalink
Adds sitemap and updates descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhatwalia committed Apr 5, 2024
1 parent 47df49f commit 393af22
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Open [http://localhost:5173](http://localhost:5173) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.

### Edit version number in `package.json` [Optional]

Edit `package.json` before each deployment.

### `git tag -a 2.7 -m "2.7"` [Optional]

Create an annotated tag in the repository local.
Expand All @@ -22,10 +26,6 @@ Create an annotated tag in the repository local.

Pushes the annotated tag created from the previous command to github.

### Edit version number in `package.json` [Optional]

Edit `package.json` before each deployment.

### `npm run build`

Prepare the site for deployment.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"homepage": "http://dhatwalia.github.io",
"name": "prajwal",
"description": "Prajwal Dhatwalia's react based portfolio website",
"version": "5.2",
"description": "Prajwal Dhatwalia's react based portfolio",
"version": "5.3",
"private": true,
"proxy": "http://localhost:8000/",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
</head>
<body>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
name="prajwal"
content="Prajwal Dhatwalia's react based portfolio"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
Expand Down
3 changes: 2 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"short_name": "Prajwal",
"name": "Prajwal Dhatwalia's react based portfolio website",
"name": "Prajwal Dhatwalia",
"description": "Prajwal Dhatwalia's react based portfolio",
"icons": [
{
"src": "favicon.ico",
Expand Down
1 change: 1 addition & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Sitemap: https://dhatwalia.github.io/sitemap.txt
Disallow:
13 changes: 13 additions & 0 deletions public/sitemap.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
https://dhatwalia.github.io/?/
https://dhatwalia.github.io/?/project-list
https://dhatwalia.github.io/?/project/insurance-advisor
https://dhatwalia.github.io/?/project/optimal-hospital
https://dhatwalia.github.io/?/project/jsf-sudoku-solver
https://dhatwalia.github.io/?/project/gan-captcha-gen
https://dhatwalia.github.io/?/project/auto-man-sys
https://dhatwalia.github.io/?/research-list
https://dhatwalia.github.io/?/research/selection-ipl-ensembles-classifier
https://dhatwalia.github.io/?/research/prediction-ipl-regression
https://dhatwalia.github.io/?/research/jsf-sudoku
https://dhatwalia.github.io/?/volunteer
https://dhatwalia.github.io/?/contact

0 comments on commit 393af22

Please sign in to comment.