|
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 |
|
|
698c411c71
|
feat: implement ui i18n support
|
2025-08-11 16:06:14 +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 |
|
|
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 |
|
|
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 |
|
|
74a8bbc72a
|
refactor: get headings directly from rendered results without rendering twice
|
2025-07-22 13:40:23 +08:00 |
|
|
4ab42f9543
|
feat: remove the path attribute requirement from comments
|
2025-07-21 16:45:21 +08:00 |
|
|
d9f04f1a88
|
refactor: split parts into standalone components
|
2025-07-20 13:44:20 +08:00 |
|
|
a20aef1d6e
|
fix: comment not displayed when no client javascript is disabled
|
2025-07-10 18:19:56 +08:00 |
|
|
d6e1a9dd94
|
feat: add tex(?) formula support
|
2025-07-10 18:05:41 +08:00 |
|
|
414cd7d3d7
|
refactor: migrate route from post/... to blog/...
|
2025-06-29 22:08:06 +08:00 |
|
|
03ce3caefd
|
feat: add newsletter to blog posts page
|
2025-06-23 22:51:09 +08:00 |
|
grassblock
|
856a8f2795
|
feat: working table of contents
|
2025-06-07 17:53:46 +08:00 |
|
grassblock
|
9ecf25f3ab
|
feat: more modern way to use 'reference' to get authors
|
2025-06-06 22:50:36 +08:00 |
|
grassblock
|
e72c80197b
|
feat: add PWA support
|
2025-06-04 18:17:39 +08:00 |
|
grassblock
|
9590e739b0
|
feat: add full favicon support
|
2025-06-04 18:17:29 +08:00 |
|
grassblock
|
e0f8e02577
|
feat: better glob matching featured images
|
2025-05-31 19:03:14 +08:00 |
|
grassblock
|
06c523c667
|
feat: caching for author's avatars and og:images
|
2025-05-31 18:35:11 +08:00 |
|
grassblock
|
047b896ddc
|
feat: custom author avatar support
|
2025-05-29 22:18:59 +08:00 |
|
grassblock
|
b103c045e2
|
fix: no 'uncategorized' category in categories page
|
2025-05-29 20:56:40 +08:00 |
|
grassblock
|
00115ad5a0
|
feat: add categories and tags page (WIP)
|
2025-05-28 22:19:01 +08:00 |
|
grassblock
|
1e7f0f9e4a
|
feat: added author info in article page
|
2025-05-28 17:33:09 +08:00 |
|
grassblock
|
b842d124a9
|
feat: add optional minecraft avatar for authors
|
2025-05-28 17:32:29 +08:00 |
|
grassblock
|
c7edf035c1
|
fix: don't generate featured image when there are images in the article
|
2025-05-25 23:22:51 +08:00 |
|
grassblock
|
510669b34c
|
feat: don't prepend baseurl in the og:image when the locally stored first image in the article is used
|
2025-05-25 23:21:45 +08:00 |
|
grassblock
|
b814569bc6
|
feat: use src/content/index.md to render homepage
|
2025-05-24 22:15:55 +08:00 |
|
grassblock
|
db09d3bf88
|
feat: use the first image of an article as og:image
|
2025-05-24 21:40:30 +08:00 |
|
grassblock
|
ea3d8accc3
|
feat: better style when printing the article
|
2025-05-23 22:35:14 +08:00 |
|
grassblock
|
458dc2dafe
|
feat: multi-authors support
|
2025-05-23 22:03:54 +08:00 |
|
grassblock
|
cbdc63a6eb
|
feat: post reply via email (WIP)
|
2025-05-23 17:11:25 +08:00 |
|
grassblock
|
9e5bf9309e
|
feat: better date colors
|
2025-05-19 12:15:10 +08:00 |
|
grassblock
|
819bd91231
|
chore: 404-page path more accurate variable
|
2025-05-19 11:40:55 +08:00 |
|
grassblock
|
44186453a4
|
feat: separate footer color & font to meet accessibility guidelines
|
2025-05-19 11:31:45 +08:00 |
|
grassblock
|
d3a8d4eb89
|
fix: Property title is missing but required in type Prop in index.astro
|
2025-05-18 13:04:22 +08:00 |
|
grassblock
|
ba9a44a944
|
feat: a more adaptive way to show the title & remove redundant path
|
2025-05-18 12:56:33 +08:00 |
|
conglinyizhi
|
e002af6f8a
|
fix(blog): Add SEO description for the blog page
|
2025-05-18 11:38:05 +08:00 |
|
conglinyizhi
|
e70d243e45
|
feat(llms): Add Markdown format content export feature
|
2025-05-18 11:37:18 +08:00 |
|
conglinyizhi
|
b110b04273
|
fix(404): Simplify path retrieval logic
|
2025-05-18 10:10:16 +08:00 |
|
conglinyizhi
|
5a2abc1d11
|
feat(index): Add welcome heading
|
2025-05-18 01:57:38 +08:00 |
|
conglinyizhi
|
b340559fb2
|
feat(pages): Add 404 page and homepage description
|
2025-05-18 01:55:07 +08:00 |
|
grassblock
|
77c56236f9
|
fix: article url in rss
|
2025-05-16 18:29:15 +08:00 |
|
grassblock
|
a5dd6df739
|
feat: several style improvements
|
2025-05-15 10:34:16 +08:00 |
|
grassblock
|
b4f5971cbc
|
fix: image still generated when there are featured.* image files
|
2025-05-14 22:33:35 +08:00 |
|
grassblock
|
9e7318fb63
|
feat: generate og:image when there isn't one
|
2025-05-14 22:21:59 +08:00 |
|