content updates

This commit is contained in:
Tom Johnson
2015-08-12 18:45:08 -07:00
parent 2a81d2a101
commit e19638e498
48 changed files with 187 additions and 181 deletions

View File

@ -1,10 +1,9 @@
---
title: Pages
audience: writer, designer
tags: [getting-started, formatting]
keywords:
last_updated:
summary:
tags: [getting-started, formatting, content-types]
keywords: pages, authoring, exclusion, frontmatter
last_updated: August 12, 2015
summary: "This theme uses pages only, not posts. You need to make sure your pages have the appropriate frontmatter. One frontmatter tag your users might find helpful is the summary tag. This functions similar in purpose to the shortdesc element in DITA."
---
{% include linkrefs.html %}
@ -35,8 +34,9 @@ Make sure each page has frontmatter at the top like this:
{% raw %}
---
title: Your page title
tags: [deployment]
tags: [formatting, getting-started]
keywords: overview, going live, high-level
last_updated: August 12, 2015
summary: "Deploying DeviceInsight requires the following steps."
{% endraw %}
---