Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/kongdivin/hugo-theme-okayish-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba328a9ffd00e18009c2753de1d5f247181f5ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "name": "hugo-theme-okayish-blog",
  "version": "1.0.0",
  "description": "An ok-ish blog theme for Hugo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kongdivin/hugo-theme-okayish-blog.git"
  },
  "keywords": [
    "theme",
    "hugo",
    "blog"
  ],
  "scripts": {
    "watch-css": "node-sass --watch static/sass/main.scss static/css/style.css --source-map true",
    "build-css": "node-sass static/sass/main.scss static/css/style.css --output-style compressed --source-map true"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run build-css && git add static/css/style.css*"
    }
  },
  "author": "Divin Kong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kongdivin/hugo-theme-okayish-blog/issues"
  },
  "homepage": "https://github.com/kongdivin/hugo-theme-okayish-blog#readme",
  "devDependencies": {
    "husky": "^4.3.8",
    "node-sass": "^5.0.0",
    "vanilla-framework": "^2.22.1"
  }
}