Commit Graph

3 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