Skip to content

Commit 4885767

Browse files
author
jsdnhk
committed
change domain to jsdn.hk
1 parent 44d0da0 commit 4885767

File tree

7 files changed

+11
-13
lines changed

7 files changed

+11
-13
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ _site/
55
*.swp
66
.sass-cache
77
.jekyll-metadata
8+
Gemfile.lock
89

910
# npm
1011
node_modules/
12+
package-lock.json
1113

1214
# JetBrain
1315
.idea/

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jsdnhk@github profile - 2020
22

3-
***My footprints***: [https://jsdnhk.github.io/](https://jsdnhk.github.io) \
3+
***My footprints***: [https://jsdn.hk](https://jsdn.hk) \
44
Powered by Github page using Jekyll
55
An IT man portfolio
66

@@ -12,7 +12,6 @@ An IT man portfolio
1212
* [Emoji CSS][gh-emoji]
1313
* [Web Counter][hitwebcounter]
1414

15-
[jsdnhk-github]: <jsdnhk.github.io>
1615
[ogl-resume]: <https://onepagelove.com/minimal-resume>
1716
[gh-emoji]: <https://afeld.github.io/emoji-css/>
1817
[hitwebcounter]: <http://www.hitwebcounter.com>

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
# in the templates via {{ site.myvariable }}.
66

77
# global settings
8-
title: "jsdnhk@github profile"
9-
email: "dn@jsdnhk.com"
10-
description: "jsdnhk@github profile - 2019"
11-
# url: "https://jsdn.hk"
8+
title: "jsdnhk@github active profile"
9+
email: "dn@jsdn.hk"
10+
description: "jsdnhk@github personal site - 2020"
11+
url: "https://jsdn.hk"
1212
github: [metadata]
1313
github_username: "jsdnhk"
1414
repository: "jsdnhk/jsdnhk.github.io"

about/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: "about"
3-
title: "jsdnhk@github resume"
4-
description: The resume of jsdnhk@GitHub
3+
title: "jsdn.hk | Resume"
4+
description: The resume of jsdn.hk owner
55
redirect_from: "/"
66
---
77

@@ -10,7 +10,7 @@
1010
<div class="hero">
1111
<h1 class="name">David <strong>Ngai</strong></h1>
1212
<span class="job-title">Full Stack Developer</span><span class="job-title">System Engineer</span><span class="job-title">DevOps Engineer</span>
13-
<span class="email"><i class="em em-mailbox"></i>&nbsp;<a href="mailto:dn@jsdnhk.com?Subject=A warm message from a Github friend">dn@jsdnhk.com</a></span>
13+
<span class="email"><i class="em em-mailbox"></i>&nbsp;<a href="mailto:dn@jsdn.hk?Subject=A message from Github friend">dn@jsdn.hk</a></span>
1414
<span class="desc"><i class="em em-bust_in_silhouette"></i>&nbsp;A dedicated, self-motivated, beneficent information developer from Tai Po, Hong Kong&nbsp;<i class="em em-flag-hk"></i></span>
1515
<h3 class="lead">Expertise: <br>
1616
Application/Web Development, System Engineering, DevOps, <br>Cloud Service Administration(IaaS, PaaS)</h3>

assets/img/favicon.ico

-22.3 KB
Binary file not shown.

blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
layout: "blog"
3-
title: "jsdnhk@github blog"
3+
title: "jsdn.hk@github blog"
44
---

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"name": "jsdnhk.github.io",
3-
"version": "1.0.0",
4-
"description": "***My footprints***: [https://jsdnhk.github.io/](https://jsdnhk.github.io) \\ Powered by Github page using Jekyll",
53
"main": "index.js",
64
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
85
},
96
"repository": {
107
"type": "git",

0 commit comments

Comments
 (0)