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

package.json - github.com/spech66/bootstrap-bp-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 70d6bbbdbf3d76dd3115bcd03b69cd4d713459a5 (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
{
  "name": "bootstrap-bp-hugo-theme",
  "homepage": "https://github.com/spech66/bootstrap-bp-hugo-theme/#readme",
  "version": "1.0.0",
  "description": "Bootstrap based Hugo theme which supports out of the box best practices.",
  "main": "index.js",
  "scripts": {
    "start": "cd ../.. && hugo server",
    "example": "cd exampleSite && hugo server --themesDir ../.."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spech66/bootstrap-bp-hugo-theme.git"
  },
  "keywords": [
    "hugo",
    "bootstrap",
    "blog",
    "fontawesome",
    "gohugo",
    "website",
    "theme"
  ],
  "author": "Sebastian Pech (https://www.spech.de/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/spech66/bootstrap-bp-hugo-theme/issues"
  },
  "private": "true",
  "dependencies": {
    "bootstrap": "^5.1.3"
  }
}