Files
NotionNext/themes/Hexo/config_hexo.js
tangly1024 849566ae16 Hexo主题
2022-01-19 17:22:36 +08:00

7 lines
322 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
const CONFIG_HEXO = {
HOME_BANNER_ENABLE: true,
HOME_BANNER_GREETINGS: ['Hi我是一个程序员', 'Hi我是一个打工人', 'Hi我是一个干饭人', '欢迎来到我的博客🎉'], // 首页大图标语文字
HOME_BANNER_IMAGE: './bg_image.jpg' // see /public/bg_image.jpg
}
export default CONFIG_HEXO