Skip to content

Commit d44be04

Browse files
committedApr 18, 2020
Added a placeholder variable for the project's website
1 parent 1f8a017 commit d44be04

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Replace all occurrences of the following placeholders in all files:
3737
|`MyGitHubOrg` |The GitHub org for this repository, such as "JS-DevTools".
3838
|`my-repo-name` |The GitHub repo name
3939
|`MyTwitterAccount` |The Twitter account associated with this project, such as "JSDevTools".
40+
|`https://my-website.com` |The website for this project, such as "https://jstools.dev".
4041
|`@my-npm-scope` |The NPM scope that the package will be published to, such as "@jsdevtools".
4142
|`my-package-name` |The NPM package name. It should be kebab-cased.
4243
|`my-cli` |The CLI command for this project, if any.

‎README_md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ My Project Name
22
==============================================
33
### The description of my library
44

5-
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://github.com/MyGitHubOrg/my-repo-name/blob/master/.github/workflows/CI-CD.yaml)
5+
[![Cross-Platform Compatibility](https://my-website.com/img/badges/os-badges.svg)](https://github.com/MyGitHubOrg/my-repo-name/blob/master/.github/workflows/CI-CD.yaml)
66
[![Build Status](https://github.com/MyGitHubOrg/my-repo-name/workflows/CI-CD/badge.svg)](https://github.com/MyGitHubOrg/my-repo-name/blob/master/.github/workflows/CI-CD.yaml)
77

88
[![Coverage Status](https://coveralls.io/repos/github/MyGitHubOrg/my-repo-name/badge.svg?branch=master)](https://coveralls.io/github/MyGitHubOrg/my-repo-name)
@@ -82,6 +82,6 @@ Big Thanks To
8282
--------------------------
8383
Thanks to these awesome companies for their support of Open Source developers ❤
8484

85-
[![Travis CI](https://jstools.dev/img/badges/travis-ci.svg)](https://travis-ci.com)
86-
[![SauceLabs](https://jstools.dev/img/badges/sauce-labs.svg)](https://saucelabs.com)
87-
[![Coveralls](https://jstools.dev/img/badges/coveralls.svg)](https://coveralls.io)
85+
[![Travis CI](https://my-website.com/img/badges/travis-ci.svg)](https://travis-ci.com)
86+
[![SauceLabs](https://my-website.com/img/badges/sauce-labs.svg)](https://saucelabs.com)
87+
[![Coveralls](https://my-website.com/img/badges/coveralls.svg)](https://coveralls.io)

‎_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
remote_theme: MyGitHubOrg/gh-pages-theme
22

33
title: My Project Name
4-
logo: https://jstools.dev/img/logos/logo.png
4+
logo: https://my-website.com/img/logos/logo.png
55

66
author:
77
twitter: MyTwitterAccount
@@ -16,7 +16,7 @@ defaults:
1616
- scope:
1717
path: ""
1818
values:
19-
image: https://jstools.dev/img/logos/card.png
19+
image: https://my-website.com/img/logos/card.png
2020
- scope:
2121
path: "test/**/*"
2222
values:

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://jamesmessinger.com"
99
},
1010
"license": "MIT",
11-
"homepage": "https://jstools.dev/my-repo-name",
11+
"homepage": "https://my-website.com/my-repo-name",
1212
"repository": {
1313
"type": "git",
1414
"url": "https://github.com/MyGitHubOrg/my-repo-name.git"

0 commit comments

Comments
 (0)
Failed to load comments.