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

@ -3,7 +3,11 @@ title: FAQ
permalink: /faq/
tags: special-layouts
audience: writer, designer
audience:
last_updated:
summary:
---
{% include linkrefs.html %}
If you want to use an FAQ format, use the syntax shown on the faq.html page.

View File

@ -2,7 +2,12 @@
title: Knowledge-base homepage
permalink: /kb_layout/
tags: special-layouts
keywords:
audience:
last_updated:
summary:
---
{% include linkrefs.html %}
This shows a sample layout for a knowledge base. Each square could link to a tag archive page.

View File

@ -4,7 +4,10 @@ permalink: /scroll/
type: scroll
audience: writer, designer
tags: special-layouts
last_updated:
summary:
---
{% include linkrefs.html %}
<p>This page demonstrates how you the integration of a script called ScrollTo, which is used here to link definitions of a JSON code sample to a list of definitions for that particular term. The scenario here is that the JSON blocks are really long, with extensive nesting and subnesting, which makes it difficult for tables below the JSON to adequately explain the term in a usable way.</p>

View File

@ -3,7 +3,12 @@ title: Shuffle
permalink: /shuffle/
tags: special-layouts
type: noTags
keywords:
audience:
last_updated:
summary:
---
{% include linkrefs.html %}
<script src="{{ "/js/jquery.shuffle.min.js" | prepend:site.baseurl }}"></script>
<script src="{{ "/js/jquery.ba-throttle-debounce.min.js" | prepend:site.baseurl }}"></script>

View File

@ -1,9 +1,13 @@
---
title: Special layouts
permalink: /special_layouts/
audience: writer, designer
tags: special-layouts
keywords:
audience: writer, designer
last_updated:
summary:
---
{% include linkrefs.html %}
This theme has a few special layouts. Special layouts include the JS files they need directly in the page. The JavaScript for each special layout does not load by default for every page in the site.