20 lines
777 B
JavaScript
20 lines
777 B
JavaScript
"use strict";
|
|
|
|
module.exports = (hexo) => {
|
|
hexo.log.info(`
|
|
----------------------------------------------------
|
|
| |
|
|
| __ ________ _____ |
|
|
| /\\\\ \\ / / ____| __ \\ |
|
|
| / \\\\ \\_/ /| |__ | |__) | |
|
|
| / /\\ \\\\ / | __| | _ / |
|
|
| / ____ \\| | | |____| | \\ \\ |
|
|
| /_/ \\_\\_| |______|_| \\_\\ |
|
|
| |
|
|
| Thank you for using Ayer theme ! |
|
|
| Docs: https://github.com/Shen-Yu/hexo-theme-ayer |
|
|
| |
|
|
----------------------------------------------------
|
|
`);
|
|
};
|