Skip to content

Commit b5ede61

Browse files
author
David N
committed
plus npm
1 parent 5176b72 commit b5ede61

5 files changed

Lines changed: 60 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
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
1013
.idea/

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ theme: "jekyll-theme-midnight"
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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ Recommendation:
44

55
* government.github.com[https://github.com/github/government.github.com]
66
* GitHub Cofounder blog[https://github.com/mojombo/mojombo.github.io]
7+
* Jekyll example site wikipage[https://github.com/jekyll/jekyll/wiki/Sites]
78

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)