hexo-theme-ayer/scripts/events/lib/hello.js

20 lines
777 B
JavaScript
Raw Normal View History

2021-05-24 03:28:56 +00:00
"use strict";
module.exports = (hexo) => {
2023-03-19 16:07:30 +00:00
hexo.log.info(`
2021-05-24 03:28:56 +00:00
----------------------------------------------------
| |
| __ ________ _____ |
| /\\\\ \\ / / ____| __ \\ |
| / \\\\ \\_/ /| |__ | |__) | |
| / /\\ \\\\ / | __| | _ / |
| / ____ \\| | | |____| | \\ \\ |
| /_/ \\_\\_| |______|_| \\_\\ |
| |
| Thank you for using Ayer theme ! |
| Docs: https://github.com/Shen-Yu/hexo-theme-ayer |
| |
----------------------------------------------------
`);
2023-03-19 16:07:30 +00:00
};