4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Replace all occurrences of the following placeholders in all files:
37
37
|` MyGitHubOrg ` |The GitHub org for this repository, such as "JS-DevTools".
38
38
|` my-repo-name ` |The GitHub repo name
39
39
|` 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 ".
40
41
|` @my-npm-scope ` |The NPM scope that the package will be published to, such as "@jsdevtools ".
41
42
|` my-package-name ` |The NPM package name. It should be kebab-cased.
42
43
|` my-cli ` |The CLI command for this project, if any.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ My Project Name
2
2
==============================================
3
3
### The description of my library
4
4
5
- [](https://github.com/MyGitHubOrg/my-repo-name/blob/master/.github/workflows/CI-CD.yaml)
5
+ [](https://github.com/MyGitHubOrg/my-repo-name/blob/master/.github/workflows/CI-CD.yaml)
6
6
[](https://github.com/MyGitHubOrg/my-repo-name/blob/master/.github/workflows/CI-CD.yaml)
7
7
8
8
[](https://coveralls.io/github/MyGitHubOrg/my-repo-name)
@@ -82,6 +82,6 @@ Big Thanks To
82
82
--------------------------
83
83
Thanks to these awesome companies for their support of Open Source developers ❤
84
84
85
- [](https://travis-ci.com)
86
- [](https://saucelabs.com)
87
- [](https://coveralls.io)
85
+ [](https://travis-ci.com)
86
+ [](https://saucelabs.com)
87
+ [](https://coveralls.io)
Original file line number Diff line number Diff line change 1
1
remote_theme : MyGitHubOrg/gh-pages-theme
2
2
3
3
title : My Project Name
4
- logo : https://jstools.dev /img/logos/logo.png
4
+ logo : https://my-website.com /img/logos/logo.png
5
5
6
6
author :
7
7
twitter : MyTwitterAccount
@@ -16,7 +16,7 @@ defaults:
16
16
- scope :
17
17
path : " "
18
18
values :
19
- image : https://jstools.dev /img/logos/card.png
19
+ image : https://my-website.com /img/logos/card.png
20
20
- scope :
21
21
path : " test/**/*"
22
22
values :
Original file line number Diff line number Diff line change 8
8
"url" : " https://jamesmessinger.com"
9
9
},
10
10
"license" : " MIT" ,
11
- "homepage" : " https://jstools.dev /my-repo-name" ,
11
+ "homepage" : " https://my-website.com /my-repo-name" ,
12
12
"repository" : {
13
13
"type" : " git" ,
14
14
"url" : " https://github.com/MyGitHubOrg/my-repo-name.git"
0 commit comments