Hello, Valaxy!

What is Valaxy?

Valaxy aims to be a next generation of static blogging frameworks/generators.

什么是 Valaxy?

Valaxy 的目标是成为新一代的静态博客框架/生成器。

More info see valaxy.site.

ts
/**
 * User Config
 * do not use export const, because c12 will set as child property
 */
export default defineValaxyConfig<ThemeConfig>({
  theme: 'yun',

  themeConfig: {
    banner: {
      enable: true,
      title: '云游君的小站',
    },
  },
})

配置

Config


Q.E.D.
Valaxy+github-pages部署问题
Java面试专题 - 虚拟机篇