Commit graph

73 commits

Author SHA1 Message Date
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
582bc128d4
feat: prefer author's custom avatar over the default skin avatar 2025-08-15 20:56:51 +08:00
daa3df13ad
fix: author default avatar path returns 404 2025-08-15 17:45:30 +08:00
15846c0089
fix: wrong description for homepage 2025-08-15 17:30:41 +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
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