<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Campaign on Paperboy</title>
    <link>https://www.paperboy.email/series/campaign/</link>
    <description>Recent content in Campaign on Paperboy</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    
	<atom:link href="https://www.paperboy.email/series/campaign/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Campaigns</title>
      <link>https://www.paperboy.email/docs/campaigns/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://www.paperboy.email/docs/campaigns/</guid>
      <description>The core function of Paperboy is to deliver content to recipients. Each campaign is stored as file with a configuration header that&amp;rsquo;s commonly known as front matter.
To body of the campaign builds on the combination of Markdown markup language with the templating support from Go standard libraries. These are simple yet powerful pieces that allow multi-format emails with customized per-recipient content.
Organization The campaign files go under the content directory of your project, nested at any level.</description>
    </item>
    
    <item>
      <title>Front matter</title>
      <link>https://www.paperboy.email/docs/front-matter/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://www.paperboy.email/docs/front-matter/</guid>
      <description>The campaign front matter is a feature that brings a lot of power and flexibility to Paperboy. By prepending this metadata to the body of your campaign, you can configure your templates and various features of Paperboy itself. Paperboy supports a few different formats, each with their own delimiters.
Supported formats:  TOML delimited by &amp;ldquo;+++&amp;ldquo; YAML delimited by &amp;ldquo;---&amp;ldquo; JSON wrapped by &amp;ldquo;{&amp;rdquo; and &amp;ldquo;}&amp;ldquo;  TOML Example: +++ subject = &amp;quot;Announcing Paperboy 1.</description>
    </item>
    
  </channel>
</rss>