Sha256: 20992d349d7be6a9e8ef06513df00d44e336cc7d0af58157f574ace8bee4193b

Contents?: true

Size: 1.07 KB

Versions: 13

Compression:

Stored size: 1.07 KB

Contents

---
title:  Only for :free
layout: template-logo-small
target:
 - :free
---

# <%= current_page.data.title %>

This page is only available to the `:free` target, and no other target will make
this page available during build or while running the server.

This is accomplished by using the `target` key in the
[front matter](frontmatter.html) data, and specifying only the `:free` target.

~~~ erb
---
title:  Only for :free
layout: template-logo-small
target:
 - :free
---
~~~

Note that `target` is a YAML array; you can include multiple `target` targets
and/or features here.
{:.note}

<% content_for :seeAlso do %>
<ul>
<li><a href="index.html">Welcome to middleman-targets</a></li>
<li><a href="simple-demo.html">Simple features demonstration</a></li>
<li><a href="build-serve-targets.html">Build and Serve different targets</a></li>
<li><a href="target-feature-config.html">Configuration</a></li>
<li><a href="helpers-resources.html">Helpers and Resources</a></li>
<li><a href="frontmatter.html">Front Matter</a></li>
<li><a href="cli.html">Command Line Interface</a></li>
</ul>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
middleman-targets-1.0.14 documentation_project/source/only-free.html.md.erb
middleman-targets-1.0.13 documentation_project/source/only-free.html.md.erb
middleman-targets-1.0.12 documentation_project/source/only-free.html.md.erb
middleman-targets-1.0.11 documentation_project/source/only-free.html.md.erb
middleman-targets-1.0.10 documentation_project/source/only-free.html.md.erb
middleman-targets-1.0.9 documentation_project/source/only-free.html.md.erb
middleman-targets-1.0.8 documentation_project/source/only-free.html.md.erb
middleman-targets-1.0.7 documentation_project/source/only-free.html.md.erb
middleman-targets-1.0.6 documentation_project/source/only-free.html.md.erb
middleman-targets-1.0.5 documentation_project/source/only-free.html.md.erb
middleman-targets-1.0.4 documentation_project/source/only-free.html.md.erb
middleman-targets-1.0.3 documentation_project/source/only-free.html.md.erb
middleman-targets-1.0.2 documentation_project/source/only-free.html.md.erb