Commit Graph

6 Commits

Author SHA1 Message Date
kjh2064 fb3ee4aad6 Use combined RSS feed items
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m22s
2026-07-11 15:37:50 +09:00
kjh2064 228dc6683d Simplify RSS for Naver compatibility
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m2s
2026-07-11 15:33:05 +09:00
kjh2064 262046628d Harden RSS feed for Naver
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m2s
2026-07-11 15:31:06 +09:00
kjh2064 bcc3d6e680 Improve sitemap, RSS, and SEO guardrails
TaxBaik CI/CD / build-and-deploy (push) Successful in 59s
2026-07-11 13:09:57 +09:00
kjh2064 89fa51efe2 refactor admin UX and stabilize shell
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m20s
2026-07-09 00:03:33 +09:00
kjh2064 5431299498 feat: add RSS/Atom feed support - fix Razor XML rendering
TaxBaik CI/CD / build-and-deploy (push) Successful in 8m35s
Changes:
- Rss.cshtml: Fixed Razor/XML syntax by using StringBuilder
- Feed.cshtml: Alias for /feed.xml
- Both pages use RssModel (BlogService)
- robots.txt: Added feed references

Fix:
- Removed @page duplicate directive
- Used StringBuilder for proper XML generation
- Avoided Razor XML tag nesting issues
- Both /rss.xml and /feed.xml now available

URLs:
✓ https://www.taxbaik.com/taxbaik/rss.xmlhttps://www.taxbaik.com/taxbaik/feed.xml

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-04 05:23:30 +09:00