Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,14 @@ MEDIUM_USERNAME = "YOUR MEDIUM USERNAME"

* For Github Action, change the environment variable `MEDIUM_USERNAME` in `.github/workflows/deploy.yml`

Set `displayMediumBlogs` to true or false in portofolio.js to display fetched Medium blogs, defaults to true.
Set `displayMediumBlogs` to true or false in portfolio.js to display fetched Medium blogs, defaults to true.

## Change and customize every section according to your need.

#### Personalize page content in `/src/portfolio.js` & modify it as per your need. You will also need to modify `index.html` to change the title and metadata to provide accurate SEO for your personal portfolio.

```javascript
/* Change this file to get your Personal Porfolio */
/* Change this file to get your Personal Portfolio */

const greeting = {
/* Your Summary And Greeting Section */
Expand Down
6 changes: 3 additions & 3 deletions src/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ const achievementSection = {

{
title: "PWA Web App Developer",
subtitle: "Completed Certifcation from SMIT for PWA Web App Development",
subtitle: "Completed Certification from SMIT for PWA Web App Development",
image: require("./assets/images/pwaLogo.webp"),
imageAlt: "PWA Logo",
footerLink: [
Expand All @@ -313,9 +313,9 @@ const blogSection = {
blogs: [
{
url: "https://blog.usejournal.com/create-a-google-assistant-action-and-win-a-google-t-shirt-and-cloud-credits-4a8d86d76eae",
title: "Win a Google Assistant Tshirt and $200 in Google Cloud Credits",
title: "Win a Google Assistant T-shirt and $200 in Google Cloud Credits",
description:
"Do you want to win $200 and Google Assistant Tshirt by creating a Google Assistant Action in less then 30 min?"
"Do you want to win $200 and Google Assistant T-shirt by creating a Google Assistant Action in less then 30 min?"
},
{
url: "https://medium.com/@saadpasta/why-react-is-the-best-5a97563f423e",
Expand Down