What is Valaxy?
Valaxy aims to be a next generation of static blogging frameworks/generators.
什么是 Valaxy?
Valaxy 的目标是成为新一代的静态博客框架/生成器。
More info see valaxy.site.
/**
* User Config
* do not use export const, because c12 will set as child property
*/
const config: UserConfig<UserThemeConfig> = {
theme: 'yun',
themeConfig: {
banner: {
enable: true,
title: '云游君的小站',
},
},
}
export default config