hexo-theme-miracle
Version:
A clean and lightweight single-column theme for Hexo.
21 lines (18 loc) • 757 B
JavaScript
'use strict';
module.exports = (hexo) => {
hexo.log.info(`
_________________________________________________
| |
| ## ## # ##### ## #### # ###### |
| # # # # # # # # # # # # # |
| # # # # # # # # # # ##### |
| # # # ##### ###### # # # |
| # # # # # # # # # # # |
| # # # # # # # #### ###### ###### |
| |
| Thank you for using Miracle theme ! |
| Author: YFun (@oCoke) |
| License : MIT |
|_______________________________________________|
`);
};