version 3.0 of the theme -- complete overhaul

This commit is contained in:
Tom Johnson
2015-08-11 16:48:17 -07:00
parent 95fa839f0c
commit 6cab011d1b
181 changed files with 4747 additions and 10289 deletions

View File

@ -1,22 +1,10 @@
---
title: Documentation Theme for Jekyll
permalink: "/"
tags: overview
title: Introduction
tags: [getting-started]
type: first_page
homepage: true
---
{% include linkrefs.html %}
{% if site.audience == "writer" %}
{{note}} This is the version of the documentation designed for writers. It has a subset of topics from the designers output.{{end}}
{% include custom/homepage.md %}
{% if site.project == "doc" %}
{% include custom/doc/doc_homepage.md %}
{% endif %}
{% if site.audience == "designer" %}
{{note}} This is the version of the documentation designed for designers. The set of topics included here is comprehensive.{{end}}
{% include custom/homepage.md %}
{% endif %}