-
Notifications
You must be signed in to change notification settings - Fork 3
Add blog section for tutorials and technical articles #5
Copy link
Copy link
Closed
Description
Summary
The T-Ruby documentation site needs a blog section for sharing tutorials, technical deep-dives, and project updates in long-form content.
Proposed Solution
Implement a blog section using Docusaurus's built-in blog plugin:
- Route:
/blog - Content type: Long-form content (tutorials, technical articles, best practices)
- Features:
- Reading time display
- RSS/Atom feed support
- Multi-language support (English, Korean, Japanese)
- Dynamic tag system
- Author profiles
Implementation Details
- Enable blog plugin in
@docusaurus/preset-classic - Create
blog/directory for English content - Create i18n directories for Korean and Japanese translations
- Update navbar to include "Blog" link
- Update footer Resources section to include "Blog" link
- Add sample blog post for initial content
Additional Changes
- Update news post author to maintainer profile
- Reorder locale dropdown (English → Japanese → Korean)
Benefits
- Platform for sharing tutorials and guides
- Technical deep-dives on type system concepts
- Community engagement through long-form content
- RSS feed for content subscribers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels