DEV Community

Richard
Richard

Posted on

Testing Oxide CMS to Dev.to Integration

Hello from Oxide CMS!

This is a test article published from Oxide CMS to Dev.to using our plugin system.

Features Tested

  • Markdown formatting
  • Code syntax highlighting
  • Plugin-based adapter system
fn main() {
    println!("Hello from Oxide CMS!");
}
Enter fullscreen mode Exit fullscreen mode

How It Works

  1. Create content in Oxide CMS
  2. Export via API to Dev.to adapter
  3. Plugin handles API communication
  4. Content appears on Dev.to

Pretty cool! 🚀


Published via Oxide CMS Plugin System

Top comments (0)