File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
- [ Netlify] ( #netlify )
6
6
- [ Now] ( #now )
7
7
- [ Surge] ( #surge )
8
- - [ Github Pages] ( #githubpages )
9
- - [ Gitlab Pages] ( #gitlabpages )
8
+ - [ GitHub Pages] ( #githubpages )
9
+ - [ GitLab Pages] ( #gitlabpages )
10
10
11
11
## Netlify
12
12
@@ -57,9 +57,9 @@ After that pick and domain and done 🎉
57
57
58
58
![ Surge] ( ./media/surge.png )
59
59
60
- ## Github Pages
60
+ ## GitHub Pages
61
61
62
- For Github pages there is a command:
62
+ For GitHub pages there is a command:
63
63
64
64
``` bash
65
65
fiddly deploy
Original file line number Diff line number Diff line change @@ -114,9 +114,9 @@ body {
114
114
Any images linked in your markdown that are local will be minified and copied to your dist folder.
115
115
If some image is not found it will be ignored.
116
116
117
- ## Github Corner
117
+ ## GitHub Corner
118
118
119
- The Github corner comes from either the ` repo ` option in your ` .fiddly.config.json `
119
+ The GitHub corner comes from either the ` repo ` option in your ` .fiddly.config.json `
120
120
or from the repository url in your ` package.json ` .
121
121
If none is present it will not be shown.
122
122
@@ -132,7 +132,7 @@ You can run this by using the `lint` command
132
132
133
133
## Deploy
134
134
135
- Fiddly also exports a command to let you deploy your new site to Github pages
135
+ Fiddly also exports a command to let you deploy your new site to GitHub pages
136
136
137
137
You can run this by using the ` deploy ` command
138
138
You can’t perform that action at this time.
0 commit comments