update log
This commit is contained in:
parent
65ce616542
commit
0c5754438e
|
@ -10,11 +10,9 @@ hexo.on('generateBefore', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
hexo.on('ready', () => {
|
hexo.on('ready', () => {
|
||||||
const { version } = require('../../package.json');
|
const { version, homepage, repository } = require('../../package.json');
|
||||||
hexo.log.info(`
|
hexo.log.info(`Welcome to Stellar ${version}
|
||||||
=======================================================
|
DOCS ${homepage}
|
||||||
Stellar ${version}
|
REPO ${repository.url}
|
||||||
Docs: https://xaoxuu.com/wiki/stellar/
|
`);
|
||||||
Repo: https://github.com/xaoxuu/hexo-theme-stellar/
|
|
||||||
=======================================================`);
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue