update log

This commit is contained in:
xaoxuu 2022-03-02 15:05:36 +08:00
parent 65ce616542
commit 0c5754438e
1 changed files with 5 additions and 7 deletions

View File

@ -10,11 +10,9 @@ hexo.on('generateBefore', () => {
});
hexo.on('ready', () => {
const { version } = require('../../package.json');
hexo.log.info(`
=======================================================
Stellar ${version}
Docs: https://xaoxuu.com/wiki/stellar/
Repo: https://github.com/xaoxuu/hexo-theme-stellar/
=======================================================`);
const { version, homepage, repository } = require('../../package.json');
hexo.log.info(`Welcome to Stellar ${version}
DOCS ${homepage}
REPO ${repository.url}
`);
});