Commit Graph

1351 Commits

Author SHA1 Message Date
初五 0c20ee307a
docs: fix grammatical errors and spelling issues in documentation (#547)
* docs: fix README.md typo

- change "For a example" to "For an example"

* docs: fix grammar errors in documentation

- read and write permissions。 to  read and write permissions.

* docs: fix grammatical error in addon writing guide

- **docs/pages/addons/write.md**: Changed "Write a Addon" to "Write an Addon" in title

* docs: fix grammatical error in third-party integration guide

- **docs/pages/guide/third-party/index.md**: Changed "in a article" to "in an article"

* docs: fix "This is a example" to "This is an example"

* docs: fix spelling "archieved" to "achieved" in why.md
2025-06-06 19:22:54 +08:00
YunYouJun d238c88cde chore: fix lint & typecheck 2025-06-05 09:38:12 +08:00
初五 6ac7dbde72
Fix: Markdown Plugin Bugs - Hexo Tag Escaping, KaTeX Error Handling, and Snippet Type Safety Issues (#540)
* fix(markdown): escape Hexo tags to resolve conflict with markdown-it-attrs

Replace all occurrences of '{%' with '\\{\\%' using replaceAll()
Replace all occurrences of '%}' with '\\%\\}' using replaceAll()
Ensure proper double escaping of backslashes in replacements

* fix(markdown): KaTeX Error Handling Issue

* fix(snippet): resolve token type safety with module augmentation

Add type extension for markdown-it Token interface to include custom `src` property

* add a space after //

* Update hexo.ts

* Update snippet.ts
2025-06-03 23:32:40 +08:00
YunYouJun 7969748c5a chore: fix lint 2025-06-03 09:04:59 +08:00
YunYouJun 4f11c59aa3 docs: add how to disable rss, close #539 2025-06-03 08:55:20 +08:00
YunYouJun fc2c2b6a38 chore: upgrade deps & remove useless code 2025-06-01 23:30:13 +08:00
YunYouJun eab6ecef6c release: v0.23.4 2025-05-25 21:51:13 +08:00
YunYouJun 02fc1a81a9 feat(devtools): support active cur post path, close #519 2025-05-25 21:47:12 +08:00
YunYouJun 0d9404026e chore: update docs & deps 2025-05-25 20:27:01 +08:00
YunYouJun bbe7f837f2 chore: upgrade deps & fix lint 2025-05-23 14:26:46 +08:00
山吹色御守 33afc6e11d
refactor(valaxy): migrate to `zfeed` (#535)
* refactor: migrate to `zfeed`

* fix: prepend `siteUrl` to feed links

* refactor: remove unnecessary date creation
2025-05-23 14:24:02 +08:00
Shinji-Li b00da69d96
docs: update a new contributions charts (#532) 2025-05-11 23:25:39 +08:00
YunYouJun 5eed4690eb release: v0.23.3 2025-04-29 02:28:08 +08:00
YunYouJun 040e28e781 chore: upgrade deps 2025-04-29 02:15:48 +08:00
YunYouJun a7fda0eed3 fix: useFrontmatter default value & types 2025-04-27 05:38:42 +08:00
YunYouJun b0734efec0 fix: restart server by shortcut, close #530 2025-04-27 05:35:34 +08:00
YunYouJun b297869178 fix(theme-yun): postTags hmr in layout/post.vue 2025-04-27 04:21:41 +08:00
YunYouJun aead7b1466 release: v0.23.2 2025-04-25 12:30:57 +08:00
WRXinYue 36ef872b05
docs: support pre-generated git-log in builds (#527) 2025-04-25 12:25:59 +08:00
YunYouJun 3072218efe release: v0.23.1 2025-04-24 19:51:24 +08:00
YunYouJun e9106602ae fix: abbrlink alias build when beforeWriteFiles 2025-04-24 19:45:50 +08:00
YunYouJun a79c3bdf88 chore: update lock 2025-04-24 18:59:16 +08:00
YunYouJun f35cd75fd1 chore: upgrade deps 2025-04-24 18:46:31 +08:00
YunYouJun d4beeb9733 fix(theme-yun): ul list style in ol, close #526 2025-04-24 18:44:55 +08:00
YunYouJun 71b53eaa6e feat(addon-abbrlink): parse abbrlink in frontmatter 2025-04-24 18:39:51 +08:00
YunYouJun baa2c75407 docs: add password_hint tip 2025-04-21 02:33:46 +08:00
YunYouJun af8d15078f release: v0.23.0 2025-04-17 21:15:19 +08:00
YunYouJun eea3ded58a feat: add Valaxy state manager for env 2025-04-17 21:09:01 +08:00
YunYouJun 07c7eb0d84 fix: createMarkdownRenderer highlight 2025-04-17 00:32:36 +08:00
YunYouJun 6148c4741b feat: upgrade @explosion/fireworks & update shiki highlight & fix custom-block styles 2025-04-17 00:23:16 +08:00
YunYouJun a092edee1c feat: upgrade unhead@2 2025-04-03 11:25:33 +08:00
YunYouJun 4879976bbb build: upgrade unhead@2 2025-04-01 21:12:12 +08:00
YunYouJun bb7dc7af55 Merge branch 'main' of https://github.com/YunYouJun/valaxy 2025-04-01 21:05:24 +08:00
YunYouJun 3d2ca06905 fix(addon-waline): pass emoji options, close #520 2025-04-01 21:03:43 +08:00
sameu 0d65ed0b14
fix(addon-waline): 插件无法显示 emoji 表情选项卡的问题 (#521)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-01 21:03:20 +08:00
YunYouJun ecb1ba4771 release: v0.22.17 2025-03-25 01:32:26 +08:00
YunYouJun 220c84ef24 refactor: use { consola } import 2025-03-23 23:08:20 +08:00
GabrielxD 2fc339b5d2
feat(valaxy-theme-yun): make footer dynamic cloud configurable (#516) 2025-03-17 19:12:06 +08:00
WRXinYue 0e4aacfe34
docs: add more themes (#517) 2025-03-17 19:07:01 +08:00
YunYouJun 3cd1c63896 docs: update encrypted post content demo 2025-03-15 19:32:09 +08:00
YunYouJun b1d77e7a65 docs: update title icon for some code example 2025-03-15 00:28:38 +08:00
YunYouJun 2e48f5461f release: v0.22.16 2025-03-15 00:02:35 +08:00
YunYouJun 16984d9c10 fix(client): common styles for valaxy code 2025-03-15 00:01:58 +08:00
YunYouJun 34acb7fb45 docs: add custom valaxy icon 2025-03-14 23:51:05 +08:00
YunYouJun 949b6c93ce release: v0.22.15 2025-03-14 23:31:22 +08:00
YunYouJun 07936971c9 feat: support code-group-icons, default not enable, close #509 2025-03-14 23:24:35 +08:00
YunYouJun 3ffc4a386a release(addon-algolia): v0.2.0 2025-03-14 22:07:43 +08:00
YunYouJun a7a33b05e4 fix(addon-algolia): new initialize 2025-03-14 22:03:32 +08:00
YunYouJun 54eb54ac09 fix(theme-press): full width for menu-link 2025-03-14 21:02:58 +08:00
YunYouJun ad7dfab019 chore: update lock 2025-03-14 20:57:50 +08:00