This commit is contained in:
xaoxuu 2021-02-21 18:54:10 +08:00
parent c971cd4988
commit c743be2bb3
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,4 @@
.github/ .github/
publish.sh publish.sh
node_modules node_modules
utterances.json

View File

@ -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": {
} }

3
utterances.json Normal file
View File

@ -0,0 +1,3 @@
{
"origins": ["https://xaoxuu.com"]
}