From c743be2bb33f702898db02bee33e794fc5e17db6 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Sun, 21 Feb 2021 18:54:10 +0800 Subject: [PATCH] update --- .npmignore | 3 ++- package.json | 8 ++++++-- utterances.json | 3 +++ 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 utterances.json diff --git a/.npmignore b/.npmignore index 1433bfd..355148b 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ .github/ publish.sh -node_modules \ No newline at end of file +node_modules +utterances.json diff --git a/package.json b/package.json index 3e11497..97f4f70 100644 --- a/package.json +++ b/package.json @@ -8,18 +8,22 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/xaoxuu/hexo-theme-stellar.git" + "url": "https://github.com/xaoxuu/hexo-theme-stellar.git" }, "keywords": [ "hexo", "theme", "stellar" ], - "author": "xaoxuu (https://github.com/xaoxuu/)", + "author": "[@xaoxuu](https://github.com/xaoxuu/)", "license": "MIT", "bugs": { "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/", "devDependencies": { } diff --git a/utterances.json b/utterances.json new file mode 100644 index 0000000..96dd0ea --- /dev/null +++ b/utterances.json @@ -0,0 +1,3 @@ +{ + "origins": ["https://xaoxuu.com"] +}