6 Commits

Author SHA1 Message Date
ccbikai
bcc27cf219 chore: update usernames and references
Updates social media handles, repository links, and funding references from old username to new one across configuration files, documentation, and layouts.
2025-12-07 15:32:13 +08:00
ccbikai
f8951544c4 fix(rss): add atom namespace to RSS XSL stylesheet
Adds xmlns:atom namespace declaration to the XSL stylesheet to support Atom feed elements and ensure proper XML namespace resolution

This enables handling of Atom elements within RSS feeds while maintaining compatibility with existing RSS functionality.
2025-01-04 12:21:26 +08:00
ccbikai
876ba3e9a2 refactor: optimize RSS feed generation
Switches from getRssString to modern rss helper function
Moves XSL stylesheet to dedicated static file
Improves code organization and maintainability

Simplifies RSS feed configuration while maintaining beautification option
2025-01-01 19:03:22 +08:00
ccbikai
902ef273a2 feat: update favicon for improved visual identity 2024-09-24 21:22:25 +08:00
ccbikai
10fe7b3da3 feat: add sitemap generation for SEO enhancement
Implements dynamic sitemap generation to improve SEO by providing search engines with updated site structure and content availability. This includes a root sitemap index and paginated sitemap files for individual posts, enhancing crawl efficiency and content discoverability.
2024-08-05 12:04:34 +08:00
ccbikai
c39ab2d528 feat: init 2024-08-04 20:42:51 +08:00