Skip to content

Commit c2609d3

Browse files
author
Sagar Jain
committed
feat: git rename repository
1 parent 199f92d commit c2609d3

File tree

169 files changed

+46
-13449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+46
-13449
lines changed

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GATSBY_GITHUB_USER=sagar7993
2-
GATSBY_GITHUB_REPO=gatsby-wordpress-typescript-blog-boilerplate
2+
GATSBY_GITHUB_REPO=gatsby-wordpress-typescript-scss-blog
33
GATSBY_SITE_NAME=My Demo Blog
44
GATSBY_SITE_DESCRIPTION=This is a demo blog
55
GATSBY_SITE_URL_PATH=localhost:8000

.env.production

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GATSBY_GITHUB_USER=sagar7993
2-
GATSBY_GITHUB_REPO=gatsby-wordpress-typescript-blog-boilerplate
2+
GATSBY_GITHUB_REPO=gatsby-wordpress-typescript-scss-blog
33
GATSBY_SITE_NAME=My Demo Blog
44
GATSBY_SITE_DESCRIPTION=This is a demo blog
5-
GATSBY_SITE_URL_PATH=eloquent-bartik-09a1e8.netlify.com
5+
GATSBY_SITE_URL_PATH=gatsby-wordpress-typescript-scss-blog.netlify.com
66
GATSBY_SITE_URL_PROTOCOL=https
77
GATSBY_WORDPRESS_URL_PATH=localhost:8001
88
GATSBY_WORDPRESS_URL_PROTOCOL=http

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# A starter Gatsby template for a Wordpress blog, built using Typescript and Ant Design
22

3-
[![Github version](https://img.shields.io/github/package-json/v/sagar7993/gatsby-wordpress-typescript-blog-boilerplate)](https://github.com/sagar7993/gatsby-wordpress-typescript-blog-boilerplate/releases)
4-
[![GitHub License](https://img.shields.io/github/license/sagar7993/gatsby-wordpress-typescript-blog-boilerplate)](https://opensource.org/licenses/MIT)
5-
[![GitHub issues](https://img.shields.io/github/issues-raw/sagar7993/gatsby-wordpress-typescript-blog-boilerplate.svg)](https://github.com/sagar7993/gatsby-wordpress-typescript-blog-boilerplate/issues)
3+
[![Github version](https://img.shields.io/github/package-json/v/sagar7993/gatsby-wordpress-typescript-scss-blog)](https://github.com/sagar7993/gatsby-wordpress-typescript-scss-blog/releases)
4+
[![GitHub License](https://img.shields.io/github/license/sagar7993/gatsby-wordpress-typescript-scss-blog)](https://opensource.org/licenses/MIT)
5+
[![GitHub issues](https://img.shields.io/github/issues-raw/sagar7993/gatsby-wordpress-typescript-scss-blog.svg)](https://github.com/sagar7993/gatsby-wordpress-typescript-scss-blog/issues)
66

77
This is an opinionated starter project to help you create lightning fast PWA websites with [Gatsby](https://gatsbyjs.org) and [Wordpress](https://wordpress.com) CMS, built using [Typescript](http://www.typescriptlang.org/) and [Ant Design](https://github.com/ant-design/ant-design).
88

@@ -13,7 +13,7 @@ This is an opinionated starter project to help you create lightning fast PWA web
1313

1414
## Demo
1515

16-
https://eloquent-bartik-09a1e8.netlify.com
16+
https://gatsby-wordpress-typescript-scss-blog.netlify.com
1717

1818
## Getting started
1919

@@ -22,7 +22,7 @@ Hit the **Deploy to Netlify** button. This will:
2222
- Clone the repo into your Github account
2323
- Create a new project on Netlify, build & deploy
2424

25-
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/sagar7993/gatsby-wordpress-typescript-blog-boilerplate)
25+
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/sagar7993/gatsby-wordpress-typescript-scss-blog)
2626

2727
## Using the environment variables
2828

@@ -215,7 +215,7 @@ Once you have defined the mandatory environment variables mentioned above, and h
215215

216216
## Issues
217217

218-
If you face any issues while working with this Gatsby starter template, feel free to create a new issue [here](https://github.com/sagar7993/gatsby-wordpress-typescript-blog-boilerplate/issues). Please check if there's any existing similar issue already created before creating a new one.
218+
If you face any issues while working with this Gatsby starter template, feel free to create a new issue [here](https://github.com/sagar7993/gatsby-wordpress-typescript-scss-blog/issues). Please check if there's any existing similar issue already created before creating a new one.
219219

220220
## Contribute
221221

@@ -225,4 +225,4 @@ Fork this repo and make a PR.
225225

226226
Deploy your Gatsby site to Netlify using this Gatsby starter template by clicking on the `Deploy to netlify` button below.
227227

228-
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/sagar7993/gatsby-wordpress-typescript-blog-boilerplate)
228+
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/sagar7993/gatsby-wordpress-typescript-scss-blog)

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "gatsby-wordpress-typescript-blog-boilerplate",
2+
"name": "gatsby-wordpress-typescript-scss-blog",
33
"private": true,
4-
"description": "A Gatsby starter template for a Wordpress blog, built using Typescript and Ant Design",
5-
"version": "1.0.1",
4+
"description": "A Gatsby starter template for a Wordpress blog, built using Typescript, SCSS and Ant Design",
5+
"version": "1.0.2",
66
"author": "Sagar Jain <sagar7993@gmail.com>",
7-
"homepage": "https://github.com/sagar7993/gatsby-wordpress-typescript-blog-boilerplate",
7+
"homepage": "https://github.com/sagar7993/gatsby-wordpress-typescript-scss-blog",
88
"keywords": [
99
"gatsby",
1010
"gatsby-starter",
@@ -100,9 +100,9 @@
100100
],
101101
"repository": {
102102
"type": "git",
103-
"url": "https://github.com/sagar7993/gatsby-wordpress-typescript-blog-boilerplate"
103+
"url": "https://github.com/sagar7993/gatsby-wordpress-typescript-scss-blog"
104104
},
105105
"bugs": {
106-
"url": "https://github.com/sagar7993/gatsby-wordpress-typescript-blog-boilerplate/issues"
106+
"url": "https://github.com/sagar7993/gatsby-wordpress-typescript-scss-blog/issues"
107107
}
108108
}

public/404.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

public/404/index.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

public/about/index.html

Lines changed: 0 additions & 89 deletions
This file was deleted.

public/app-945b893d2c36f390cc43.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

public/app-945b893d2c36f390cc43.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/category/adventure/index.html

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)