Skip to content

Commit 6c5e4fe

Browse files
author
jsdnhk
committed
linted by prettier
1 parent 792adf1 commit 6c5e4fe

File tree

402 files changed

+65408
-24221
lines changed

Some content is hidden

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

402 files changed

+65408
-24221
lines changed

.babelrc

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

.github/workflows/audit.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,33 @@ jobs:
1111
- name: "mainpage performance"
1212
uses: jakejarvis/lighthouse-action@master
1313
with:
14-
url: 'https://jsdn.hk'
14+
url: "https://jsdn.hk"
1515
- name: "resume performance"
1616
uses: jakejarvis/lighthouse-action@master
1717
with:
18-
url: 'https://jsdn.hk/resume'
18+
url: "https://jsdn.hk/resume"
1919
- name: "blog performance"
2020
uses: jakejarvis/lighthouse-action@master
2121
with:
22-
url: 'https://jsdn.hk/blog'
22+
url: "https://jsdn.hk/blog"
2323
- name: "quotes performance"
2424
uses: jakejarvis/lighthouse-action@master
2525
with:
26-
url: 'https://jsdn.hk/quotes'
26+
url: "https://jsdn.hk/quotes"
2727
- name: "links performance"
2828
uses: jakejarvis/lighthouse-action@master
2929
with:
30-
url: 'https://jsdn.hk/links'
30+
url: "https://jsdn.hk/links"
3131
- name: "toolset performance"
3232
uses: jakejarvis/lighthouse-action@master
3333
with:
34-
url: 'https://jsdn.hk/toolset'
34+
url: "https://jsdn.hk/toolset"
3535
- name: "fonts performance"
3636
uses: jakejarvis/lighthouse-action@master
3737
with:
38-
url: 'https://jsdn.hk/fonts'
38+
url: "https://jsdn.hk/fonts"
3939
- name: "Upload results as an artifact"
4040
uses: actions/upload-artifact@master
4141
with:
4242
name: lighthouse-report
43-
path: './report'
43+
path: "./report"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ logs/
1414
# npm
1515
node_modules/
1616
package-lock.json
17+
yarn.lock
1718

1819
# JetBrain
1920
.idea/

.prettierignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Jekyll
2+
collections/_drafts/*.md
3+
collections/_posts/test/*.md
4+
_site/
5+
.DS_Store
6+
*.swp
7+
.sass-cache
8+
.jekyll-metadata
9+
Gemfile.lock
10+
.rake_tasks~
11+
.rakeTasks
12+
logs/
13+
14+
# npm
15+
node_modules/
16+
package-lock.json
17+
yarn.lock
18+
19+
# JetBrain
20+
.idea/

.prettierrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
---

404.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ What you can try:
1616
- Retype the address.
1717
- [Go back to the previous page.]({{ site.url }})
1818
- Go to and look for the information you want.
19-
- And more...:-)
19+
- And more...:-)

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Changelog"
33
---
4+
45
## Latest Update
56

67
### v20.03 (2020/03/03)
@@ -32,4 +33,4 @@ title: "Changelog"
3233

3334
- Built up the personal portfolio with styling
3435
- Supported emoji input
35-
- Added the website hit counter in the footer
36+
- Added the website hit counter in the footer

PROJECTS_USED.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Projects Used"
33
---
4+
45
## Special Thanks To...
56

67
### Styling
@@ -23,4 +24,4 @@ title: "Projects Used"
2324

2425
- [Font Awesome 4.7](https://fontawesome.com/v4.7.0/): Most common iconic font and CSS toolkit
2526
- [Oxygen Icons Set](https://github.com/pasnox/oxygen-icons-png): Beautiful and completed icons set from a French designer
26-
- [Country Flag Icons](https://github.com/linssen/country-flag-icons): All countries' flags collection from Wiki and mapped to use
27+
- [Country Flag Icons](https://github.com/linssen/country-flag-icons): All countries' flags collection from Wiki and mapped to use

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ The project is [open source][proj-repo] under the [MIT license][mit-license] wit
88
especially thanks to these [projects][projects-used] to built up this blog.<br>
99
Feel free to comment and suggest via [email][email-link] or [issue page][issue-page], thanks and enjoy!<br>
1010

11-
12-
[proj-repo]: <https://github.com/jsdnhk/jsdnhk.github.io>
13-
[mit-license]: <https://github.com/jsdnhk/jsdnhk.github.io/blob/master/LICENSE>
14-
[email-link]: <mailto:[email protected]>
15-
[issue-page]: <https://github.com/jsdnhk/jsdnhk.github.io/issues>
16-
[change-log]: <./CHANGELOG.md>
17-
[projects-used]: <./PROJECTS_USED.md>
11+
[proj-repo]: https://github.com/jsdnhk/jsdnhk.github.io
12+
[mit-license]: https://github.com/jsdnhk/jsdnhk.github.io/blob/master/LICENSE
13+
[email-link]: mailto:[email protected]
14+
[issue-page]: https://github.com/jsdnhk/jsdnhk.github.io/issues
15+
[change-log]: ./CHANGELOG.md
16+
[projects-used]: ./PROJECTS_USED.md

README_R.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
Just an IT man portfolio
66

7-
*Although the world is full of suffering, it is also full of the overcoming of it.——Helen Keller*
7+
_Although the world is full of suffering, it is also full of the overcoming of it.——Helen Keller_
88

99
#### Thanks to and Supported by:
1010

11-
* [OnePageLove-minimal-resume][ogl-resume]
12-
* [Emoji CSS][gh-emoji]
13-
* [Web Counter][hitwebcounter]
11+
- [OnePageLove-minimal-resume][ogl-resume]
12+
- [Emoji CSS][gh-emoji]
13+
- [Web Counter][hitwebcounter]
1414

1515
[ogl-resume]: https://onepagelove.com/minimal-resume
1616
[gh-emoji]: https://afeld.github.io/emoji-css/

0 commit comments

Comments
 (0)