├── assets
├── js
│ ├── user_defined_javascript.js
│ ├── jquery.cookie.min.js
│ ├── search.js
│ └── jquery.navgoco.min.js
├── favicon.ico
├── companylogo.png
├── css
│ ├── fonts
│ │ ├── FontAwesome.otf
│ │ ├── fontawesome-webfont.eot
│ │ ├── fontawesome-webfont.ttf
│ │ ├── fontawesome-webfont.woff
│ │ └── fontawesome-webfont.woff2
│ ├── pdf
│ │ ├── user_defined_pdf_styles.css
│ │ ├── printstyles.css
│ │ └── syntax.css
│ ├── user_defined_web_styles.css
│ ├── main.scss
│ ├── jquery.navgoco.css
│ ├── syntax.css
│ └── monokai.css
├── linkstest.html
├── pdffrontmatter
│ ├── pdf_copyright_page.html
│ ├── pdf_title_page.html
│ └── pdf_toc_page.html
├── prince-list.txt
├── licenses
│ ├── LICENSE-BOOTSNIPP.txt
│ ├── LICENSE-LUNR.txt
│ ├── LICENSE-jekyll-table-of-contents.txt
│ ├── LICENSE-NAVGOCO.txt
│ └── LICENSE-JQUERY.txt
├── search.html
└── snippets.txt
├── serve_pdf.sh
├── screenshot.png
├── images
├── jekyll.png
├── favicon.ico
├── liningup.png
├── helpapi-01.png
├── samplelogo.png
├── company_logo.png
├── itermexample.png
├── killalljekyll.png
├── workflowarrow.png
├── company_logo_big.png
├── authorizeongithub.png
├── dochomepagejekyll.png
├── illustratoroptions.png
├── androidsdkmanagericon.png
├── doccategories_jekyll.png
└── authorizegithubscreen2.png
├── serve_pdf_jekyllhowto.sh
├── pdf
└── jekyllhowto.pdf
├── _includes
├── custom_links.html
├── note.html
├── tip.html
├── important.html
├── warning.html
├── callout.html
├── github_button_topnavbar.html
├── github_button.html
├── audio.html
├── inline_image.html
├── tooltips.html
├── feedback.html
├── logo.html
├── image.html
├── google_analytics.html
├── breadcrumb.html
├── disqus.html
├── hipposidebarscripts.html
├── notes.html
├── pdfminitoc.html
├── footer.html
├── hippo_menu_logic.html
├── links.html
├── sidebar.html
└── topnav.html
├── contact.md
├── _docs
├── generic
│ ├── First Level
│ │ ├── glossary.md
│ │ ├── sample3.md
│ │ ├── sample2.md
│ │ └── sample1.md
│ ├── sample.md
│ ├── Another Folder
│ │ ├── sample4.md
│ │ ├── sample6.md
│ │ └── sample5.md
│ ├── Second Level
│ │ ├── sublevel2.md
│ │ └── sublevel1.md
│ └── Third Level
│ │ ├── subsublevel3.md
│ │ ├── subsublevel1.md
│ │ └── subsublevel2.md
└── Jekyll Doc Project
│ ├── Theme Instructions
│ ├── minitoc_theme_instructions.md
│ ├── jekyllhowto-troubleshooting.md
│ └── jekyllhowto-sidebar-navigation.md
│ └── General Jekyll Topics
│ ├── minitoc_general_jekyll_topics.md
│ ├── jekyllhowto-install-jekyll-on-windows.md
│ ├── jekyllhowto-install-jekyll-on-mac.md
│ └── jekyllhowto-atom-text-editor.md
├── _data
├── glossary.yml
├── topnav.yml
├── topnav_ja.yml
├── footer.yml
├── footer_de.yml
├── footer_ja.yml
├── jekyllhowto.yml
├── generic_de.yml
├── generic_ja.yml
└── generic.yml
├── .gitignore
├── .github
└── PULL_REQUEST_TEMPLATE.md
├── CODE_OF_CONDUCT.md
├── sitemap.xml
├── README.md
├── 404.html
├── _config_pdf_jekyllhowto.yml
├── _sass
├── headings.scss
├── workflowmaps.scss
├── alerts.scss
├── footer.scss
├── table.scss
├── navtabs.scss
├── sidebar.scss
├── navbar.scss
├── syntax_highlighting.scss
└── custom.scss
├── _layouts
├── printpdf.html
└── default.html
├── NOTICE
├── _config_de.yml
├── CONTRIBUTING.md
├── _config_ja.yml
└── _config.yml
/assets/js/user_defined_javascript.js:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/serve_pdf.sh:
--------------------------------------------------------------------------------
1 | jekyll serve --config _config.yml,_config_pdf.yml
2 |
--------------------------------------------------------------------------------
/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/screenshot.png
--------------------------------------------------------------------------------
/images/jekyll.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/jekyll.png
--------------------------------------------------------------------------------
/serve_pdf_jekyllhowto.sh:
--------------------------------------------------------------------------------
1 | jekyll serve --config _config.yml,_config_pdf_jekyllhowto.yml
2 |
--------------------------------------------------------------------------------
/assets/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/assets/favicon.ico
--------------------------------------------------------------------------------
/images/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/favicon.ico
--------------------------------------------------------------------------------
/images/liningup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/liningup.png
--------------------------------------------------------------------------------
/pdf/jekyllhowto.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/pdf/jekyllhowto.pdf
--------------------------------------------------------------------------------
/assets/companylogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/assets/companylogo.png
--------------------------------------------------------------------------------
/images/helpapi-01.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/helpapi-01.png
--------------------------------------------------------------------------------
/images/samplelogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/samplelogo.png
--------------------------------------------------------------------------------
/images/company_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/company_logo.png
--------------------------------------------------------------------------------
/images/itermexample.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/itermexample.png
--------------------------------------------------------------------------------
/images/killalljekyll.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/killalljekyll.png
--------------------------------------------------------------------------------
/images/workflowarrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/workflowarrow.png
--------------------------------------------------------------------------------
/_includes/custom_links.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/contact.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Contact me
3 | permalink: /contact.html
4 | ---
5 |
6 | contact form goes here...
7 |
--------------------------------------------------------------------------------
/images/company_logo_big.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/company_logo_big.png
--------------------------------------------------------------------------------
/images/authorizeongithub.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/authorizeongithub.png
--------------------------------------------------------------------------------
/images/dochomepagejekyll.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/dochomepagejekyll.png
--------------------------------------------------------------------------------
/images/illustratoroptions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/illustratoroptions.png
--------------------------------------------------------------------------------
/assets/css/fonts/FontAwesome.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/assets/css/fonts/FontAwesome.otf
--------------------------------------------------------------------------------
/images/androidsdkmanagericon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/androidsdkmanagericon.png
--------------------------------------------------------------------------------
/images/doccategories_jekyll.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/doccategories_jekyll.png
--------------------------------------------------------------------------------
/images/authorizegithubscreen2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/images/authorizegithubscreen2.png
--------------------------------------------------------------------------------
/assets/css/fonts/fontawesome-webfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/assets/css/fonts/fontawesome-webfont.eot
--------------------------------------------------------------------------------
/assets/css/fonts/fontawesome-webfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/assets/css/fonts/fontawesome-webfont.ttf
--------------------------------------------------------------------------------
/assets/css/fonts/fontawesome-webfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/assets/css/fonts/fontawesome-webfont.woff
--------------------------------------------------------------------------------
/assets/css/fonts/fontawesome-webfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amzn/jekyll-doc-project/HEAD/assets/css/fonts/fontawesome-webfont.woff2
--------------------------------------------------------------------------------
/assets/css/pdf/user_defined_pdf_styles.css:
--------------------------------------------------------------------------------
1 | /* left blank so you can overwrite this in your own project without copying the layout too */
2 |
--------------------------------------------------------------------------------
/assets/linkstest.html:
--------------------------------------------------------------------------------
1 | ---
2 | title: links text
3 | permalink: /linkstest.html
4 | layout: null
5 | ---
6 |
7 | {% include links.html %}
8 |
--------------------------------------------------------------------------------
/_docs/generic/First Level/glossary.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Glossary
3 | permalink: glossary.html
4 | sidebar: generic
5 | product: Generic
6 |
7 | ---
8 |
--------------------------------------------------------------------------------
/_includes/note.html:
--------------------------------------------------------------------------------
1 |
Note: {{include.content}}
--------------------------------------------------------------------------------
/_includes/tip.html:
--------------------------------------------------------------------------------
1 | Tip: {{include.content}}
--------------------------------------------------------------------------------
/_includes/important.html:
--------------------------------------------------------------------------------
1 | Important: {{include.content}}
--------------------------------------------------------------------------------
/_includes/warning.html:
--------------------------------------------------------------------------------
1 | Warning: {{include.content}}
--------------------------------------------------------------------------------
/_data/glossary.yml:
--------------------------------------------------------------------------------
1 | macabre:
2 | term: macabre
3 | def: ghastly, horrifying, resembling death
4 |
5 | riperian:
6 | term: riparian
7 | def: on the bank by a river
8 |
--------------------------------------------------------------------------------
/assets/css/user_defined_web_styles.css:
--------------------------------------------------------------------------------
1 | ---
2 | layout: null
3 | ---
4 |
5 | /* left blank so you can overwrite this in your own project without copying the layout too */
6 |
--------------------------------------------------------------------------------
/_includes/callout.html:
--------------------------------------------------------------------------------
1 | {{include.title}} {{include.content}}
2 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | _site
2 | .sass-cache
3 | .jekyll-metadata
4 | **/.DS_Store
5 | .DS_Store
6 | _output_ja
7 | _output_de
8 | jekyll-doc-project-*
9 | jekyll-doc-project.gemspec
10 |
--------------------------------------------------------------------------------
/_includes/github_button_topnavbar.html:
--------------------------------------------------------------------------------
1 | {{site.uistring.github_edit_button_text}}
2 |
--------------------------------------------------------------------------------
/.github/PULL_REQUEST_TEMPLATE.md:
--------------------------------------------------------------------------------
1 | *Issue #, if available:*
2 |
3 | *Description of changes:*
4 |
5 |
6 | By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
7 |
--------------------------------------------------------------------------------
/_docs/Jekyll Doc Project/Theme Instructions/minitoc_theme_instructions.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Get Started
3 | permalink: /minitoc_theme_instructions.html
4 | sidebar: jekyllhowto
5 | ---
6 |
7 | {% include pdfminitoc.html %}
8 |
--------------------------------------------------------------------------------
/_docs/Jekyll Doc Project/General Jekyll Topics/minitoc_general_jekyll_topics.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: General Jekyll Topics
3 | permalink: /minitoc_general_jekyll_topics.html
4 | sidebar: jekyllhowto
5 | ---
6 |
7 | {% include pdfminitoc.html %}
8 |
--------------------------------------------------------------------------------
/assets/pdffrontmatter/pdf_copyright_page.html:
--------------------------------------------------------------------------------
1 | ---
2 | search: exclude
3 | type: title
4 | permalink: pdf_copyright_page.html
5 | ---
6 |
7 |
8 |
{{site.uistring.copyright_notice}}
9 |
10 |
--------------------------------------------------------------------------------
/_includes/github_button.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/_includes/audio.html:
--------------------------------------------------------------------------------
1 |
2 | Your browser does not support the audio element.
3 |
4 |
5 |
--------------------------------------------------------------------------------
/_includes/inline_image.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/_includes/tooltips.html:
--------------------------------------------------------------------------------
1 | {% if include.capitalize == "true" %}{{site.data.glossary[include.term].term | capitalize}} {% else %}{{site.data.glossary[include.term].term}} {% endif %}
2 |
--------------------------------------------------------------------------------
/CODE_OF_CONDUCT.md:
--------------------------------------------------------------------------------
1 | ## Code of Conduct
2 | This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct).
3 | For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact
4 | opensource-codeofconduct@amazon.com with any additional questions or comments.
5 |
--------------------------------------------------------------------------------
/sitemap.xml:
--------------------------------------------------------------------------------
1 | ---
2 | layout: null
3 | search: false
4 | ---
5 |
6 |
7 |
8 |
9 | docs/sitemap_en.xml
10 | {{site.time | date: '%Y-%B-%d' }}
11 |
12 |
13 |
--------------------------------------------------------------------------------
/_includes/feedback.html:
--------------------------------------------------------------------------------
1 | {{site.uistring.feedback_link_name}}
2 |
--------------------------------------------------------------------------------
/_includes/logo.html:
--------------------------------------------------------------------------------
1 | {% if site.use_logo == true %}
2 |
3 | {% elsif site.use_text_title == true %}
4 |
5 | {% endif %}
6 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | ## Jekyll Doc Project -- a theme for building documentation websites with Jekyll
2 |
3 | This repo contains the Jekyll Doc Project theme, which is used for creating documentation projects with Jekyll. For information on getting started, see \_docs/jekyllhowto/Theme Instructions/jekyllhow-to-getting-started.md. The Theme Instructions folder contains all the documentation needed to work with this theme.
4 |
--------------------------------------------------------------------------------
/404.html:
--------------------------------------------------------------------------------
1 | ---
2 | title: Page Not Found
3 | layout: default
4 |
5 | type: 404
6 | ---
7 |
8 | Sorry, page not found. Please let us know about the broken link.
9 |
10 |
11 |
16 |
17 |
--------------------------------------------------------------------------------
/assets/css/main.scss:
--------------------------------------------------------------------------------
1 | ---
2 | # this ensures Jekyll reads the file to be transformed into CSS later
3 | # only Main files contain this front matter, not partials.
4 | layout: null
5 | ---
6 |
7 | @import "navbar";
8 | @import "headings";
9 | @import "sidebar";
10 | @import "alerts";
11 | @import "syntax_highlighting";
12 | @import "table";
13 | @import "navtabs";
14 | @import "footer";
15 | @import "custom";
16 | @import "workflowmaps";
17 |
--------------------------------------------------------------------------------
/_docs/generic/sample.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Sample 1
3 | permalink: sample.html
4 | sidebar: generic
5 | product: Generic
6 |
7 | ---
8 | this is a test.. .
9 |
10 | The wilderness follows a {% include tooltips.html term="riparian" %} landscape.
11 |
12 | {% assign glossaryTerms = site.data.tooltips %}
13 |
14 |
15 | {% for entry in glossaryTerms %}
16 | {{entry.term}}
17 | {{entry.def}}
18 | {% endfor %}
19 |
20 |
21 |
22 |
23 | {% include links.html %}
24 |
--------------------------------------------------------------------------------
/assets/pdffrontmatter/pdf_title_page.html:
--------------------------------------------------------------------------------
1 | ---
2 | search: exclude
3 | type: title
4 | permalink: pdf_title_page.html
5 | ---
6 |
7 |
{{site.print_title}}
8 |
{{site.print_subtitle}}
9 |
10 |
11 |
Last generated: {{ site.time | date: '%B %d, %Y' }}
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/_includes/image.html:
--------------------------------------------------------------------------------
1 | {% if {{include.url}} %}{% endif %} {% if {{include.url}} %} {% endif %}{% if {{include.caption}}%}{{include.caption}} {% endif %}
2 |
--------------------------------------------------------------------------------
/_includes/google_analytics.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | {% if site.show_google_analytics == true %}
4 |
5 |
14 |
15 | {% endif %}
16 |
--------------------------------------------------------------------------------
/_config_pdf_jekyllhowto.yml:
--------------------------------------------------------------------------------
1 | ######## Customize these Values ##########
2 | print_title: "Jekyll How-to Guide"
3 | print_subtitle: Version 1.0
4 | sidebar: jekyllhowto
5 | folder_path: /Users/tomjoht/projects/multioutput/github-jekyll-doc-project/_site
6 | title_page_image: docs/jekyllhowto/images/company_logo_big.png
7 | copyright_notice: >
8 | This is the copyright notice...
9 | ########
10 |
11 |
12 | format: pdf
13 |
14 | defaults:
15 | -
16 | scope:
17 | path: ""
18 | type: pages
19 | values:
20 | layout: printpdf
21 | -
22 | scope:
23 | path: ""
24 | type: docs
25 | values:
26 | layout: printpdf
27 |
28 | image_path: images
29 | audio_path: audio
30 |
--------------------------------------------------------------------------------
/_sass/headings.scss:
--------------------------------------------------------------------------------
1 | /* heading styles */
2 |
3 | /*make room for the nav bar */
4 |
5 | h1[id],
6 | h2[id],
7 | h3[id],
8 | h4[id],
9 | h5[id],
10 | h6[id],
11 | dt[id] {
12 | padding-top:80px;
13 | margin-top:-60px;
14 | }
15 |
16 | h1 {
17 | margin-bottom: 30px;
18 | }
19 |
20 | h2 {
21 | margin-bottom: 25px;
22 | }
23 |
24 | h3 {
25 | margin-bottom: 20px;
26 | }
27 |
28 | h2 {
29 | color: #444;
30 | }
31 | h3 {
32 | color: #777;
33 | }
34 | .subtitle {
35 | font-size: 16px;
36 | color: gray;
37 | margin-top: 50px;
38 | padding-bottom: 15px;
39 | }
40 | h1 {
41 | margin-top: 0px;
42 | }
43 |
44 | .h2, h2 {
45 | font-size: 24px;
46 | }
47 | .h3, h3 {
48 | font-size: 18px;
49 | }
50 | .h4, h4 {
51 | font-size: 16px;
52 | }
--------------------------------------------------------------------------------
/_includes/breadcrumb.html:
--------------------------------------------------------------------------------
1 | {% if site.breadcrumb_display == true %}
2 | {% unless page.type == "search" or page.type == "homepage" or page.type == "error404" %}
3 |
4 | {% if site.breadcrumb_home_display == true %}{{site.uistring.breadcrumb_home_name}} > {% endif %}{{page.path | remove: "_docs/" | remove: "_docs_ja" | remove: "_docs_de" | split: "/" | pop | join: " > " }}
5 | {% endunless %}
6 | {% if page.type == "homepage" and page.custom_breadcrumb %}
7 |
8 | {% if site.breadcrumb_home_display == true %}{{site.uistring.breadcrumb_home_name}} > {% endif %}{{page.custom_breadcrumb}}
9 | {% endif %}
10 |
11 | {% endif %}
12 |
--------------------------------------------------------------------------------
/_includes/disqus.html:
--------------------------------------------------------------------------------
1 | {% if site.show_disqus_comments == true %}
2 | {% unless page.focus == "noform" %}
3 |
4 |
15 | Please enable JavaScript to view the comments powered by Disqus.
16 | {% endunless %}
17 | {% endif %}
18 |
--------------------------------------------------------------------------------
/_data/topnav.yml:
--------------------------------------------------------------------------------
1 | ## Topnav single links
2 | ## if you want to list an external url, use url instead of url. the theme will apply a different link base.
3 |
4 | navbar_singleitems:
5 | - items:
6 | # - title: Some entry
7 | # url: http://example.com
8 | # - title: Contact
9 | # url: contact.html
10 |
11 |
12 |
13 | navbar_dropdowns:
14 | - title: Topnav dropdowns
15 | folders:
16 | - title: Sample Menu
17 | folderitems:
18 | - title: First item
19 | url: https://talk.jekyllrb.com
20 | - title: Second item
21 | url: http://amazon.com
22 | - title: Third item
23 | url: http://nytimes.com
24 | - title: Fourth item
25 | url: http://google.com
26 | - title: Another menu
27 | folderitems:
28 | - title: Getting Started
29 | url: /index.html
30 | - title: Content and Formatting
31 | url: /jekyllhowto-content-and-formatting.html
32 | - title: Sidebar navigation
33 | url: /jekyllhowto-sidebar-navigation.html
34 |
--------------------------------------------------------------------------------
/_data/topnav_ja.yml:
--------------------------------------------------------------------------------
1 | ## Topnav single links
2 | ## if you want to list an external url, use url instead of url. the theme will apply a different link base.
3 |
4 | navbar_singleitems:
5 | - items:
6 | # - title: Some entry
7 | # url: http://example.com
8 | # - title: Contact
9 | # url: contact.html
10 |
11 |
12 |
13 | navbar_dropdowns:
14 | - title: Topnav dropdowns
15 | folders:
16 | - title: Sample Menu (JP)
17 | folderitems:
18 | - title: First item
19 | url: https://talk.jekyllrb.com
20 | - title: Second item
21 | url: http://amazon.com
22 | - title: Third item
23 | url: http://nytimes.com
24 | - title: Fourth item
25 | url: http://google.com
26 | - title: Another menu (JP)
27 | folderitems:
28 | - title: Getting Started
29 | url: /index.html
30 | - title: Content and Formatting
31 | url: /jekyllhowto-content-and-formatting.html
32 | - title: Sidebar navigation
33 | url: /jekyllhowto-sidebar-navigation.html
34 |
--------------------------------------------------------------------------------
/assets/prince-list.txt:
--------------------------------------------------------------------------------
1 | ---
2 | layout: null
3 | ---
4 | {% assign sidebar = site.data[site.sidebar].folders %}
5 |
6 | {% for folder in sidebar %}
7 | {% unless folder.type == "frontmatter" %}
8 | {{ folder.jurl | prepend: site.folder_path }}
9 | {% endunless %}
10 | {% for folderitem in folder.folderitems %}
11 | {% if folderitem.title %}
12 | {{ folderitem.jurl | prepend: site.folder_path }}
13 | {% endif %}
14 | {% for subfolder in folderitem.subfolders %}
15 | {{ subfolder.jurl | prepend: site.folder_path }}
16 | {% for subfolderitem in subfolder.subfolderitems %}
17 | {% if subfolderitem.title %}
18 | {{ subfolderitem.jurl | prepend: site.folder_path }}
19 | {% endif %}
20 | {% for subsubfolder in subfolderitem.subsubfolders %}
21 | {{ subsubfolder.jurl | prepend: site.folder_path }}
22 | {% for subsubfolderitem in subsubfolder.subsubfolderitems %}
23 | {% if subsubfolderitem.title %}
24 | {{ subsubfolderitem.jurl | prepend: site.folder_path }}
25 | {% endif %}
26 | {% endfor %}
27 | {% endfor %}
28 | {% endfor %}
29 | {% endfor %}
30 | {% endfor %}
31 | {% endfor %}
32 |
--------------------------------------------------------------------------------
/assets/licenses/LICENSE-BOOTSNIPP.txt:
--------------------------------------------------------------------------------
1 | // footer used in theme is from Bootsnipp
2 |
3 | Snippets License (MIT license)
4 | Copyright (c) 2013 Bootsnipp.com
5 |
6 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7 |
8 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
9 |
10 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--------------------------------------------------------------------------------
/_includes/hipposidebarscripts.html:
--------------------------------------------------------------------------------
1 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/assets/licenses/LICENSE-LUNR.txt:
--------------------------------------------------------------------------------
1 | // License for Lunr.js used in search
2 |
3 |
4 | Copyright (C) 2013 by Oliver Nightingale
5 |
6 | Permission is hereby granted, free of charge, to any person obtaining a copy
7 | of this software and associated documentation files (the "Software"), to deal
8 | in the Software without restriction, including without limitation the rights
9 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 | copies of the Software, and to permit persons to whom the Software is
11 | furnished to do so, subject to the following conditions:
12 |
13 | The above copyright notice and this permission notice shall be included in
14 | all copies or substantial portions of the Software.
15 |
16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 | THE SOFTWARE.
--------------------------------------------------------------------------------
/assets/licenses/LICENSE-jekyll-table-of-contents.txt:
--------------------------------------------------------------------------------
1 | // applies to auto-generated TOC via toc.js
2 |
3 | Copyright (c) 2013 Alex Ghiculescu
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in
13 | all copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21 | THE SOFTWARE.
--------------------------------------------------------------------------------
/assets/js/jquery.cookie.min.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery Cookie Plugin v1.3.1
3 | * https://github.com/carhartl/jquery-cookie
4 | *
5 | * Copyright 2013 Klaus Hartl
6 | * Released under the MIT license
7 | */
8 | !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a(jQuery)}(function(a){function b(a){return a}function c(a){return decodeURIComponent(a.replace(e," "))}function d(a){0===a.indexOf('"')&&(a=a.slice(1,-1).replace(/\\"/g,'"').replace(/\\\\/g,"\\"));try{return f.json?JSON.parse(a):a}catch(b){}}var e=/\+/g,f=a.cookie=function(e,g,h){if(void 0!==g){if(h=a.extend({},f.defaults,h),"number"==typeof h.expires){var i=h.expires,j=h.expires=new Date;j.setDate(j.getDate()+i)}return g=f.json?JSON.stringify(g):String(g),document.cookie=[f.raw?e:encodeURIComponent(e),"=",f.raw?g:encodeURIComponent(g),h.expires?"; expires="+h.expires.toUTCString():"",h.path?"; path="+h.path:"",h.domain?"; domain="+h.domain:"",h.secure?"; secure":""].join("")}for(var k=f.raw?b:c,l=document.cookie.split("; "),m=e?void 0:{},n=0,o=l.length;o>n;n++){var p=l[n].split("="),q=k(p.shift()),r=k(p.join("="));if(e&&e===q){m=d(r);break}e||(m[q]=d(r))}return m};f.defaults={},a.removeCookie=function(b,c){return void 0!==a.cookie(b)?(a.cookie(b,"",a.extend({},c,{expires:-1})),!0):!1}});
--------------------------------------------------------------------------------
/_layouts/printpdf.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | {{ site.uistring.title }}
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
25 |
26 |
27 |
32 |
33 |
34 | {{ content }}
35 |
36 |
37 |