Skip to content

Commit

Permalink
update old github links
Browse files Browse the repository at this point in the history
  • Loading branch information
JugglerX committed Mar 9, 2021
1 parent 44f81b2 commit 1a4c947
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Serif is a beautiful small business theme for Gatsby. It contains content types
- SEO Titles & Meta using `gatsby-plugin-react-helmet`
- ESLint

## Deployment
## Install

gatsby 3 and node-sass 5 requires node v12 or higher

Expand All @@ -34,11 +34,9 @@ npm install
```

```
npm run start
npm run develop
```

OR if you have Gatsby installed globally you can run:

```
gatsby develop
```
npm run build
```
2 changes: 1 addition & 1 deletion src/data/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"meta_og_title": "Gatsby Serif Theme",
"meta_og_type": "website",
"meta_og_url": "https://hugo-gatsby.netlify.app",
"meta_og_image": "https://raw.githubusercontent.com/JugglerX/hugo-gatsby-theme/master/images/tn.png",
"meta_og_image": "https://www.zerostatic.io/theme/gatsby-serif/gatsby-serif-screenshot.png",
"meta_og_description": "Serif is a modern business theme for Gatsby. It contains content types for the archetypical business website. The theme is fully responsive, blazing fast and artfully illustrated.",
"meta_twitter_card": "summary",
"meta_twitter_site": "@zerostaticio",
Expand Down
2 changes: 1 addition & 1 deletion src/data/contact/contact.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"email": "hugoserif@example.com",
"email": "gatsbyserif@example.com",
"phone": "1800 123 000",
"contact_button_link": "contact"
}
2 changes: 1 addition & 1 deletion src/data/social.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "Github",
"link": "https://github.com/JugglerX/hugo-serif-theme",
"link": "https://github.com/zerostaticthemes/gatsby-serif-theme",
"image": "/images/social/github.svg"
},
{
Expand Down

0 comments on commit 1a4c947

Please sign in to comment.