From 91058640f0bbb485ce06a1bf105bd6b661c73be1 Mon Sep 17 00:00:00 2001 From: JosephAllen Date: Wed, 7 Sep 2016 14:32:22 -0400 Subject: [PATCH 001/300] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..8d0f3b5d4 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# PMD-New-Site +New Site For PMD Core Project From c0fee2840998ccf9b3ad04c6d13344c1f6e98b17 Mon Sep 17 00:00:00 2001 From: Joseph Allen Date: Wed, 7 Sep 2016 16:10:48 -0400 Subject: [PATCH 002/300] 1st Committ --- .gitignore | 5 + 404.md | 6 + Gemfile | 6 + Gemfile.lock | 145 + _config.yml | 104 + _data/alerts.yml | 15 + _data/definitions.yml | 9 + _data/glossary.yml | 11 + _data/samplelist.yml | 107 + _data/sidebars/home_sidebar.yml | 22 + _data/sidebars/mydoc_sidebar.yml | 303 + _data/sidebars/other.yml | 18 + _data/sidebars/product1_sidebar.yml | 60 + _data/sidebars/product2_sidebar.yml | 92 + _data/strings.yml | 5 + _data/tags.yml | 12 + _data/terms.yml | 1 + _data/topnav.yml | 32 + _includes/archive.html | 15 + _includes/callout.html | 1 + _includes/custom/getting_started_series.html | 19 + .../custom/getting_started_series_next.html | 11 + _includes/custom/series_acme.html | 19 + _includes/custom/series_acme_next.html | 10 + _includes/custom/sidebarconfigs.html | 33 + _includes/custom/usermap.html | 14 + _includes/custom/usermapcomplex.html | 91 + _includes/disqus.html | 16 + _includes/feedback.html | 1 + _includes/footer.html | 9 + _includes/google_analytics.html | 6 + _includes/head.html | 36 + _includes/head_print.html | 33 + _includes/image.html | 1 + _includes/important.html | 1 + _includes/initialize_shuffle.html | 130 + _includes/inline_image.html | 1 + _includes/links.html | 44 + _includes/note.html | 1 + _includes/sidebar.html | 56 + _includes/taglogic.html | 32 + _includes/tip.html | 1 + _includes/toc.html | 21 + _includes/topnav.html | 75 + _includes/warning.html | 1 + _layouts/default.html | 80 + _layouts/default_print.html | 25 + _layouts/none.html | 3 + _layouts/page.html | 72 + _layouts/page_print.html | 15 + _layouts/post.html | 41 + _posts/2015-04-12-test-post-last-year.md | 10 + _posts/2016-02-24-first-post.md | 19 + _posts/2016-02-26-sample-post-jekyll.md | 17 + _tooltips/baseball.html | 6 + _tooltips/basketball.html | 6 + _tooltips/football.html | 6 + _tooltips/soccer.html | 6 + css/bootstrap.min.css | 5 + css/customstyles.css | 1161 ++++ css/font-awesome.min.css | 4 + css/fonts/FontAwesome.otf | Bin 0 -> 93888 bytes css/fonts/fontawesome-webfont.eot | Bin 0 -> 60767 bytes css/fonts/fontawesome-webfont.svg | 565 ++ css/fonts/fontawesome-webfont.ttf | Bin 0 -> 122092 bytes css/fonts/fontawesome-webfont.woff | Bin 0 -> 71508 bytes css/fonts/fontawesome-webfont.woff2 | Bin 0 -> 56780 bytes css/lavish-bootstrap.css | 5898 +++++++++++++++++ css/modern-business.css | 93 + css/printstyles.css | 160 + css/syntax.css | 60 + css/theme-blue.css | 103 + css/theme-green.css | 99 + feed.xml | 32 + fonts/FontAwesome.otf | Bin 0 -> 85908 bytes fonts/fontawesome-webfont.eot | Bin 0 -> 56006 bytes fonts/fontawesome-webfont.svg | 520 ++ fonts/fontawesome-webfont.ttf | Bin 0 -> 112160 bytes fonts/fontawesome-webfont.woff | Bin 0 -> 65452 bytes fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20127 bytes fonts/glyphicons-halflings-regular.svg | 288 + fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 45404 bytes fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23424 bytes fonts/glyphicons-halflings-regular.woff2 | Bin 0 -> 18028 bytes images/androidsdkmanagericon.png | Bin 0 -> 795 bytes images/authorizegithubscreen2.png | Bin 0 -> 76388 bytes images/authorizeongithub.png | Bin 0 -> 22571 bytes images/company_logo.png | Bin 0 -> 3105 bytes images/company_logo_big.png | Bin 0 -> 9588 bytes images/favicon.ico | Bin 0 -> 177352 bytes images/helpapi-01.png | Bin 0 -> 91640 bytes images/helpapi.svg | 1661 +++++ images/illustratoroptions.png | Bin 0 -> 118175 bytes images/itermexample.png | Bin 0 -> 68886 bytes images/jekyll.png | Bin 0 -> 5375 bytes images/killalljekyll.png | Bin 0 -> 66686 bytes images/liningup.png | Bin 0 -> 74728 bytes images/workflowarrow.png | Bin 0 -> 3595 bytes index.md | 292 + js/customscripts.js | 55 + js/jekyll-search.js | 1 + js/jquery.ba-throttle-debounce.min.js | 9 + js/jquery.localScroll.min.js | 7 + js/jquery.navgoco.min.js | 8 + js/jquery.scrollTo.min.js | 7 + js/jquery.shuffle.min.js | 1588 +++++ js/mydoc_scroll.html | 240 + js/toc.js | 82 + licenses/LICENSE | 21 + licenses/LICENSE-BSD-NAVGOCO.txt | 27 + pages/mydoc/mydoc_about.md | 22 + pages/mydoc/mydoc_about_ruby_gems_bundler.md | 254 + pages/mydoc/mydoc_adding_tooltips.md | 27 + pages/mydoc/mydoc_alerts.md | 184 + pages/mydoc/mydoc_atom_text_editor.md | 35 + pages/mydoc/mydoc_build_arguments.md | 68 + pages/mydoc/mydoc_build_scripts.md | 197 + pages/mydoc/mydoc_code_samples.md | 27 + pages/mydoc/mydoc_collections.md | 40 + pages/mydoc/mydoc_commenting_on_files.md | 67 + pages/mydoc/mydoc_conditional_logic.md | 156 + pages/mydoc/mydoc_content_reuse.md | 54 + pages/mydoc/mydoc_excluding_files.md | 86 + pages/mydoc/mydoc_faq.md | 136 + pages/mydoc/mydoc_generating_pdfs.md | 396 ++ pages/mydoc/mydoc_git_collaboration.md | 185 + pages/mydoc/mydoc_glossary.md | 111 + pages/mydoc/mydoc_help_api.md | 356 + pages/mydoc/mydoc_hyperlinks.md | 99 + pages/mydoc/mydoc_icons.md | 225 + pages/mydoc/mydoc_images.md | 99 + pages/mydoc/mydoc_install_jekyll_on_mac.md | 114 + .../mydoc/mydoc_install_jekyll_on_windows.md | 95 + pages/mydoc/mydoc_installing_bundler.md | 43 + pages/mydoc/mydoc_introduction.md | 30 + pages/mydoc/mydoc_iterm_profiles.md | 43 + pages/mydoc/mydoc_kb_layout.md | 115 + pages/mydoc/mydoc_labels.md | 33 + pages/mydoc/mydoc_lists.md | 133 + pages/mydoc/mydoc_navtabs.md | 114 + pages/mydoc/mydoc_no_password_prompts_scp.md | 132 + pages/mydoc/mydoc_pages.md | 182 + pages/mydoc/mydoc_posts.md | 45 + pages/mydoc/mydoc_publishing_github_pages.md | 74 + pages/mydoc/mydoc_push_build_to_server.md | 35 + pages/mydoc/mydoc_release_notes_50.md | 48 + pages/mydoc/mydoc_release_notes_60.md | 40 + pages/mydoc/mydoc_scroll.html | 242 + pages/mydoc/mydoc_search_configuration.md | 119 + pages/mydoc/mydoc_series.md | 110 + pages/mydoc/mydoc_seriesdemo1.md | 22 + pages/mydoc/mydoc_seriesdemo2.md | 25 + pages/mydoc/mydoc_seriesdemo3.md | 25 + pages/mydoc/mydoc_seriesdemo4.md | 29 + pages/mydoc/mydoc_shuffle.html | 167 + pages/mydoc/mydoc_sidebar_navigation.md | 83 + pages/mydoc/mydoc_special_layouts.md | 31 + pages/mydoc/mydoc_support.md | 14 + pages/mydoc/mydoc_supported_features.md | 55 + pages/mydoc/mydoc_syntax_highlighting.md | 78 + pages/mydoc/mydoc_tables.md | 233 + pages/mydoc/mydoc_tag_archives_overview.md | 18 + pages/mydoc/mydoc_tags.md | 186 + pages/mydoc/mydoc_themes.md | 26 + pages/mydoc/mydoc_troubleshooting.md | 77 + pages/mydoc/mydoc_webstorm_text_editor.md | 91 + pages/mydoc/mydoc_workflow_maps.md | 142 + pages/mydoc/mydoc_yaml_tutorial.md | 391 ++ pages/news/news.html | 32 + pages/news/news_archive.html | 41 + pages/product1/p1_landing_page.html | 239 + pages/product1/p1_sample1.md | 25 + pages/product1/p1_sample2.md | 25 + pages/product1/p1_sample3.md | 25 + pages/product1/p1_sample4.md | 25 + pages/product1/p1_sample5.md | 25 + pages/product1/p1_sample6.md | 25 + pages/product1/p1_sample7.md | 25 + pages/product2/p2_landing_page.html | 239 + pages/product2/p2_sample1.md | 29 + pages/product2/p2_sample10.md | 29 + pages/product2/p2_sample11.md | 29 + pages/product2/p2_sample12.md | 29 + pages/product2/p2_sample13.md | 30 + pages/product2/p2_sample14.md | 30 + pages/product2/p2_sample2.md | 30 + pages/product2/p2_sample3.md | 28 + pages/product2/p2_sample4.md | 28 + pages/product2/p2_sample5.md | 28 + pages/product2/p2_sample6.md | 30 + pages/product2/p2_sample7.md | 30 + pages/product2/p2_sample8.md | 30 + pages/product2/p2_sample9.md | 31 + pages/tags/tag_collaboration.md | 11 + pages/tags/tag_content_types.md | 11 + pages/tags/tag_formatting.md | 11 + pages/tags/tag_getting_started.md | 11 + pages/tags/tag_mobile.md | 11 + pages/tags/tag_navigation.md | 11 + pages/tags/tag_news.md | 11 + pages/tags/tag_publishing.md | 11 + pages/tags/tag_single_sourcing.md | 11 + pages/tags/tag_special_layouts.md | 12 + pages/tags/tag_troubleshooting.md | 11 + pdf-all.sh | 1 + pdf-mydoc.sh | 14 + pdf-product1.sh | 11 + pdf-product2.sh | 11 + pdf/mydoc.pdf | Bin 0 -> 982072 bytes pdf/product1.pdf | Bin 0 -> 99519 bytes pdf/product2.pdf | Bin 0 -> 126571 bytes pdfconfigs/config_mydoc_pdf.yml | 18 + pdfconfigs/config_product1_pdf.yml | 18 + pdfconfigs/config_product2_pdf.yml | 18 + pdfconfigs/prince-list.txt | 27 + pdfconfigs/titlepage.html | 22 + pdfconfigs/tocpage.html | 44 + search.json | 32 + sitemap.xml | 24 + tooltips.html | 80 + tooltips.json | 19 + update.sh | 4 + 222 files changed, 22789 insertions(+) create mode 100644 .gitignore create mode 100644 404.md create mode 100644 Gemfile create mode 100644 Gemfile.lock create mode 100644 _config.yml create mode 100644 _data/alerts.yml create mode 100644 _data/definitions.yml create mode 100644 _data/glossary.yml create mode 100644 _data/samplelist.yml create mode 100644 _data/sidebars/home_sidebar.yml create mode 100644 _data/sidebars/mydoc_sidebar.yml create mode 100644 _data/sidebars/other.yml create mode 100644 _data/sidebars/product1_sidebar.yml create mode 100644 _data/sidebars/product2_sidebar.yml create mode 100644 _data/strings.yml create mode 100644 _data/tags.yml create mode 100644 _data/terms.yml create mode 100644 _data/topnav.yml create mode 100644 _includes/archive.html create mode 100644 _includes/callout.html create mode 100644 _includes/custom/getting_started_series.html create mode 100644 _includes/custom/getting_started_series_next.html create mode 100644 _includes/custom/series_acme.html create mode 100644 _includes/custom/series_acme_next.html create mode 100644 _includes/custom/sidebarconfigs.html create mode 100644 _includes/custom/usermap.html create mode 100644 _includes/custom/usermapcomplex.html create mode 100644 _includes/disqus.html create mode 100644 _includes/feedback.html create mode 100644 _includes/footer.html create mode 100644 _includes/google_analytics.html create mode 100644 _includes/head.html create mode 100644 _includes/head_print.html create mode 100644 _includes/image.html create mode 100644 _includes/important.html create mode 100644 _includes/initialize_shuffle.html create mode 100644 _includes/inline_image.html create mode 100644 _includes/links.html create mode 100644 _includes/note.html create mode 100644 _includes/sidebar.html create mode 100644 _includes/taglogic.html create mode 100644 _includes/tip.html create mode 100644 _includes/toc.html create mode 100644 _includes/topnav.html create mode 100644 _includes/warning.html create mode 100644 _layouts/default.html create mode 100644 _layouts/default_print.html create mode 100644 _layouts/none.html create mode 100644 _layouts/page.html create mode 100644 _layouts/page_print.html create mode 100644 _layouts/post.html create mode 100644 _posts/2015-04-12-test-post-last-year.md create mode 100644 _posts/2016-02-24-first-post.md create mode 100644 _posts/2016-02-26-sample-post-jekyll.md create mode 100644 _tooltips/baseball.html create mode 100644 _tooltips/basketball.html create mode 100644 _tooltips/football.html create mode 100644 _tooltips/soccer.html create mode 100644 css/bootstrap.min.css create mode 100644 css/customstyles.css create mode 100644 css/font-awesome.min.css create mode 100644 css/fonts/FontAwesome.otf create mode 100644 css/fonts/fontawesome-webfont.eot create mode 100644 css/fonts/fontawesome-webfont.svg create mode 100644 css/fonts/fontawesome-webfont.ttf create mode 100644 css/fonts/fontawesome-webfont.woff create mode 100644 css/fonts/fontawesome-webfont.woff2 create mode 100644 css/lavish-bootstrap.css create mode 100644 css/modern-business.css create mode 100644 css/printstyles.css create mode 100644 css/syntax.css create mode 100644 css/theme-blue.css create mode 100644 css/theme-green.css create mode 100644 feed.xml create mode 100644 fonts/FontAwesome.otf create mode 100644 fonts/fontawesome-webfont.eot create mode 100644 fonts/fontawesome-webfont.svg create mode 100644 fonts/fontawesome-webfont.ttf create mode 100644 fonts/fontawesome-webfont.woff create mode 100644 fonts/glyphicons-halflings-regular.eot create mode 100644 fonts/glyphicons-halflings-regular.svg create mode 100644 fonts/glyphicons-halflings-regular.ttf create mode 100644 fonts/glyphicons-halflings-regular.woff create mode 100644 fonts/glyphicons-halflings-regular.woff2 create mode 100644 images/androidsdkmanagericon.png create mode 100644 images/authorizegithubscreen2.png create mode 100644 images/authorizeongithub.png create mode 100644 images/company_logo.png create mode 100644 images/company_logo_big.png create mode 100644 images/favicon.ico create mode 100644 images/helpapi-01.png create mode 100644 images/helpapi.svg create mode 100644 images/illustratoroptions.png create mode 100644 images/itermexample.png create mode 100644 images/jekyll.png create mode 100644 images/killalljekyll.png create mode 100644 images/liningup.png create mode 100644 images/workflowarrow.png create mode 100644 index.md create mode 100644 js/customscripts.js create mode 100644 js/jekyll-search.js create mode 100644 js/jquery.ba-throttle-debounce.min.js create mode 100644 js/jquery.localScroll.min.js create mode 100644 js/jquery.navgoco.min.js create mode 100644 js/jquery.scrollTo.min.js create mode 100644 js/jquery.shuffle.min.js create mode 100644 js/mydoc_scroll.html create mode 100644 js/toc.js create mode 100644 licenses/LICENSE create mode 100644 licenses/LICENSE-BSD-NAVGOCO.txt create mode 100644 pages/mydoc/mydoc_about.md create mode 100644 pages/mydoc/mydoc_about_ruby_gems_bundler.md create mode 100644 pages/mydoc/mydoc_adding_tooltips.md create mode 100644 pages/mydoc/mydoc_alerts.md create mode 100644 pages/mydoc/mydoc_atom_text_editor.md create mode 100644 pages/mydoc/mydoc_build_arguments.md create mode 100644 pages/mydoc/mydoc_build_scripts.md create mode 100644 pages/mydoc/mydoc_code_samples.md create mode 100644 pages/mydoc/mydoc_collections.md create mode 100644 pages/mydoc/mydoc_commenting_on_files.md create mode 100644 pages/mydoc/mydoc_conditional_logic.md create mode 100644 pages/mydoc/mydoc_content_reuse.md create mode 100644 pages/mydoc/mydoc_excluding_files.md create mode 100644 pages/mydoc/mydoc_faq.md create mode 100644 pages/mydoc/mydoc_generating_pdfs.md create mode 100644 pages/mydoc/mydoc_git_collaboration.md create mode 100644 pages/mydoc/mydoc_glossary.md create mode 100644 pages/mydoc/mydoc_help_api.md create mode 100644 pages/mydoc/mydoc_hyperlinks.md create mode 100644 pages/mydoc/mydoc_icons.md create mode 100644 pages/mydoc/mydoc_images.md create mode 100644 pages/mydoc/mydoc_install_jekyll_on_mac.md create mode 100644 pages/mydoc/mydoc_install_jekyll_on_windows.md create mode 100644 pages/mydoc/mydoc_installing_bundler.md create mode 100644 pages/mydoc/mydoc_introduction.md create mode 100644 pages/mydoc/mydoc_iterm_profiles.md create mode 100644 pages/mydoc/mydoc_kb_layout.md create mode 100644 pages/mydoc/mydoc_labels.md create mode 100644 pages/mydoc/mydoc_lists.md create mode 100644 pages/mydoc/mydoc_navtabs.md create mode 100644 pages/mydoc/mydoc_no_password_prompts_scp.md create mode 100644 pages/mydoc/mydoc_pages.md create mode 100644 pages/mydoc/mydoc_posts.md create mode 100644 pages/mydoc/mydoc_publishing_github_pages.md create mode 100644 pages/mydoc/mydoc_push_build_to_server.md create mode 100644 pages/mydoc/mydoc_release_notes_50.md create mode 100644 pages/mydoc/mydoc_release_notes_60.md create mode 100644 pages/mydoc/mydoc_scroll.html create mode 100644 pages/mydoc/mydoc_search_configuration.md create mode 100644 pages/mydoc/mydoc_series.md create mode 100644 pages/mydoc/mydoc_seriesdemo1.md create mode 100644 pages/mydoc/mydoc_seriesdemo2.md create mode 100644 pages/mydoc/mydoc_seriesdemo3.md create mode 100644 pages/mydoc/mydoc_seriesdemo4.md create mode 100644 pages/mydoc/mydoc_shuffle.html create mode 100644 pages/mydoc/mydoc_sidebar_navigation.md create mode 100644 pages/mydoc/mydoc_special_layouts.md create mode 100644 pages/mydoc/mydoc_support.md create mode 100644 pages/mydoc/mydoc_supported_features.md create mode 100644 pages/mydoc/mydoc_syntax_highlighting.md create mode 100644 pages/mydoc/mydoc_tables.md create mode 100644 pages/mydoc/mydoc_tag_archives_overview.md create mode 100644 pages/mydoc/mydoc_tags.md create mode 100644 pages/mydoc/mydoc_themes.md create mode 100644 pages/mydoc/mydoc_troubleshooting.md create mode 100644 pages/mydoc/mydoc_webstorm_text_editor.md create mode 100644 pages/mydoc/mydoc_workflow_maps.md create mode 100644 pages/mydoc/mydoc_yaml_tutorial.md create mode 100644 pages/news/news.html create mode 100644 pages/news/news_archive.html create mode 100644 pages/product1/p1_landing_page.html create mode 100644 pages/product1/p1_sample1.md create mode 100644 pages/product1/p1_sample2.md create mode 100644 pages/product1/p1_sample3.md create mode 100644 pages/product1/p1_sample4.md create mode 100644 pages/product1/p1_sample5.md create mode 100644 pages/product1/p1_sample6.md create mode 100644 pages/product1/p1_sample7.md create mode 100644 pages/product2/p2_landing_page.html create mode 100644 pages/product2/p2_sample1.md create mode 100644 pages/product2/p2_sample10.md create mode 100644 pages/product2/p2_sample11.md create mode 100644 pages/product2/p2_sample12.md create mode 100644 pages/product2/p2_sample13.md create mode 100644 pages/product2/p2_sample14.md create mode 100644 pages/product2/p2_sample2.md create mode 100644 pages/product2/p2_sample3.md create mode 100644 pages/product2/p2_sample4.md create mode 100644 pages/product2/p2_sample5.md create mode 100644 pages/product2/p2_sample6.md create mode 100644 pages/product2/p2_sample7.md create mode 100644 pages/product2/p2_sample8.md create mode 100644 pages/product2/p2_sample9.md create mode 100644 pages/tags/tag_collaboration.md create mode 100644 pages/tags/tag_content_types.md create mode 100644 pages/tags/tag_formatting.md create mode 100644 pages/tags/tag_getting_started.md create mode 100644 pages/tags/tag_mobile.md create mode 100644 pages/tags/tag_navigation.md create mode 100644 pages/tags/tag_news.md create mode 100644 pages/tags/tag_publishing.md create mode 100644 pages/tags/tag_single_sourcing.md create mode 100644 pages/tags/tag_special_layouts.md create mode 100644 pages/tags/tag_troubleshooting.md create mode 100644 pdf-all.sh create mode 100644 pdf-mydoc.sh create mode 100644 pdf-product1.sh create mode 100644 pdf-product2.sh create mode 100644 pdf/mydoc.pdf create mode 100644 pdf/product1.pdf create mode 100644 pdf/product2.pdf create mode 100644 pdfconfigs/config_mydoc_pdf.yml create mode 100644 pdfconfigs/config_product1_pdf.yml create mode 100644 pdfconfigs/config_product2_pdf.yml create mode 100644 pdfconfigs/prince-list.txt create mode 100644 pdfconfigs/titlepage.html create mode 100644 pdfconfigs/tocpage.html create mode 100644 search.json create mode 100644 sitemap.xml create mode 100644 tooltips.html create mode 100644 tooltips.json create mode 100644 update.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..c28a8b0a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +_site/ +.sass-cache/ +.jekyll-metadata +_pdf +.idea/ diff --git a/404.md b/404.md new file mode 100644 index 000000000..a7b58c002 --- /dev/null +++ b/404.md @@ -0,0 +1,6 @@ +--- +title: "Page Not Found" +search: exclude +--- + +Sorry, but the page you were trying to view does not exist. Try searching for it or looking at the URL to see if it looks correct. diff --git a/Gemfile b/Gemfile new file mode 100644 index 000000000..3b3de630c --- /dev/null +++ b/Gemfile @@ -0,0 +1,6 @@ +source "https://rubygems.org" + +# gem "rails" +gem 'github-pages' +gem 'jekyll' +gem 'wdm', '~> 0.1.0' if Gem.win_platform? \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 000000000..fa6cc5d3b --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,145 @@ +GEM + remote: https://rubygems.org/ + specs: + activesupport (4.2.7) + i18n (~> 0.7) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + addressable (2.4.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.10.0) + colorator (1.1.0) + ethon (0.9.0) + ffi (>= 1.3.0) + execjs (2.7.0) + faraday (0.9.2) + multipart-post (>= 1.2, < 3) + ffi (1.9.14) + ffi (1.9.14-x64-mingw32) + forwardable-extended (2.6.0) + gemoji (2.1.0) + github-pages (94) + activesupport (= 4.2.7) + github-pages-health-check (= 1.2.0) + jekyll (= 3.2.1) + jekyll-coffeescript (= 1.0.1) + jekyll-feed (= 0.5.1) + jekyll-gist (= 1.4.0) + jekyll-github-metadata (= 2.0.2) + jekyll-mentions (= 1.2.0) + jekyll-paginate (= 1.1.0) + jekyll-redirect-from (= 0.11.0) + jekyll-sass-converter (= 1.3.0) + jekyll-seo-tag (= 2.0.0) + jekyll-sitemap (= 0.10.0) + jemoji (= 0.7.0) + kramdown (= 1.11.1) + liquid (= 3.0.6) + listen (= 3.0.6) + mercenary (~> 0.3) + minima (= 1.0.1) + rouge (= 1.11.1) + terminal-table (~> 1.4) + github-pages-health-check (1.2.0) + addressable (~> 2.3) + net-dns (~> 0.8) + octokit (~> 4.0) + public_suffix (~> 1.4) + typhoeus (~> 0.7) + html-pipeline (2.4.2) + activesupport (>= 2) + nokogiri (>= 1.4) + i18n (0.7.0) + jekyll (3.2.1) + colorator (~> 1.0) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 3.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (~> 1.7) + safe_yaml (~> 1.0) + jekyll-coffeescript (1.0.1) + coffee-script (~> 2.2) + jekyll-feed (0.5.1) + jekyll-gist (1.4.0) + octokit (~> 4.2) + jekyll-github-metadata (2.0.2) + jekyll (~> 3.1) + octokit (~> 4.0) + jekyll-mentions (1.2.0) + activesupport (~> 4.0) + html-pipeline (~> 2.3) + jekyll (~> 3.0) + jekyll-paginate (1.1.0) + jekyll-redirect-from (0.11.0) + jekyll (>= 2.0) + jekyll-sass-converter (1.3.0) + sass (~> 3.2) + jekyll-seo-tag (2.0.0) + jekyll (~> 3.1) + jekyll-sitemap (0.10.0) + jekyll-watch (1.5.0) + listen (~> 3.0, < 3.1) + jemoji (0.7.0) + activesupport (~> 4.0) + gemoji (~> 2.0) + html-pipeline (~> 2.2) + jekyll (>= 3.0) + json (1.8.3) + kramdown (1.11.1) + liquid (3.0.6) + listen (3.0.6) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9.7) + mercenary (0.3.6) + mini_portile2 (2.1.0) + minima (1.0.1) + minitest (5.9.0) + multipart-post (2.0.0) + net-dns (0.8.0) + nokogiri (1.6.8) + mini_portile2 (~> 2.1.0) + pkg-config (~> 1.1.7) + nokogiri (1.6.8-x64-mingw32) + mini_portile2 (~> 2.1.0) + pkg-config (~> 1.1.7) + octokit (4.3.0) + sawyer (~> 0.7.0, >= 0.5.3) + pathutil (0.14.0) + forwardable-extended (~> 2.6) + pkg-config (1.1.7) + public_suffix (1.5.3) + rb-fsevent (0.9.7) + rb-inotify (0.9.7) + ffi (>= 0.5.0) + rouge (1.11.1) + safe_yaml (1.0.4) + sass (3.4.22) + sawyer (0.7.0) + addressable (>= 2.3.5, < 2.5) + faraday (~> 0.8, < 0.10) + terminal-table (1.7.0) + unicode-display_width (~> 1.1) + thread_safe (0.3.5) + typhoeus (0.8.0) + ethon (>= 0.8.0) + tzinfo (1.2.2) + thread_safe (~> 0.1) + unicode-display_width (1.1.0) + +PLATFORMS + ruby + x64-mingw32 + +DEPENDENCIES + github-pages + jekyll + +BUNDLED WITH + 1.12.5 diff --git a/_config.yml b/_config.yml new file mode 100644 index 000000000..31b42f8c0 --- /dev/null +++ b/_config.yml @@ -0,0 +1,104 @@ + +output: web +# this property is useful for conditional filtering of content that is separate from the PDF. + +topnav_title: Jekyll Documentation Theme +# this appears on the top navigation bar next to the home button + +site_title: Jekyll theme for documentation +# this appears in the html browser tab for the site title (seen mostly by search engines, not users) + +company_name: Your company +# this appears in the footer + +github_editme_path: tomjohnson1492/documentation-theme-jekyll/blob/gh-pages/pages/ +# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank. + +disqus_shortname: idrbwjekyll +# if you're using disqus for comments, add the shortname here. if not, leave this value blank. + +host: 127.0.0.1 +# the preview server used. Leave as is. + +port: 4005 +# the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts. in that case, use another port such as 4006. + +exclude: + - .idea/ + - .gitignore +# these are the files and directories that jekyll will exclude from the build + +feedback_subject_line: Jekyll documentation theme + +feedback_email: tomjohnson1492@gmail.com +# used as a contact email for the Feedback link in the top navigation bar + +# feedback_disable: true +# if you uncomment the previous line, the Feedback link gets removed + +# feedback_text: "Need help?" +# if you uncomment the previous line, it changes the Feedback text + +# feedback_link: "http://helpy.io/" +# if you uncomment the previous line, it changes where the feedback link points to + +highlighter: rouge +# library used for syntax highlighting + +markdown: kramdown +kramdown: + input: GFM + auto_ids: true + hard_wrap: false + syntax_highlighter: rouge +# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways + +collections: + tooltips: + output: false +# collections are declared here. this renders the content in _tooltips and processes it, but doesn't output it as actual files in the output unless you change output to true + +defaults: + - + scope: + path: "" + type: "pages" + values: + layout: "page" + comments: true + search: true + sidebar: home_sidebar + - + scope: + path: "" + type: "tooltips" + values: + layout: "page" + comments: true + search: true + tooltip: true + + - + scope: + path: "" + type: "posts" + values: + layout: "post" + comments: true + search: true + sidebar: home_sidebar + +# these are defaults used for the frontmatter for these file types + +sidebars: +- home_sidebar +- mydoc_sidebar +- product1_sidebar +- product2_sidebar +- other + +description: "Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features." +# the description is used in the feed.xml file + +# needed for sitemap.xml file only +url: http://idratherbewriting.com \ No newline at end of file diff --git a/_data/alerts.yml b/_data/alerts.yml new file mode 100644 index 000000000..157e1622b --- /dev/null +++ b/_data/alerts.yml @@ -0,0 +1,15 @@ +tip: '