Test Site

sup

it's my post

Notes on the SQLite Backend

it works?

Publishing over XML-RPC

The XML-RPC endpoint speaks enough of the WordPress API that existing editors can talk to it: wp.getPosts, wp.newPost, and friends.

Custom Content Types

Beyond Posts and Pages you can define your own types. This database already has a Products type with Name, Slug, Price, and Image URL fields.

Getting Started with rpub

rpub organizes everything as content types and content items. A post is just a content item whose type happens to be Posts, with Title, Slug, and Content fields.

Hello World!

This is the first post. Welcome to the blog — everything below is sample content for local development.