major updates across the theme to make it more user-centered

This commit is contained in:
Tom Johnson
2015-05-05 14:06:11 -07:00
parent a44149986a
commit 18e31994f2
67 changed files with 1048 additions and 683 deletions

View File

@ -2,8 +2,13 @@
title: Create PDF
permalink: /create_pdf/
tags: publishing
keywords:
audience:
last_updated:
summary:
---
{% include linkrefs.html %}
{% include linkrefs.html %}
{% comment %}
remaining tasks:

View File

@ -3,7 +3,11 @@ title: Create a Help API
permalink: /help_api/
tags: publishing
audience: writer, designer
keywords:
last_updated:
summary:
---
{% include linkrefs.html %}
You can create a help API that developers can use to pull in content.

View File

@ -3,7 +3,11 @@ title: Search configuration
permalink: /search_configuration/
audience: writer, designer
tags: publishing
keywords:
last_updated:
summary:
---
{% include linkrefs.html %}
The search is configured through the search.json file in the root directory. Take a look at that code if you want to change what content is included.
@ -23,7 +27,7 @@ defaults:
values:
layout: "page"
comments: true
search: include
search: true
-
scope:
path: ""
@ -31,7 +35,7 @@ defaults:
values:
layout: "post"
comments: true
search: include
search: true
```
Some pages will break the JSON formatting. If that happens, then the search will no longer work. If you want to exclude a page from search add `search: exclude` in the frontmatter.