Skip to content

Add blog section for tutorials and technical articles #5

@yhk1038

Description

@yhk1038

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

  1. Enable blog plugin in @docusaurus/preset-classic
  2. Create blog/ directory for English content
  3. Create i18n directories for Korean and Japanese translations
  4. Update navbar to include "Blog" link
  5. Update footer Resources section to include "Blog" link
  6. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions