Sha256: f9b4b73ea4d3ebe468c124329a04d69c4a4a7da88319e017896b1f0fbdc5407d

Contents?: true

Size: 1.23 KB

Versions: 4

Compression:

Stored size: 1.23 KB

Contents

# required data
speaker: <%= @speaker %>
title: <%= @title %>

# optional data
<% if @date -%>
date: <%= @date %>
<% else -%>
# date:
<% end -%>
<% if @author -%>
author: <%= @author %>
<% else -%>
# author:
<% end -%>
<% if @description -%>
description: <%= @description %>
<% else -%>
# description:
<% end -%>
<% if @subtitle -%>
subtitle: <%= @subtitle %>
<% else -%>
# subtitle:
<% end -%>
<% if @homepage -%>
homepage: <%= @homepage %>
<% else -%>
# homepage:
<% end -%>
<% if @company -%>
company: <%= @company %>
<% else -%>
# company:
<% end -%>
<% if @license -%>
license: <%= @license %>
<% else -%>
# license:
<% end -%>
<% if @location -%>
location: <%= @location %>
<% else -%>
# location:
<% end -%>
<% if @audience -%>
audience: <%= @audience %>
<% else -%>
# audience:
<% end -%>
<% if @email_address -%>
email_address: <%= @email_address %>
<% else -%>
# email_address:
<% end -%>
<% if @phone_number -%>
phone_number: <%= @phone_number %>
<% else -%>
# phone_number:
<% end -%>
<% if @github_url -%>
github_url: <%= @github_url %>
<% else -%>
# github_url:
<% end -%>

<% if @project_id -%>
project_id: <%= @project_id %>
<% else -%>
# project_id:
<% end -%>

<% if @version -%>
version: <%= @version %>
<% else -%>
# version:
<% end -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
middleman-presentation-0.15.8 templates/data/metadata.yml.tt
middleman-presentation-0.15.7 templates/data/metadata.yml.tt
middleman-presentation-0.15.6 templates/data/metadata.yml.tt
middleman-presentation-0.15.5 templates/data/metadata.yml.tt