Skip to content

Commit 3aaa610

Browse files
committed
update in .git ignore and add of npm and nodejs files
1 parent e7e90bf commit 3aaa610

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ resources/
2828

2929
# Files created during CI/CD
3030
exampleSite/go.mod
31+
exampleSite/go.sum
3132

3233
# npm and nodejs files
3334
node_modules/
35+
package-lock.json
36+

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "pkb-theme",
3+
"version": "1.0.0",
4+
"description": "![CI Status](https://github.com/stradichenko/PKB-theme/actions/workflows/test.yml/badge.svg) ![GitHub License](https://img.shields.io/github/license/stradichenko/PKB-theme) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/stradichenko/PKB-theme) ## About This is the supplementary theme meant for the [CMS-PKB-Blogger project](https://github.com/stradichenko/PKB-Blogger/tree/main). This template is meant for a blog oriented towards a [Personal Knowledge Management (PKB)](https://www.wikiwand.com/en/Personal_knowledge_base). The theme is inspired in some subjects of [Edward Tufte's work](https://edwardtufte.github.io/tufte-css/), the PKB, and Gwerns' [blog design](https://gwern.net/design).",
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/Stradichenko/PKB-theme.git"
12+
},
13+
"keywords": [],
14+
"author": "",
15+
"license": "ISC",
16+
"bugs": {
17+
"url": "https://github.com/Stradichenko/PKB-theme/issues"
18+
},
19+
"homepage": "https://github.com/Stradichenko/PKB-theme#readme",
20+
"dependencies": {
21+
"bootstrap": "^5.3.3"
22+
}
23+
}

0 commit comments

Comments
 (0)