651 Commits

Author SHA1 Message Date
pengzhanbo
e6daf07456 style: lint fix 2025-10-31 20:22:37 +08:00
pengzhanbo
3d48446769
feat(theme): add dark-veil home hero effect (#747) 2025-10-31 18:33:57 +08:00
pengzhanbo
802911c179 perf(theme): cleanup home hero effect when unmounted 2025-10-31 18:08:15 +08:00
pengzhanbo
192017b892
fix(theme): fix auto-sidebar collapsed (#746) 2025-10-31 18:03:06 +08:00
pengzhanbo
d4ad65a1ea
refactor: use deconstruct syntax to handle component props (#744) 2025-10-31 17:42:28 +08:00
pengzhanbo
0e38265f96
feat(plugin-md-power): add full-width support for table container, close #740 (#741) 2025-10-29 20:45:22 +08:00
pengzhanbo
fbb6ec9a63 feat(theme): optimize local nav 2025-10-26 23:18:44 +08:00
pengzhanbo
19868d147e fix(theme): fix language component not displaying correctly 2025-10-26 23:17:46 +08:00
pengzhanbo
be565baf59 fix(theme): fix ssr compile error 2025-10-25 12:21:44 +08:00
pengzhanbo
aa6168c31d
feat(theme): add home hero effects (#738) 2025-10-25 11:55:17 +08:00
pengzhanbo
0a23b94232
fix(theme): fix collection type error when the homepage is set as a posts, close #729 (#732) 2025-10-17 20:19:52 +08:00
pengzhanbo
1471547bcd fix(theme): fix the layout misalignment of the <VPButton /> fontawesome icon 2025-10-17 13:12:35 +08:00
pengzhanbo
74b4ddf8f5 perf: update deps to latest 2025-10-16 02:01:56 +08:00
pengzhanbo
707d534b95
fix(theme): fix post category sort error (#727) 2025-10-15 14:00:28 +08:00
pengzhanbo
4abc1eeb58
feat(theme): add icon to doc footer prev-next (#726) 2025-10-15 12:35:29 +08:00
pengzhanbo
1503a20fbe
feat(theme): optimize view transition (#725) 2025-10-15 12:34:16 +08:00
pengzhanbo
89cb6a585a
fix(theme): fix fontawesome icon, close #720 (#721) 2025-10-13 13:50:52 +08:00
pengzhanbo
c476c2059b
fix(theme): fix sidebar link concatenation error (#722) 2025-10-13 13:50:27 +08:00
HAO CHEN
5c0d211d82
feat(plugin-md-power): add lazy animation mode for mark highlights (#718) 2025-10-12 21:56:15 +08:00
pengzhanbo
8cec3f23e4
fix(theme): fix page transition flickering (#717) 2025-10-12 14:31:32 +08:00
pengzhanbo
338ca4ad7c fix(theme): optimize post category styles 2025-10-12 14:28:04 +08:00
pengzhanbo
3a07f590cb
fix(theme): incorrect sidebar link prefix, close #714, #710 (#715) 2025-10-12 01:37:43 +08:00
pengzhanbo
b3843c7d97
fix(theme): fix post collection links, close #709 (#712) 2025-10-09 21:13:39 +08:00
pengzhanbo
385059f214
docs: update en docs (#708)
* docs: update en docs

* chore: tweak

* chore: tweak

* chore: tweak
2025-10-09 15:46:05 +08:00
pengzhanbo
9f3de6b8ea fix(theme): sidebar prefix concat incorrectly 2025-10-08 12:50:49 +08:00
pengzhanbo
3b5e2cc5b3 fix(theme): fix I/O race condition causing auto frontmatter not to be written 2025-10-08 12:49:58 +08:00
pengzhanbo
2e1ad23112 fix(theme): incorrect configuration loading and page generation sequence 2025-10-08 02:16:00 +08:00
pengzhanbo
b37af47dca feat(theme): add collection breaking change log 2025-10-08 01:29:20 +08:00
pengzhanbo
2a8385f3aa fix(theme): incorrect collection auto complete 2025-10-08 01:28:46 +08:00
pengzhanbo
4d2361a704
feat(theme)!: add collections support (#704)
* feat(theme)!: add collection support
2025-10-07 23:13:09 +08:00
pengzhanbo
9357b21af1 chore: tweak 2025-09-20 15:59:52 +08:00
huyunan
5cbf0ddfcf
feat(theme): add signdown frontmatter for home page (#691)
* signdow 参数添加 是否显示向下箭头标志

* VPSignDown components add.

* Delete the wrongly modified code.

* feat(theme): signdown parameter adds whether to display a downward arrow flag

* feat(theme): signdown marks are changed to be fixed

---------

Co-authored-by: wb_huyunan <wb_huyunan@kuaishou.com>
2025-09-20 15:19:23 +08:00
pengzhanbo
69b9d0bc3d
fix(theme): fix createTime is obtained incorrectly during creation, close #692 (#700) 2025-09-20 15:12:44 +08:00
pengzhanbo
3523df74db
feat: add inheritAttrs option to components that include ClientOnly (#697) 2025-09-18 12:43:03 +08:00
pengzhanbo
086528606e
feat(theme): add password support for post frontmatter (#689) 2025-09-10 12:44:01 +08:00
pengzhanbo
2757301d61
fix(theme): fix CardMasonry media query failure (#688) 2025-09-10 12:43:27 +08:00
Geekinney
46b2da25a6
feat(theme): make blog post list responsive to screen width (#685)
* Make blog post list responsive to screen width

* style: lint fix

---------

Co-authored-by: pengzhanbo <volodymyr@foxmail.com>
2025-09-01 12:50:22 +08:00
SherkeyXD
0da7055c2b
feat(theme): add telegram social icon (#678)
* feat(icon): add telegram icon

* docs: update social icon list
2025-08-21 00:46:20 +08:00
pengzhanbo
89314f4cb4 style: lint fix 2025-08-20 03:14:15 +08:00
pengzhanbo
94e755c422
feat(theme): add gitee provider support for repocard, close #674 (#675) 2025-08-20 02:31:09 +08:00
pengzhanbo
49d84dcfb4
feat(theme): add fullname prop support for RepoCard, close #669 (#670)
* feat(theme): add `fullname` prop support for `RepoCard`, close #669

* feat: add archive repo status
2025-08-19 23:14:31 +08:00
pengzhanbo
e8e8614d6e style: lint fix 2025-08-11 00:42:43 +08:00
pengzhanbo
e113f6850a
feat(theme): improve post draft status (#662) 2025-08-04 14:59:17 +08:00
pengzhanbo
fde93517d9
feat(theme): improve img cursor (#661) 2025-08-04 14:58:55 +08:00
pengzhanbo
371834640b
feat(plugin-md-power): add table container, close #652 (#655) 2025-07-26 09:11:51 +08:00
pengzhanbo
b120633453 perf(theme): improve iconfont layout 2025-07-26 09:10:42 +08:00
pengzhanbo
11ede1754f feat(theme): ignore npm-badge preview 2025-07-20 11:04:41 +08:00
pengzhanbo
b8ce0cd151 fix(theme): incorrect image preview selector 2025-07-20 10:47:02 +08:00
pengzhanbo
f7f39b8f32 docs: update docs 2025-07-10 11:40:43 +08:00
pengzhanbo
0fe98a38f1
feat(theme): migrate to @vuepress/plugin-replace-assets (#644) 2025-07-10 11:23:05 +08:00