Commit graph

205 commits

Author SHA1 Message Date
e7f889f1f8
chore(deps): bump astro dependencies version 2025-08-29 21:55:37 +08:00
377c541a21
feat: json feed and fix drafts displayed in rss 2025-08-29 21:52:55 +08:00
d31ba9eb9c
chore: change the color of the normal 'info' callout 2025-08-26 21:57:06 +08:00
d1ae051cae
feat: an editor for creating posts quickly 2025-08-26 21:47:19 +08:00
e96c7d89db
feat: more tolerable tags options for posts 2025-08-26 21:44:43 +08:00
b91b03adec
feat: add 'site' & 'title' to Artalk init options 2025-08-21 17:47:56 +08:00
0b383a2fd3
fix: styles for site search results 2025-08-21 17:29:56 +08:00
e6604a3305
chore(deps): bump astro dependency 2025-08-21 14:11:50 +08:00
草方块
844362e683
Merge pull request #5 from GrassBlock1/dependabot/npm_and_yarn/astro-5.13.1
chore(deps): bump astro from 5.7.10 to 5.13.1
2025-08-21 11:38:29 +08:00
dependabot[bot]
3b2cc91b53
chore(deps): bump astro from 5.7.10 to 5.13.1
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.7.10 to 5.13.1.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@5.13.1/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.13.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-20 14:34:18 +00:00
ae5da09e23
feat: new callout type "tip" 2025-08-20 21:52:22 +08:00
fdb630410e
fix: link text color in callout 2025-08-20 21:50:39 +08:00
3979a5394a
fix: '--secondary--color' css variable 2025-08-20 21:45:22 +08:00
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