removing gh-pages branch and putting everything in master

This commit is contained in:
Tom Johnson
2015-04-20 12:10:04 -07:00
parent 8c1ccbcc57
commit f0b925337f
360 changed files with 119491 additions and 2 deletions

17
_data/definitions.yml Normal file
View File

@ -0,0 +1,17 @@
# Password screen
changepassword_password: >
<p>This is a sample list of stuff:<br/>
- more stuff<br/>
- another line<br/>
</p>
elephant: "This is a sample definition."
baseball: "Baseball is considered America's pasttime sport, though that may be more of a historical term than a current one. There's a lot more excitement about football than baseball. A baseball game is somewhat of a snooze to watch, for the most part."
basketball: "Basketball is a sport involving two teams of five players each competing to put a ball through a small circular rim 10 feet above the ground. Basketball requires players to be in top physical condition, since they spend most of the game running back and forth along a 94-foot-long floor."
football: "No doubt the most fun sport to watch, football also manages to accrue the most injuries with the players. From concussions to blown knees, football players have short sport lives."
soccer: "If there's one sport that dominates the world landscape, it's soccer. However, US soccer fans are few and far between. Apart from the popularity of soccer during the World Cup, most people don't even know the name of the professional soccer organization in their area."

1
_data/glossary.yml Normal file
View File

@ -0,0 +1 @@
some_term: "some definition"

10
_data/notes.yml Normal file
View File

@ -0,0 +1,10 @@
---
videonote: >
This is a sample note. Everything under the note title needs to be indented one space. The > means that
you start the string on the next line.
samplenote: "something else"
another_note: "hey there"

15
_data/options.yml Normal file
View File

@ -0,0 +1,15 @@
# You can store various options here, such as audience. Then you can access the option with {{site.data.options.audience}}.
# This allows you to do conditional logic. Options you set here work similarly to options set in the configuration file,
# but the advantage here is that you don't have to restart the jekyll server to see changes. Also note that you access this location
# using site.data instead of just site. And the location of data is defined in the configuration file through the data-source property.
# Sample logic:
# {% if {{site.data.options.widget_toggle}} == "mac" %}
# do this for mac
# {% elsif {{site.data.options.widget_toggle}} == "pc" %}
# do this for pc
# {% endif %}
# This logic works in Markdown and HTML. You can compress onto the same line if the spacing creates issues in Markdown.
widget_toggle: mac

211
_data/sidebar.yml Normal file
View File

@ -0,0 +1,211 @@
# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
# Spacing is really important here. A two-space indent appears below each level to indicate a new depth.
#
# Sidebar
entries:
- title: Sidebar # this title doesn't appear anywhere
subcategories:
- title: Overview
audience: writer, designer
print: true
items:
- title: Cover
url: /titlepage/
audience: writer, designer
print: true
web: false
- title: Home
url: /
audience: writer, designer
print: true
- title: Getting started
url: /getting_started/
audience: writer, designer
print: true
- title: Supported features
url: /supported_features/
audience: writer, designer
print: true
- title: Formatting
audience: writer, designer
print: true
items:
- title: Pages and posts
url: /pages/
audience: writer, designer
print: true
- title: Alerts
url: /alerts/
audience: writer, designer
print: true
- title: Images
url: /images/
audience: writer, designer
print: true
- title: Links
url: /links/
audience: writer, designer
print: true
- title: Syntax highlighting
url: /syntax_highlighting/
audience: writer, designer
print: true
- title: Videos
url: /videos/
audience: writer, designer
print: true
- title: Labels
url: /labels/
audience: writer, designer
print: true
- title: Icons
url: /icons/
audience: writer, designer
print: true
- title: Tables
url: /tables/
audience: writer, designer
print: true
- title: Single Sourcing
audience: writer, designer
print: true
items:
- title: Conditional logic
url: /conditional_logic/
audience: writer, designer
print: true
- title: Content re-use
url: /content_reuse/
audience: writer, designer
print: true
- title: Excluding files
url: /excluding_files/
audience: writer, designer
print: true
- title: Publishing
audience: writer, designer
print: true
items:
- title: Build Arguments
url: /build_arguments/
audience: writer, designer
print: true
- title: Create a PDF
url: /create_pdf/
audience: writer, designer
print: true
- title: Creating a Help API
url: /help_api/
audience: writer, designer
print: true
- title: Navigation
audience: writer
print: true
items:
- title: Configuring sidebar and top navigation
url: /navigation/
audience: designer, writer
print: true
- title: Tags
url: /tags/
audience: writer, designer
print: true
- title: Special Layouts
audience: designer
print: false
items:
- title: Special layouts
url: /special_layouts/
audience: designer
print: true
- title: FAQ layout
url: /faq/
audience: designer
print: true
- title: KB layout
url: /kb_layout/
audience: designer
print: true
- title: Scroll
url: /scroll/
audience: designer
print: true
- title: Shuffle
url: /shuffle/
audience: designer
print: true
- title: Tag archives
audience: designer, w riter
print: false
items:
- title: Overview
audience: writer, designer
url: /tag-archives-overview/
print: false
thirdlevel: #demo's how to add a third level to the sidebar nav.
- title: Third level title
audience: writer, designer
print: false
thirdlevelitems:
- title: Overview pages
url: /tag-overview/
audience: writer, designer
print: false
- title: Getting Started pages
url: /tag-getting-started/
audience: writer, designer
print: false
- title: Single Sourcing pages
url: /tag-single-sourcing/
audience: writer, designer
print: false
- title: Publishing pages
url: /tag-publishing/
audience: writer, designer
print: false
- title: Formatting pages
url: /tag-formatting/
audience: writer, designer
print: false
- title: Special layout pages
url: /tag-special-layouts/
audience: writer, designer
print: false

5
_data/strings.yml Normal file
View File

@ -0,0 +1,5 @@
# placed here for translation purposes
search_placeholder_text: search...
search_no_results_text: No results found.

11
_data/tags.yml Normal file
View File

@ -0,0 +1,11 @@
allowed-tags:
- getting-started
- overview
- formatting
- publishing
- single-sourcing
- special-layouts

37
_data/topnav.yml Normal file
View File

@ -0,0 +1,37 @@
# if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
# Topnav single links
topnav:
- title: Topnav
subcategories:
- title: About
url: /about/
audience: writer, designer
- title: Github repo
external_url: https://github.com/tomjohnson1492/documentation-theme-jekyll
audience: writer, designer
- title: My blog
external_url: http://idratherbewriting.com
audience: writer, designer
#Topnav dropdowns
topnav_dropdowns:
- title: Topnav dropdowns
subcategories:
- title: Jekyll resources
audience: writer, designer
items:
- title: Jekyll documentation
external_url: http://jekyllrb.com/docs/home/
audience: writer, designer
- title: Jekyll Talk
external_url: https://talk.jekyllrb.com/
audience: designer, writer
- title: Jekyll on Stackoverflow
external_url: http://stackoverflow.com/questions/tagged/jekyll
audience: writer, designer