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

github.com/spech66/bootstrap-bp-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pech <windows@spech.de>2019-09-14 12:58:02 +0300
committerSebastian Pech <windows@spech.de>2019-09-14 12:58:02 +0300
commit316feac2a08a43678dc83eaecd9399a217d864fe (patch)
tree09a253dd6c1d7399e49366d64026f0132aa519de /package.json
parente606bec7f2151542d7b012ab87155e18a053007f (diff)
empty package file
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..40f4a68
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "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"
+ },
+ "repository": {
+ "type": "git",
+ "url": "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"
+ }
+}