Commit Graph

353 Commits

Author SHA1 Message Date
afa5bf98f4
feat(comment): move comment assets to cdn
- Remove Twikoo's local style.
- Remove local package of Artalk and Waline to minify styles

This commit is because of unused comment styles in build packaged css.

https://github.com/vitejs/vite/pull/19418 might have helped, but Astro didn't use this experimental feature (https://github.com/withastro/astro/pull/13420).
2025-04-05 19:07:51 +08:00
28542e1a45
fix(aside): Waline recent comments api 2025-04-05 18:55:12 +08:00
e53aef90b9
docs: update README 2025-04-05 18:17:43 +08:00
27a83826f5
chore: update dependencies 2025-04-05 18:09:16 +08:00
989f3ecc95
Merge commit 'c00f53b0c7191c07d6a9c3f9e45baa3228469c8a' 2025-04-05 16:59:41 +08:00
c00f53b0c7 docs: rename README Chinese version
This will make it compatible with Gitea/Forgejo's multilingual README
2025-04-04 18:13:06 +00:00
df75b59917 refactor(icon): use width and height attributes instead of text-[size] 2025-04-04 23:11:46 +08:00
59f9ca5060 fix: onclick config of nav center items 2025-04-04 23:04:10 +08:00
e4c27947d7 feat: blank config for nav button 2025-04-04 23:01:36 +08:00
01a23952ac feat(comment): supports artalk 2025-04-04 21:14:40 +08:00
1a6cd77bf8 refactor: darkmode button 2025-04-04 21:13:52 +08:00
307182176d fix: asideconfig not has effect 2025-04-04 21:13:28 +08:00
8679d67a9f fix: clean up TOC on component unmount 2025-04-04 19:21:46 +08:00
6a69383dcf chore: update dependencies 2025-04-04 18:41:58 +08:00
418a7004e2 fix: banner height
close #12
2025-04-04 18:40:35 +08:00
03a70c675e feat: remove stylesheet of RSS feed
A third-party stylesheet should not be a part of template.
2025-04-02 15:16:05 +08:00
a1c4dfe214 chore: bump version to 0.2.0 2025-04-01 19:34:36 +08:00
074e226049 chore: update dependencies 2025-04-01 19:34:16 +08:00
3c7d02cac3 docs: update README 2025-04-01 19:30:41 +08:00
61062866db fix: The config of the side toolbar is not effective
Previously, although there were configurations for the side toolbar in `src/config.ts`, these settings were not actually applied. This commit fixes this problem.
2025-04-01 19:27:48 +08:00
e4f1dff4c1 refactor(side toolbar): Use Vue on the TOC Button
This will fix bug on toc button, and close #6
2025-04-01 19:07:34 +08:00
28b672503f perf: Twikoo emotion size 2025-03-30 16:41:34 +08:00
29c79250fc fix: Twikoo text content style 2025-03-30 16:35:03 +08:00
a1f67ac7f4 fix(user components): icon style 2025-03-28 15:02:50 +08:00
76dd622d09 fix: remove outdated TypeScript error comment in astro.config.mjs 2025-03-28 14:56:28 +08:00
d3dd51fb14 fix: paragraph margin 2025-03-28 14:56:09 +08:00
f0f9457f9e feat(user components): icon 2025-03-28 14:55:40 +08:00
597ab70be5 fix: tag archive page heading 2025-03-26 16:24:21 +08:00
653a3cbd71 fix: getAllReferences.getArticle 2025-03-26 16:16:30 +08:00
6d41ef585a fix: bidirectional references in spec pages 2025-03-26 16:10:11 +08:00
a3ae7b72a5 feat: infer remote size config 2025-03-24 22:17:57 +08:00
7e40bf2eda fix: post cover 2025-03-24 22:10:13 +08:00
34804d525d chore: add onlyBuiltDependencies configuration for pnpm 2025-03-24 20:56:32 +08:00
6f5add380c chore: update dependencies 2025-03-24 17:39:04 +08:00
2297a2865a chore: update dependencies 2025-03-19 16:15:43 +08:00
cc73993047 feat(user scripts): post file name sanitization 2025-03-19 16:05:29 +08:00
92e7cd5fcd fix(user scripts): pub time
Fix the bug that `pnpm pub` not add `published` key in the frontmatter of published post.
2025-03-19 16:04:25 +08:00
9d802d0543 feat(aside): add a placeholder for recent comments card 2025-03-19 15:48:49 +08:00
fddf19ff43 fix: Waline api url 2025-03-18 21:33:24 +08:00
3f443e4e13 fix: infer remote image size 2025-03-18 21:25:17 +08:00
f18a320965 fix: wrong console error 2025-03-18 21:05:25 +08:00
620282e30d fix: ImageMetadata as src param in ImageWrapper 2025-03-18 20:51:57 +08:00
5e341cdfad feat(aside): recent comments card 2025-03-18 20:30:57 +08:00
5af071b0e7 feat: add dynamic import utils 2025-03-18 19:58:09 +08:00
6deace3551 feat: export joinUrl util 2025-03-18 19:57:31 +08:00
7f7d57b94f refactor: declare twikoo global variable 2025-03-18 19:56:48 +08:00
cd6071dbfb refactor: using Astro image API in content config 2025-03-18 13:16:02 +08:00
c357faed86 fix: friend link card avatar height 2025-03-18 13:15:06 +08:00
334d74f313 fix: toc in side toolbar 2025-03-16 14:55:35 +08:00
3ce5375490 perf: twikoo emotions style 2025-03-16 14:54:50 +08:00