update
This commit is contained in:
parent
c971cd4988
commit
c743be2bb3
|
@ -1,3 +1,4 @@
|
||||||
.github/
|
.github/
|
||||||
publish.sh
|
publish.sh
|
||||||
node_modules
|
node_modules
|
||||||
|
utterances.json
|
||||||
|
|
|
@ -8,18 +8,22 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/xaoxuu/hexo-theme-stellar.git"
|
"url": "https://github.com/xaoxuu/hexo-theme-stellar.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"hexo",
|
"hexo",
|
||||||
"theme",
|
"theme",
|
||||||
"stellar"
|
"stellar"
|
||||||
],
|
],
|
||||||
"author": "xaoxuu (https://github.com/xaoxuu/)",
|
"author": "[@xaoxuu](https://github.com/xaoxuu/)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/xaoxuu/hexo-theme-stellar/issues/"
|
"url": "https://github.com/xaoxuu/hexo-theme-stellar/issues/"
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"hexo-renderer-ejs": "^1.0.0",
|
||||||
|
"hexo-renderer-stylus": "^2.0.1"
|
||||||
|
},
|
||||||
"homepage": "https://xaoxuu.com/wiki/stellar/",
|
"homepage": "https://xaoxuu.com/wiki/stellar/",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"origins": ["https://xaoxuu.com"]
|
||||||
|
}
|
Loading…
Reference in New Issue