valaxy/packages/valaxy-theme-press
YunYouJun 684568f918 release: v0.25.10 2025-07-21 20:13:08 +08:00
..
assets/images feat: extract bg img url to local assets & config YunLinks errorImg 2023-09-18 02:16:17 +08:00
client chore: fix lint 2024-11-27 14:13:50 +08:00
components feat(theme-yun): support collections feature, close #185 2025-07-19 21:52:33 +08:00
composables docs: add how to use i18n in config or page 2025-07-12 19:33:06 +08:00
config feat!: valaxyDarkOptions for useDark, close #407 2024-07-07 19:28:40 +08:00
layouts feat: upgrade unhead@2 2025-04-03 11:25:33 +08:00
locales feat: defu merge i18n locales for docs 2023-10-06 04:59:55 +08:00
node feat: only hot reload themeConfig when only themeConfig change 2024-01-15 07:56:41 +08:00
pages docs: add best-practice 2023-09-03 23:34:44 +08:00
setup feat: i18n for container custom block 2025-07-13 20:27:15 +08:00
stores chore: fix lint 2024-11-27 14:13:50 +08:00
styles docs: fix css-vars import 2025-02-19 02:39:56 +08:00
types feat(theme-press): add support for group in the nav configuration of the press theme (#491) 2024-12-24 09:15:24 +08:00
utils feat: support i18n for frontmatter title/description, close #561 2025-07-12 19:24:09 +08:00
README.md fix(theme-press): scrollTo by hash 2023-10-07 01:58:43 +08:00
index.ts refactor: move config to seperate folder & use defu merge 2024-01-16 06:37:09 +08:00
package.json release: v0.25.10 2025-07-21 20:13:08 +08:00
tsconfig.json chore: fix typecheck & upgrade to bundler 2024-07-11 02:13:20 +08:00
valaxy.config.ts chore: fix lint 2024-11-27 14:13:50 +08:00

README.md

valaxy-theme-press

This is a theme for valaxy docs.

Inspired by vitepress.

我开发此主题以编写 Valaxy 的初期文档,同时以便发现 valaxy 编写主题中的痛点。 它增加了 VitePress 此前默认所没有的一些功能KaTeX、文章分类、单页 CSS i18n + Vue i18n、Vue Router、Pinia 状态管理,组件自动注册等。

Reference