Commit graph

192 commits

Author SHA1 Message Date
c6659d6a46
feat: timeline option for not parsing text 2025-08-20 21:42:00 +08:00
a06cea5783
feat: more noscript compatibility for outdated callout 2025-08-20 18:06:09 +08:00
b3655b99b3
feat: allow to change days before marking an article as outdated 2025-08-20 17:36:02 +08:00
65c5fdeae1
chore: fix outdate reminder grammar 2025-08-20 17:29:09 +08:00
95e5a1618a
feat: add outdated reminder to old articles (init) 2025-08-20 17:02:07 +08:00
e6816df0dc
feat: add draft indicator for post list 2025-08-20 15:34:18 +08:00
ff91324a79
feat: code copying and guide for alternative syntax highlighting methods 2025-08-19 21:47:38 +08:00
127e297e75
fix: article cover not displaying and potential errors 2025-08-19 21:17:02 +08:00
81ddec2e15
feat: add optional 'updated' front matter for more precise updated time 2025-08-19 21:16:09 +08:00
65fb7cf638
fix: spoiler display when used as a block 2025-08-18 18:33:36 +08:00
9e0afdad03
feat: make tags & categories list flex 2025-08-18 18:29:37 +08:00
ca28bd2d36
feat: drafts frontmatter & exclude drafts from production 2025-08-18 18:26:04 +08:00
bfd3bef223
fix: custom ogImage not showing in homepage 2025-08-18 18:19:08 +08:00
草方块
302ded3613
Merge pull request #4 from GrassBlock1/dependabot/npm_and_yarn/astrojs/node-9.4.1
chore(deps): bump @astrojs/node from 9.4.0 to 9.4.1
2025-08-16 14:34:43 +08:00
dependabot[bot]
77553dcbd5
chore(deps): bump @astrojs/node from 9.4.0 to 9.4.1
Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 9.4.0 to 9.4.1.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/node@9.4.1/packages/integrations/node)

---
updated-dependencies:
- dependency-name: "@astrojs/node"
  dependency-version: 9.4.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-15 16:56:23 +00:00
582bc128d4
feat: prefer author's custom avatar over the default skin avatar 2025-08-15 20:56:51 +08:00
ee714021e6
chore(docs): update README.md 2025-08-15 18:39:39 +08:00
daa3df13ad
fix: author default avatar path returns 404 2025-08-15 17:45:30 +08:00
112f76dae1
fix: author custom avatar not displayed 2025-08-15 17:40:32 +08:00
15846c0089
fix: wrong description for homepage 2025-08-15 17:30:41 +08:00
4a463d2794
feat: responsive images 2025-08-15 17:27:08 +08:00
c3ac2c962d
fix: overflow when there are a lot of items on small screens 2025-08-15 17:07:10 +08:00
30b0738af0
chore: change to node adapter 2025-08-13 19:21:12 +08:00
466dffc754
fix: statisticsEnabled is not defined in component 2025-08-13 19:18:59 +08:00
d9b8c0ec33
feat: fix article page's description type 2025-08-12 14:19:51 +08:00
70b389a4a5
feat: categories accepts strings & make description optional 2025-08-12 11:12:21 +08:00
5ac24d0bc2
fix: only show updated date when it's later than published date 2025-08-11 17:45:42 +08:00
b2270003bd
refactor: move pubDate to date in posts front matter 2025-08-11 17:44:56 +08:00
123da1747f
feat: add twikoo & waline comments component (untested) 2025-08-11 17:12:26 +08:00
955ba5a0b9
chore(docs): update i18n status 2025-08-11 16:18:37 +08:00
698c411c71
feat: implement ui i18n support 2025-08-11 16:06:14 +08:00
457fb93718
feat: add customizable 'powered by' presets 2025-08-10 22:05:35 +08:00
28baacbf0d
feat: reduce echarts bundle size 2025-08-10 19:40:17 +08:00
5772bc9bcd
feat: separate 'powered by' to standalone component 2025-08-10 19:10:26 +08:00
fdd9f670e6
feat: display cover on article page 2025-08-10 19:06:21 +08:00
666349c5b8
feat: display last modified and wordcount on article 2025-08-10 19:06:20 +08:00
f8d69ac954
chore: migrate remark plugin to separate directory 2025-08-10 18:22:52 +08:00
87a0171185
feat: add remark modified time plugin 2025-08-10 18:20:51 +08:00
2c90929013
feat: add TimeLine shortcode 2025-08-09 19:52:21 +08:00
d410f7a3d4
feat: Use <Image> as linkcard's image component 2025-08-08 16:17:40 +08:00
39e3703d73
feat: add partytown! intergration 2025-08-06 22:11:53 +08:00
92db311e59
feat: add rss autodiscovery to html head 2025-08-06 21:02:34 +08:00
b79e3e2e47
feat: add wordcount heatmap 2025-08-06 19:04:29 +08:00
8773b9b0df
feat: log theme info to console 2025-07-24 21:11:55 +08:00
be07b543aa
refactor: rearrange the dom structure 2025-07-23 19:13:03 +08:00
0f0f925dd7
feat: wrapped article with <article> element 2025-07-23 18:44:55 +08:00
4387aa1f6a
fix: undefined while reading author data 2025-07-23 18:42:27 +08:00
cc238f8f2a
feat: split get metadata to standalone function and cache added 2025-07-23 18:37:34 +08:00
98d23e7c94
feat: multi-authors within one article support 2025-07-22 18:03:12 +08:00
0eef3d8d05
feat: add summary field in articles 2025-07-22 15:53:57 +08:00