'
+
+hr_faded: '
'
+hr_shaded: '
'
\ No newline at end of file
diff --git a/docs/_data/definitions.yml b/docs/_data/definitions.yml
new file mode 100755
index 00000000..0da85d3d
--- /dev/null
+++ b/docs/_data/definitions.yml
@@ -0,0 +1,9 @@
+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."
\ No newline at end of file
diff --git a/docs/_data/glossary.yml b/docs/_data/glossary.yml
new file mode 100755
index 00000000..e953fe73
--- /dev/null
+++ b/docs/_data/glossary.yml
@@ -0,0 +1,11 @@
+jekyll_platform: "Jekyll is a static site generator that builds sites using most modern web technologies."
+
+fractious: "Like a little mischevious child, full of annoying and constant trouble."
+
+gratuitous: "Something that is unwarranted and uncouth, like the social equivalent of a flagrant foul."
+
+haughty: "Proud and flaunting it. Holding your head high up like a snooty, too-good-for-everything rich person."
+
+impertinent: "Someone acting rude and insensitive to others."
+
+intrepid: "Brave and courageous especially in a difficult, dangerous situation."
\ No newline at end of file
diff --git a/docs/_data/samplelist.yml b/docs/_data/samplelist.yml
new file mode 100755
index 00000000..453e9281
--- /dev/null
+++ b/docs/_data/samplelist.yml
@@ -0,0 +1,107 @@
+entries:
+- title: Sidebar
+ folders:
+ - title: Food
+
+ folderitems:
+ - title: Bananas
+ url: bananas.html
+
+ subfolder:
+ - title: Apples
+
+ subfolderitems:
+ - title: Fuji apples
+ url: fuji_apples.html
+
+
+ - title: Gala apples
+ url: gala_apples.html
+
+name:
+ husband: Tom
+ wife: Shannon
+
+bikes:
+ - title: mountain bikes
+ - title: road bikes
+ - title: hybrid bikes
+
+
+salesteams:
+ - title: Regions
+ subfolderitems:
+ - location: US
+ - location: Spain
+ - location: France
+
+toc:
+ - title: Group 1
+ subfolderitems:
+ - page: Thing 1
+ - page: Thing 2
+ - page: Thing 3
+ - title: Group 2
+ subfolderitems:
+ - page: Piece 1
+ - page: Piece 2
+ - page: Piece 3
+ - title: Group 3
+ subfolderitems:
+ - page: Widget 1
+ - page: Widget 2
+ - page: Widget 3
+
+something: &hello Greetings earthling!
+myref: *hello
+
+about:
+ - zero
+ - one
+ - two
+ - three
+
+numbercolors:
+ - zero:
+ properties: red
+ - one:
+ properties: yellow
+ - two:
+ properties: green
+ - three:
+ properties: blue
+
+mypages:
+- section1: Section 1
+ audience: developers
+ product: acme
+ url: facebook.com
+- section2: Section 2
+ audience: writers
+ product: acme
+ url: google.com
+- section3: Section 3
+ audience: developers
+ product: acme
+ url: amazon.com
+- section4: Section 4
+ audience: writers
+ product: gizmo
+ url: apple.com
+- section5: Section 5
+ audience: writers
+ product: acme
+ url: microsoft.com
+
+feedback: >
+ This is my feedback to you.
+ Even if I include linebreaks here,
+ all of the linebreaks will be removed when the value is inserted.
+
+block: |
+ This pipe does something a little different.
+ It preserves the breaks.
+ This is really helpful for code samples,
+ since you can format the code samples with
+ the appropriate
+ white spacing.
\ No newline at end of file
diff --git a/docs/_data/sidebars/home_sidebar.yml b/docs/_data/sidebars/home_sidebar.yml
new file mode 100755
index 00000000..fbf43d51
--- /dev/null
+++ b/docs/_data/sidebars/home_sidebar.yml
@@ -0,0 +1,22 @@
+# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
+
+entries:
+- title: Sidebar
+ levels: one
+ folders:
+
+ - title: Products
+ output: web
+ folderitems:
+ - title: News
+ url: /news.html
+ output: web
+ - title: Theme instructions
+ url: /mydoc_introduction.html
+ output: web
+ - title: Product 1
+ url: /p1_landing_page.html
+ output: web
+ - title: Product 2
+ url: /p2_landing_page.html
+ output: web
diff --git a/docs/_data/sidebars/mydoc_sidebar.yml b/docs/_data/sidebars/mydoc_sidebar.yml
new file mode 100755
index 00000000..f278e605
--- /dev/null
+++ b/docs/_data/sidebars/mydoc_sidebar.yml
@@ -0,0 +1,303 @@
+# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
+
+entries:
+- title: sidebar
+ product: Jekyll Doc Theme
+ version: 6.0
+ folders:
+
+ - title:
+ output: pdf
+ type: frontmatter
+ folderitems:
+ - title:
+ url: /titlepage
+ output: pdf
+ type: frontmatter
+ - title:
+ url: /tocpage
+ output: pdf
+ type: frontmatter
+
+ - title: Overview
+ output: web, pdf
+ folderitems:
+
+ - title: Get started
+ url: /index.html
+ output: web, pdf
+ type: homepage
+
+ - title: Introduction
+ url: /mydoc_introduction.html
+ output: web, pdf
+
+ - title: Supported features
+ url: /mydoc_supported_features.html
+ output: web, pdf
+
+ - title: About the theme author
+ url: /mydoc_about.html
+ output: web, pdf
+
+ - title: Support
+ url: /mydoc_support.html
+ output: web, pdf
+
+ - title: Release Notes
+ output: web, pdf
+ folderitems:
+
+ - title: 6.0 Release notes
+ url: /mydoc_release_notes_60.html
+ output: web, pdf
+
+ - title: 5.0 Release notes
+ url: /mydoc_release_notes_50.html
+ output: web, pdf
+
+ - title: Installation
+ output: web, pdf
+ folderitems:
+
+ - title: About Ruby, Gems, Bundler, etc.
+ url: /mydoc_about_ruby_gems_etc.html
+ output: web, pdf
+
+ - title: Install Jekyll on Mac
+ url: /mydoc_install_jekyll_on_mac.html
+ output: web, pdf
+
+ - title: Install Jekyll on Windows
+ url: /mydoc_install_jekyll_on_windows.html
+ output: web, pdf
+
+ - title: Authoring
+ output: web, pdf
+
+ folderitems:
+ - title: Pages
+ url: /mydoc_pages.html
+ output: web, pdf
+
+ - title: Posts
+ url: /mydoc_posts.html
+ output: web, pdf
+
+ - title: Lists
+ url: /mydoc_lists.html
+ output: web, pdf
+
+ - title: Conditional logic
+ url: /mydoc_conditional_logic.html
+ output: web, pdf
+
+ - title: Content reuse
+ url: /mydoc_content_reuse.html
+ output: web, pdf
+
+ - title: Collections
+ url: /mydoc_collections.html
+ output: web, pdf
+
+ - title: WebStorm editor tips
+ url: /mydoc_webstorm_text_editor.html
+ output: web, pdf
+
+ - title: Atom editor tips
+ url: /mydoc_atom_text_editor.html
+ output: web, pdf
+
+ - title: Navigation
+ output: web, pdf
+
+ folderitems:
+ - title: Sidebar navigation
+ url: /mydoc_sidebar_navigation.html
+ output: web, pdf
+
+ - title: YAML tutorial in the context of Jekyll
+ url: /mydoc_yaml_tutorial.html
+ output: web, pdf
+
+ - title: Tags
+ url: /mydoc_tags.html
+ output: web, pdf
+
+ - title: Series
+ url: /mydoc_series.html
+ output: web, pdf
+
+ - title: Formatting
+ output: web, pdf
+
+ folderitems:
+ - title: Tooltips
+ url: /mydoc_adding_tooltips.html
+ output: web, pdf
+
+ - title: Alerts
+ url: /mydoc_alerts.html
+ output: web, pdf
+
+ - title: Icons
+ url: /mydoc_icons.html
+ output: web, pdf
+
+ - title: Images
+ url: /mydoc_images.html
+ output: web, pdf
+
+ - title: Code samples
+ url: /mydoc_code_samples.html
+ output: web, pdf
+
+ - title: Labels
+ url: /mydoc_labels.html
+ output: web, pdf
+
+ - title: Links
+ url: /mydoc_hyperlinks.html
+ output: web, pdf
+
+ - title: Navtabs
+ url: /mydoc_navtabs.html
+ output: web, pdf
+
+ - title: Tables
+ url: /mydoc_tables.html
+ output: web, pdf
+
+ - title: Syntax highlighting
+ url: /mydoc_syntax_highlighting.html
+ output: web, pdf
+
+ - title: Workflow maps
+ url: /mydoc_workflow_maps.html
+ output: web, pdf
+
+ - title: Handling reviews
+ output: web, pdf
+
+ folderitems:
+ - title: Commenting on files
+ url: /mydoc_commenting_on_files.html
+ output: web, pdf
+
+# - title: Git collaboration
+# url: /mydoc_git_collaboration
+# output: web, pdf
+
+ - title: Publishing
+ output: web, pdf
+
+ folderitems:
+ - title: Build arguments
+ url: /mydoc_build_arguments.html
+ output: web, pdf
+
+ - title: Themes
+ url: /mydoc_themes.html
+ output: web, pdf
+
+ - title: Generating PDFs
+ url: /mydoc_generating_pdfs.html
+ output: web, pdf
+
+ - title: Help APIs and UI tooltips
+ url: /mydoc_help_api.html
+ output: web, pdf
+
+ - title: Search configuration
+ url: /mydoc_search_configuration.html
+ output: web, pdf
+
+ - title: iTerm profiles
+ url: /mydoc_iterm_profiles.html
+ output: web, pdf
+
+ - title: Pushing builds to server
+ url: /mydoc_push_build_to_server.html
+ output: web, pdf
+
+ - title: Getting around the password prompts in SCP
+ url: /mydoc_no_password_prompts_scp.html
+ output: web, pdf
+
+ - title: Publishing on Github Pages
+ url: /mydoc_publishing_github_pages.html
+ output: web, pdf
+
+ - title: Special layouts
+ output: web, pdf
+
+ folderitems:
+ - title: Knowledge-base layout
+ url: /mydoc_kb_layout.html
+ output: web, pdf
+
+ - title: Glossary layout
+ url: /mydoc_glossary.html
+ output: web, pdf
+
+ - title: FAQ layout
+ url: /mydoc_faq_layout.html
+ output: web, pdf
+
+ - title: Scroll layout
+ url: /mydoc_scroll.html
+ output: web, pdf
+
+ - title: Shuffle layout
+ url: /mydoc_shuffle.html
+ output: web, pdf
+
+ - title: Troubleshooting
+ output: web, pdf
+
+ folderitems:
+
+ - title: Troubleshooting
+ url: /mydoc_troubleshooting.html
+ output: web, pdf
+
+ - title: Tag archives
+ output: web
+ folderitems:
+
+ - title: Tag archives overview
+ url: /mydoc_tag_archives_overview.html
+ output: web
+
+ subfolders:
+ - title: Tag archive pages
+ output: web
+ subfolderitems:
+
+ - title: Formatting pages
+ url: /tag_formatting.html
+ output: web
+
+ - title: Navigation pages
+ url: /tag_navigation.html
+ output: web
+
+ - title: Content types pages
+ url: /tag_content_types.html
+ output: web
+
+ - title: Publishing pages
+ url: /tag_publishing.html
+ output: web
+
+ - title: Special layout pages
+ url: /tag_special_layouts.html
+ output: web
+
+ - title: Collaboration pages
+ url: /tag_collaboration.html
+ output: web
+
+ - title: Troubleshooting pages
+ url: /tag_troubleshooting.html
+ output: web
diff --git a/docs/_data/sidebars/other.yml b/docs/_data/sidebars/other.yml
new file mode 100755
index 00000000..4be86f03
--- /dev/null
+++ b/docs/_data/sidebars/other.yml
@@ -0,0 +1,18 @@
+
+# Follow the pattern here for the URLs -- no slash at the beginning, and include the .html. The link here is rendered exactly as is in the Markdown references.
+
+entries:
+- title: other
+ folders:
+
+ - title: Other Links
+ folderitems:
+
+ - title: Automated links bookmark
+ url: /mydoc_hyperlinks.html#automatedlinks
+
+ - title: Bookmark links
+ url: /mydoc_hyperlinks.html#bookmarklinks
+
+ - title: Some link bookmark
+ url: /mydoc_pages.html#someIdTag
diff --git a/docs/_data/sidebars/product1_sidebar.yml b/docs/_data/sidebars/product1_sidebar.yml
new file mode 100755
index 00000000..42fd47d1
--- /dev/null
+++ b/docs/_data/sidebars/product1_sidebar.yml
@@ -0,0 +1,60 @@
+# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
+
+
+entries:
+- title: Sidebar
+ product: Product1
+ version: 1.0
+ folders:
+
+ - title:
+ output: pdf
+ type: frontmatter
+ folderitems:
+ - title:
+ url: /titlepage
+ output: pdf
+ type: frontmatter
+ - title:
+ url: /tocpage
+ output: pdf
+ type: frontmatter
+
+ - title: Getting Started
+ output: web, pdf
+ folderitems:
+ - title: Product 1 home
+ url: /p1_landing_page.html
+ output: web
+
+ - title: Sample 1
+ url: /p1_sample1.html
+ output: web, pdf
+
+ - title: Sample 2
+ url: /p1_sample2.html
+ output: web, pdf
+
+ - title: Sample 3
+ url: /p1_sample3.html
+ output: web, pdf
+
+ - title: Another heading
+ output: web, pdf
+
+ folderitems:
+ - title: Sample 4
+ url: /p1_sample4.html
+ output: web, pdf
+
+ - title: Sample 5
+ url: /p1_sample5.html
+ output: web, pdf
+
+ - title: Sample 6
+ url: /p1_sample6.html
+ output: web, pdf
+
+ - title: Sample 7
+ url: /p1_sample7.html
+ output: web, pdf
diff --git a/docs/_data/sidebars/product2_sidebar.yml b/docs/_data/sidebars/product2_sidebar.yml
new file mode 100755
index 00000000..08cd712d
--- /dev/null
+++ b/docs/_data/sidebars/product2_sidebar.yml
@@ -0,0 +1,92 @@
+# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
+
+entries:
+- title: Product2
+ product: Product2
+ version: 1.0
+ folders:
+
+ - title:
+ output: pdf
+ type: frontmatter
+ folderitems:
+ - title:
+ url: /titlepage
+ output: pdf
+ type: frontmatter
+ - title:
+ url: /tocpage
+ output: pdf
+ type: frontmatter
+
+ - title: Introduction
+ output: web, pdf
+ folderitems:
+
+ - title: Overview
+ url: /p2_landing_page.html
+ output: web
+
+ - title: Simple Workflow
+ output: web, pdf
+ folderitems:
+
+ - title: Sample 1
+ url: /p2_sample1.html
+ output: web, pdf
+
+ - title: Sample 2
+ url: /p2_sample2.html
+ output: web, pdf
+
+ - title: Sample 3
+ url: /p2_sample3.html
+ output: web, pdf
+
+ - title: Sample 4
+ url: /p2_sample4.html
+ output: web, pdf
+
+ - title: Sample 5
+ url: /p2_sample5.html
+ output: web, pdf
+
+ - title: Complex Workflow
+ output: web, pdf
+ folderitems:
+
+ - title: Sample 6
+ url: /p2_sample6.html
+ output: web, pdf
+
+ - title: Sample 7
+ url: /p2_sample7.html
+ output: web, pdf
+
+ - title: Sample 8
+ url: /p2_sample8.html
+ output: web, pdf
+
+ - title: Sample 9
+ url: /p2_sample9.html
+ output: web, pdf
+
+ - title: Sample 10
+ url: /p2_sample10.html
+ output: web, pdf
+
+ - title: Sample 11
+ url: /p2_sample11.html
+ output: web, pdf
+
+ - title: Sample 12
+ url: /p2_sample12.html
+ output: web, pdf
+
+ - title: Sample 13
+ url: /p2_sample13.html
+ output: web, pdf
+
+ - title: Sample 14
+ url: /p2_sample14.html
+ output: web, pdf
diff --git a/docs/_data/strings.yml b/docs/_data/strings.yml
new file mode 100755
index 00000000..d7c13924
--- /dev/null
+++ b/docs/_data/strings.yml
@@ -0,0 +1,5 @@
+
+
+# placed here for translation purposes
+search_placeholder_text: search...
+search_no_results_text: No results found.
diff --git a/docs/_data/tags.yml b/docs/_data/tags.yml
new file mode 100755
index 00000000..af48a82b
--- /dev/null
+++ b/docs/_data/tags.yml
@@ -0,0 +1,12 @@
+allowed-tags:
+ - getting_started
+ - content_types
+ - navigation
+ - formatting
+ - publishing
+ - single_sourcing
+ - special_layouts
+ - collaboration
+ - news
+ - troubleshooting
+ - mobile
\ No newline at end of file
diff --git a/docs/_data/terms.yml b/docs/_data/terms.yml
new file mode 100755
index 00000000..1e914481
--- /dev/null
+++ b/docs/_data/terms.yml
@@ -0,0 +1 @@
+apple: "apple - the fruit of a disiduous tree."
\ No newline at end of file
diff --git a/docs/_data/topnav.yml b/docs/_data/topnav.yml
new file mode 100755
index 00000000..8bd13970
--- /dev/null
+++ b/docs/_data/topnav.yml
@@ -0,0 +1,32 @@
+## Topnav single links
+## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
+topnav:
+- title: Topnav
+ items:
+ - title: News
+ url: /news
+
+#Topnav dropdowns
+topnav_dropdowns:
+- title: Topnav dropdowns
+ folders:
+ - title: Jekyll Resources
+ folderitems:
+ - title: Github Repo
+ external_url: https://github.com/tomjohnson1492/documentation-theme-jekyll
+ - title: Jekyll Talk
+ external_url: https://talk.jekyllrb.com
+ - title: Jekyll documentation
+ external_url: http://jekyllrb.com/docs/home/
+ - title: Jekyll on Stack Overflow
+ external_url: http://stackoverflow.com/questions/tagged/jekyll
+ - title: Jekyll on my blog
+ external_url: http://idratherbewriting.com/category-jekyll/
+ - title: Products
+ folderitems:
+ - title: Jekyll Documentation Theme
+ url: /mydoc_introduction.html
+ - title: Product 1
+ url: /p1_landing_page.html
+ - title: Product 2
+ url: /p2_landing_page.html
diff --git a/docs/_includes/archive.html b/docs/_includes/archive.html
new file mode 100755
index 00000000..275850c9
--- /dev/null
+++ b/docs/_includes/archive.html
@@ -0,0 +1,15 @@
+---
+layout: default
+type: archive
+---
+
+
+
+
+{{ content }}
+
+
+
+
diff --git a/docs/_includes/callout.html b/docs/_includes/callout.html
new file mode 100755
index 00000000..d492b183
--- /dev/null
+++ b/docs/_includes/callout.html
@@ -0,0 +1 @@
+
{{include.content}}
diff --git a/docs/_includes/custom/getting_started_series.html b/docs/_includes/custom/getting_started_series.html
new file mode 100755
index 00000000..5b573a9d
--- /dev/null
+++ b/docs/_includes/custom/getting_started_series.html
@@ -0,0 +1,19 @@
+
+
+ Getting Started
+
+
+
\ No newline at end of file
diff --git a/docs/_includes/custom/getting_started_series_next.html b/docs/_includes/custom/getting_started_series_next.html
new file mode 100755
index 00000000..c464214b
--- /dev/null
+++ b/docs/_includes/custom/getting_started_series_next.html
@@ -0,0 +1,10 @@
+
{% assign series_pages = site.tags.series_acme %}
+ {% for p in pages %}
+ {% if p.series == "Getting Started" %}
+ {% assign nextTopic = page.weight | plus: "1" %}
+ {% if p.weight == nextTopic %}
+ Next: {{p.title}}
+ {% endif %}
+ {% endif %}
+ {% endfor %}
+
\ No newline at end of file
diff --git a/docs/_includes/custom/series_acme.html b/docs/_includes/custom/series_acme.html
new file mode 100755
index 00000000..b9ebf443
--- /dev/null
+++ b/docs/_includes/custom/series_acme.html
@@ -0,0 +1,19 @@
+
\ No newline at end of file
diff --git a/docs/_includes/custom/series_acme_next.html b/docs/_includes/custom/series_acme_next.html
new file mode 100755
index 00000000..9c9a11a5
--- /dev/null
+++ b/docs/_includes/custom/series_acme_next.html
@@ -0,0 +1,30 @@
+
\ No newline at end of file
diff --git a/docs/_includes/custom/sidebarconfigs.html b/docs/_includes/custom/sidebarconfigs.html
new file mode 100755
index 00000000..36167ad9
--- /dev/null
+++ b/docs/_includes/custom/sidebarconfigs.html
@@ -0,0 +1,33 @@
+{% if page.sidebar == "home_sidebar" %}
+{% assign sidebar = site.data.sidebars.home_sidebar.entries %}
+
+{% elsif page.sidebar == "product1_sidebar" %}
+{% assign sidebar = site.data.sidebars.product1_sidebar.entries %}
+
+{% elsif page.sidebar == "product2_sidebar" %}
+{% assign sidebar = site.data.sidebars.product2_sidebar.entries %}
+
+{% elsif page.sidebar == "mydoc_sidebar" %}
+{% assign sidebar = site.data.sidebars.mydoc_sidebar.entries %}
+
+{% else %}
+{% assign sidebar = site.data.sidebars.home_sidebar.entries %}
+{% endif %}
+
+
+
+{% comment %}
+sidebar configuration for print files
+{% endcomment %}
+
+{% if site.product == "mydoc" %}
+{% assign sidebar_pdf = site.data.sidebars.mydoc_sidebar.entries %}
+{% endif %}
+
+{% if site.product == "product1" %}
+{% assign sidebar_pdf = site.data.sidebars.product1_sidebar.entries %}
+{% endif %}
+
+{% if site.product == "product2" %}
+{% assign sidebar_pdf = site.data.sidebars.product2_sidebar.entries %}
+{% endif %}
diff --git a/docs/_includes/custom/usermap.html b/docs/_includes/custom/usermap.html
new file mode 100755
index 00000000..f90b5c2c
--- /dev/null
+++ b/docs/_includes/custom/usermap.html
@@ -0,0 +1,14 @@
+
+
+
+
→
+
+
→
+
+
→
+
+
→
+
+
+
+
diff --git a/docs/_includes/custom/usermapcomplex.html b/docs/_includes/custom/usermapcomplex.html
new file mode 100755
index 00000000..c75a6525
--- /dev/null
+++ b/docs/_includes/custom/usermapcomplex.html
@@ -0,0 +1,91 @@
+
+
+
+
Get Started
+
+
+
+
+
+
+
+
This is just dummy text ... Your first steps should be to get started. You will need to do the following:
+
+
+
If you run into any of these setup issues, you must solve them before you can continue on.
+
+
+
+
+
+
+
→
+
+
+
Build your widgets
+
+
+
+
+
+
+
In this step, you will build the widgets for your system. The widgets form the various components that blah blah blah this is dummy text power the nuclear capabilities of your energy transformer into deep space using wormhole technology and warp drive speeds.
+
+
In order to configure your widgets, you will need to follow these topics:
+
+
+
+
+
+
+
+
→
+
+
+
Publish your app
+
+
+
+
+
+
+
After you've configured all the necessary components to build your space transformer, you need to publish your app. Of course this content is also just dummy text. Pay no particular attention to the content but rather the format and placement of the map.
+
To publish your app, see the following:
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/_includes/disqus.html b/docs/_includes/disqus.html
new file mode 100755
index 00000000..4fad7a25
--- /dev/null
+++ b/docs/_includes/disqus.html
@@ -0,0 +1,16 @@
+{% if site.disqus_shortname %}
+
+
+
+
Please enable JavaScript to view the comments powered by Disqus.
+{% endif %}
\ No newline at end of file
diff --git a/docs/_includes/feedback.html b/docs/_includes/feedback.html
new file mode 100755
index 00000000..6031797f
--- /dev/null
+++ b/docs/_includes/feedback.html
@@ -0,0 +1,13 @@
+
+{% if site.feedback_text %}
+ {% assign feedback_text = site.feedback_text %}
+{% else %}
+ {% assign feedback_text = "Feedback" %}
+{% endif %}
+
+{% if site.feedback_link %}
+ {{feedback_text}}
+{% else %}
+ {{feedback_text}}
+{% endif %}
+
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
new file mode 100755
index 00000000..1682c961
--- /dev/null
+++ b/docs/_includes/footer.html
@@ -0,0 +1,9 @@
+
diff --git a/docs/_includes/google_analytics.html b/docs/_includes/google_analytics.html
new file mode 100755
index 00000000..56b2ee88
--- /dev/null
+++ b/docs/_includes/google_analytics.html
@@ -0,0 +1,6 @@
+
+
+{% if site.google_analytics %}
+
+
+{% endif %}
\ No newline at end of file
diff --git a/docs/_includes/head.html b/docs/_includes/head.html
new file mode 100755
index 00000000..25be6c71
--- /dev/null
+++ b/docs/_includes/head.html
@@ -0,0 +1,36 @@
+
+
+
+
+
+
{{ page.title }} | {{ site.site_title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/_includes/head_print.html b/docs/_includes/head_print.html
new file mode 100755
index 00000000..8f10c28f
--- /dev/null
+++ b/docs/_includes/head_print.html
@@ -0,0 +1,33 @@
+
+
+
+
+
+
{% if page.homepage == true %} {{site.homepage_title}} {% elsif page.title %}{{ page.title }}{% endif %} | {{ site.site_title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/_includes/image.html b/docs/_includes/image.html
new file mode 100755
index 00000000..7b3b0fa2
--- /dev/null
+++ b/docs/_includes/image.html
@@ -0,0 +1 @@
+
{% if {{include.url}} %}{% endif %} {% if {{include.url}} %} {% endif %}{% if {{include.caption}} %}{{include.caption}} {% endif %}
diff --git a/docs/_includes/important.html b/docs/_includes/important.html
new file mode 100755
index 00000000..af8824b9
--- /dev/null
+++ b/docs/_includes/important.html
@@ -0,0 +1 @@
+
Important: {{include.content}}
\ No newline at end of file
diff --git a/docs/_includes/initialize_shuffle.html b/docs/_includes/initialize_shuffle.html
new file mode 100755
index 00000000..9a0f048d
--- /dev/null
+++ b/docs/_includes/initialize_shuffle.html
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/_includes/inline_image.html b/docs/_includes/inline_image.html
new file mode 100755
index 00000000..1e7fd187
--- /dev/null
+++ b/docs/_includes/inline_image.html
@@ -0,0 +1 @@
+
diff --git a/docs/_includes/links.html b/docs/_includes/links.html
new file mode 100755
index 00000000..4f99e942
--- /dev/null
+++ b/docs/_includes/links.html
@@ -0,0 +1,44 @@
+{% comment %}Get links from each sidebar, as listed in the _config.yml file under sidebars{% endcomment %}
+
+{% for sidebar in site.sidebars %}
+{% for entry in site.data.sidebars[sidebar].entries %}
+{% for folder in entry.folders %}
+{% for folderitem in folder.folderitems %}
+{% if folderitem.url contains "html#" %}
+[{{folderitem.url | remove: "/" }}]: {{folderitem.url | remove: "/"}}
+{% else %}
+[{{folderitem.url | remove: "/" | remove: ".html"}}]: {{folderitem.url | remove: "/"}}
+{% endif %}
+{% for subfolders in folderitem.subfolders %}
+{% for subfolderitem in subfolders.subfolderitems %}
+[{{subfolderitem.url | remove: "/" | remove: ".html"}}]: {{subfolderitem.url | remove: "/"}}
+{% endfor %}
+{% endfor %}
+{% endfor %}
+{% endfor %}
+{% endfor %}
+{% endfor %}
+
+
+{% comment %} Get links from topnav {% endcomment %}
+
+{% for entry in site.data.topnav.topnav %}
+{% for item in entry.items %}
+{% if item.external_url == null %}
+[{{item.url | remove: "/" | remove: ".html"}}]: {{item.url | remove: "/"}}
+{% endif %}
+{% endfor %}
+{% endfor %}
+
+{% comment %}Get links from topnav dropdowns {% endcomment %}
+
+{% for entry in site.data.topnav.topnav_dropdowns %}
+{% for folder in entry.folders %}
+{% for folderitem in folder.folderitems %}
+{% if folderitem.external_url == null %}
+[{{folderitem.url | remove: "/" | remove: ".html"}}]: {{folderitem.url | remove: "/"}}
+{% endif %}
+{% endfor %}
+{% endfor %}
+{% endfor %}
+
diff --git a/docs/_includes/note.html b/docs/_includes/note.html
new file mode 100755
index 00000000..2c1cfe96
--- /dev/null
+++ b/docs/_includes/note.html
@@ -0,0 +1 @@
+
Note: {{include.content}}
diff --git a/docs/_includes/sidebar.html b/docs/_includes/sidebar.html
new file mode 100755
index 00000000..1a9c2361
--- /dev/null
+++ b/docs/_includes/sidebar.html
@@ -0,0 +1,56 @@
+{% include custom/sidebarconfigs.html %}
+
+
+
+
+
+
diff --git a/docs/_includes/taglogic.html b/docs/_includes/taglogic.html
new file mode 100755
index 00000000..c2f76b01
--- /dev/null
+++ b/docs/_includes/taglogic.html
@@ -0,0 +1,32 @@
+
+
diff --git a/docs/_includes/tip.html b/docs/_includes/tip.html
new file mode 100755
index 00000000..faf48afd
--- /dev/null
+++ b/docs/_includes/tip.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/_includes/toc.html b/docs/_includes/toc.html
new file mode 100755
index 00000000..067141a6
--- /dev/null
+++ b/docs/_includes/toc.html
@@ -0,0 +1,21 @@
+
+
+
+
+
diff --git a/docs/_includes/topnav.html b/docs/_includes/topnav.html
new file mode 100755
index 00000000..87486057
--- /dev/null
+++ b/docs/_includes/topnav.html
@@ -0,0 +1,75 @@
+
+
diff --git a/docs/_includes/warning.html b/docs/_includes/warning.html
new file mode 100755
index 00000000..e08268c9
--- /dev/null
+++ b/docs/_includes/warning.html
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
new file mode 100755
index 00000000..90c1c4e5
--- /dev/null
+++ b/docs/_layouts/default.html
@@ -0,0 +1,80 @@
+
+
+ {% include head.html %}
+
+
+ {% if page.datatable == true %}
+