-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 949 Bytes
/
package.json
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
{
"name": "tyrangyang_blog",
"version": "1.0.0",
"description": "THis is my personal blog supported by [hugo](https://gohugo.io/) and Themes is provided by [loveIt](https://github.com/dillonzq/LoveIt)",
"main": "deploy.js",
"scripts": {
"start": "npm run deploy",
"serve": "hugo serve & open http://localhost:1313/TyrangYang_blog/",
"deploy": "gh-pages -d build",
"algolia": "atomic-algolia",
"clean": "rm -rf node_modules public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TyrangYang/TyrangYang_blog.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TyrangYang/TyrangYang_blog/issues"
},
"homepage": "https://github.com/TyrangYang/TyrangYang_blog#readme",
"devDependencies": {
"gh-pages": "^5.0.0"
},
"dependencies": {
"atomic-algolia": "^0.3.17"
}
}