add theme
This commit is contained in:
13
themes/butterfly/scripts/events/welcome.js
Normal file
13
themes/butterfly/scripts/events/welcome.js
Normal file
@@ -0,0 +1,13 @@
|
||||
hexo.on('ready', () => {
|
||||
const { version } = require('../../package.json')
|
||||
hexo.log.info(`
|
||||
===================================================================
|
||||
##### # # ##### ##### ###### ##### ###### # # #
|
||||
# # # # # # # # # # # # #
|
||||
##### # # # # ##### # # ##### # #
|
||||
# # # # # # # ##### # # #
|
||||
# # # # # # # # # # # #
|
||||
##### #### # # ###### # # # ###### #
|
||||
${version}
|
||||
===================================================================`)
|
||||
})
|
||||
Reference in New Issue
Block a user