Skip to content

Commit 8f58ec0

Browse files
rootDavid N
authored andcommitted
exec by jekyll
2 parents e20806d + e151a7d commit 8f58ec0

10 files changed

+90
-4
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ _site/
66
.sass-cache
77
.jekyll-metadata
88

9+
# npm
10+
node_modules/
11+
912
# JetBrain
10-
.idea/
13+
.idea/

CNAME

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

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
title: "jsdnhk@github profile"
99
email: "dn@jsdnhk.com"
1010
description: "jsdnhk@github profile - 2019"
11-
url: "https://jsdnhk.github.io/"
11+
url: "https://jsdn.hk/"
1212
github_username: "jsdnhk"
13-
repository: "jsdnhk/jsdnhk.github.io
13+
repository: "jsdnhk/jsdnhk.github.io"
1414
theme: "jekyll-theme-midnight"
1515
#analytics_account: "UA-3769691-28" # for google analytics
1616

1717
# build settings
1818
#exclude: ["script", "vendor", "bower.json", "Gemfile", "Gemfile.lock", "Rakefile", "readme.md", "package.json", "node_modules"]
19-
exclude: ["script", "assets/vendor", "Gemfile", "Gemfile.lock", "Rakefile", "README.md", "package.json"]
19+
exclude: ["etc", "script", "vendor", "Gemfile", "Gemfile.lock", "Rakefile", "README.md", "package.json", "node_modules"]
2020
markdown: kramdown
2121
plugins:
2222
- jekyll-feed

assets/img/jsdn.hk.logo.f@0.33x.jpg

39.6 KB
Loading

assets/img/jsdn.hk.logo.f@0.5x.jpg

74.5 KB
Loading

assets/img/jsdn.hk_logo.jpg

267 KB
Loading

etc/github_page_example.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Github Page example[https://github.com/collections/github-pages-examples]
2+
3+
Recommendation:
4+
5+
* government.github.com[https://github.com/github/government.github.com]
6+
* GitHub Cofounder blog[https://github.com/mojombo/mojombo.github.io]
7+
* Jekyll example site wikipage[https://github.com/jekyll/jekyll/wiki/Sites]
8+
9+
Reference:
10+
11+
* MengZheK@GitHub[https://github.com/MengZheK/kangblog.github.io]
12+
* Likebeta@GitHub[https://github.com/likebeta/blog]
13+
* waylau@GitHub[https://github.com/waylau/jekyll-bootstrap-blog]
14+
* facaiy@GitHub[https://github.com/facaiy/facaiy.github.io]
15+
* Huxpro@GitHub[https://github.com/Huxpro/huxpro.github.io]

etc/github_page_template.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Jekyll Themes[http://jekyllthemes.org/]
2+
JekyllRepo@GitHub[https://github.com/search?o=desc&q=jekyll+theme&s=stars&type=Repositories]
3+
4+
Favour:
5+
6+
* jekyll-theme-console[http://jekyllthemes.org/themes/jekyll-theme-console/]
7+
* Hacker Blog[http://jekyllthemes.org/themes/hacker-blog/]
8+
* leopard[http://jekyllthemes.org/themes/leopard/]
9+
* fresh[http://jekyllthemes.org/themes/fresh/]
10+
* blueface[https://github.com/thien/blueface]
11+
* Jekyll-Uno[http://jekyllthemes.org/themes/jekyll-uno/]
12+
* Wiki Blog[http://jekyllthemes.org/themes/wiki-blog/]

package-lock.json

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"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",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/jsdnhk/jsdnhk.github.io.git"
12+
},
13+
"author": "DN",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/jsdnhk/jsdnhk.github.io/issues"
17+
},
18+
"homepage": "https://github.com/jsdnhk/jsdnhk.github.io#readme",
19+
"keywords": [
20+
"profolio",
21+
"blog",
22+
"contact"
23+
],
24+
"dependencies": {
25+
"jquery": "^3.4.1",
26+
"underscore": "^1.9.1",
27+
"backbone": "^1.4.0"
28+
}
29+
}

0 commit comments

Comments
 (0)