name: Simple Blog description: Setup Radiant as a simple weblog. records: Layouts: main: id: 1 name: Normal content: | <r:title />
css: id: 2 name: Stylesheet content_type: text/css content: | xml_feed: id: 3 name: XML Feed content_type: text/xml content: | Snippets: header: id: 1 name: header content: |
footer: id: 2 name: footer content: |
Pages: home_page: id: 1 title: Home Page breadcrumb: Home slug: / layout_id: 1 status_id: 100 file_not_found: id: 2 title: File Not Found breadcrumb: File Not Found slug: file-not-found class_name: FileNotFoundPage parent_id: 1 status_id: 100 rss_feed: id: 3 title: RSS Feed breadcrumb: RSS Feed slug: rss layout_id: 3 parent_id: 1 status_id: 100 articles: id: 4 title: Articles breadcrumb: Articles slug: articles class_name: ArchivePage parent_id: 1 status_id: 100 first_post: id: 5 title: First Post breadcrumb: First Post slug: first-post parent_id: 4 status_id: 100 second_post: id: 6 title: Second Post breadcrumb: Second Post slug: second-post parent_id: 4 status_id: 100 styles: id: 7 title: Styles breadcrumb: Styles slug: styles.css parent_id: 1 layout_id: 2 status_id: 100 PageParts: home_page: id: 1 name: body page_id: 1 content: |

Continue Reading…
file_not_found: id: 2 name: body page_id: 2 filter_id: Textile content: | The file you were looking for could not be found. Attempted URL: @@ It is possible that you typed the URL incorrectly or that you clicked on a bad link. "<< Back to Home Page":/ rss_feed: id: 3 name: body page_id: 3 content: | Article RSS Feed http://your-web-site.com en-us 40 The main blog feed for my Web site. <r:title /> http://your-web-site.com http://your-web-site.com articles: id: 4 name: body page_id: 4 content: |
first_post: id: 5 name: body page_id: 5 filter_id: Textile content: | This post uses "textile":http://www.textism.com/tools/textile/. second_post: id: 6 name: body page_id: 6 filter_id: Markdown content: | This post uses **Markdown**. styles: id: 7 name: body page_id: 7 content: | body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 80%; }