-
-
> 有什么话要对我说吗?可以直接在下方留言~
> 主题或其他项目请到对应 issue/discussions 中提问,无关内容将会被清除。
留言板移动至 Discussions #145。
-
![image](https://user-images.githubusercontent.com/49724027/182551873-0e909969-d1ea-4ec8-9d4d-72847f2c9777.png)
![image](https://user-images.githubusercontent.com/49724027/182552069-2b7269f3-6f38-4…
-
related: #56
- `user/valaxy.config.ts` > `user/site.config.ts`
- `user/vite.config.ts` > `user/valaxy.config.ts`
- remove `vite.valaxy`
- handling details and hot load config
other:
- `use…
-
- [x] Discuss and determine the plan
- [x] #56
- [x] #58
In order to better distinguish the responsibilities, we need to rename the configuration name of the workspace
`valaxy.config.ts` -> …
-
build failed after `pnpm create`
error log:
```
> npm run build:ssg && npm run rss
> valaxy-blog@0.10.3 build:ssg
> valaxy build --ssg
🌌 Valaxy v0.10.3
🪐 theme > yun
📁 C:\…
-
```ts
import type { UserConfig } from 'valaxy'
import type { ThemeUserConfig } from 'valaxy-theme-yun'
const config: UserConfig = {/* ... */}
// any
config.aaa
// any
config.theme
export…
-
As my title describes, not just using `layouts`
-
I'm having a problem while developing a theme, there is no way to control about the vue app i.e. the app context
and because the configuration is not in the node environment, it is almost impossibl…
-
Post and data sometimes do not fully meet the development of custom themes, I think it would be better if there is a way to extend
example:
```ts
export function yunPlugin() {
return {
…