hexo-theme-ayer/scripts/events/lib/hello.js
alleks b3280e8d81
Some checks failed
continuous-integration/drone/push Build is failing
update
2023-03-19 19:07:30 +03:00

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 |
| |
----------------------------------------------------
`);
};