testtheme 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +107 -0
  4. data/README.md~ +111 -0
  5. data/_includes/contribute-links.html +11 -0
  6. data/_includes/doc-side-nav.html +62 -0
  7. data/_includes/doc-top-nav.html +17 -0
  8. data/_includes/figure.html +22 -0
  9. data/_includes/footer.html +51 -0
  10. data/_includes/footer.html~ +52 -0
  11. data/_includes/home.html +4 -0
  12. data/_includes/nav.html +45 -0
  13. data/_includes/nav.html~ +45 -0
  14. data/_includes/search-box.html +14 -0
  15. data/_includes/search-box.html~ +14 -0
  16. data/_includes/section-index.html +42 -0
  17. data/_layouts/about.html +12 -0
  18. data/_layouts/base.html +82 -0
  19. data/_layouts/base.html~ +82 -0
  20. data/_layouts/blog.html +17 -0
  21. data/_layouts/bugs.html +12 -0
  22. data/_layouts/community.html +12 -0
  23. data/_layouts/compress.html +10 -0
  24. data/_layouts/default.html +12 -0
  25. data/_layouts/docs.html +62 -0
  26. data/_layouts/docs.html~ +22 -0
  27. data/_layouts/faq.html +10 -0
  28. data/_layouts/landing.html +8 -0
  29. data/_layouts/post.html +26 -0
  30. data/_layouts/search-results.html +35 -0
  31. data/_layouts/troubleshooting.html +12 -0
  32. data/_sass/base/_common.scss +89 -0
  33. data/_sass/base/_config.scss +59 -0
  34. data/_sass/base/_markdown.scss +114 -0
  35. data/_sass/base/_override.scss +82 -0
  36. data/_sass/base/_reset.scss +72 -0
  37. data/_sass/base/_text.scss +46 -0
  38. data/_sass/layouts/_about.scss +2 -0
  39. data/_sass/layouts/_blog.scss +142 -0
  40. data/_sass/layouts/_bugs.scss +2 -0
  41. data/_sass/layouts/_community.scss +14 -0
  42. data/_sass/layouts/_docs.scss +42 -0
  43. data/_sass/layouts/_faq.scss +25 -0
  44. data/_sass/layouts/_landing.scss +192 -0
  45. data/_sass/layouts/_post.scss +12 -0
  46. data/_sass/layouts/_search-results.scss +11 -0
  47. data/_sass/layouts/_troubleshooting.scss +2 -0
  48. data/_sass/layouts/_welcome.scss +2 -0
  49. data/_sass/main.scss +32 -0
  50. data/_sass/materialize/components/_buttons.scss +199 -0
  51. data/_sass/materialize/components/_color.scss +412 -0
  52. data/_sass/materialize/components/_global.scss +32 -0
  53. data/_sass/materialize/components/_mixins.scss +5 -0
  54. data/_sass/materialize/components/_roboto.scss +49 -0
  55. data/_sass/materialize/components/_variables.scss +309 -0
  56. data/_sass/materialize/components/_waves.scss +173 -0
  57. data/_sass/materialize/materialize.scss +15 -0
  58. data/_sass/modules/_buttons.scss +88 -0
  59. data/_sass/modules/_contribute-links.scss +64 -0
  60. data/_sass/modules/_doc-nav.scss +111 -0
  61. data/_sass/modules/_footer.scss +114 -0
  62. data/_sass/modules/_hero.scss +34 -0
  63. data/_sass/modules/_nav.scss +83 -0
  64. data/_sass/modules/_nav.scss~ +214 -0
  65. data/_sass/modules/_search-box.scss +47 -0
  66. data/_sass/modules/_section-index.scss +22 -0
  67. data/_sass/modules/_subscribe-form.scss +47 -0
  68. data/_sass/modules/_syntax-highlighting.scss +62 -0
  69. data/_sass/modules/_toc.scss +62 -0
  70. data/_sass/pages/_about.scss +374 -0
  71. data/_sass/pages/_blog.scss +149 -0
  72. data/_sass/pages/_community.scss +119 -0
  73. data/_sass/pages/_contribute.scss +5 -0
  74. data/_sass/pages/_docs.scss +72 -0
  75. data/_sass/pages/_faq.scss +37 -0
  76. data/_sass/pages/_glossary.scss +38 -0
  77. data/_sass/pages/_landing.scss +111 -0
  78. data/assets/css/styles.scss +71 -0
  79. data/assets/fonts/roboto/Roboto-Bold.eot +0 -0
  80. data/assets/fonts/roboto/Roboto-Bold.ttf +0 -0
  81. data/assets/fonts/roboto/Roboto-Bold.woff +0 -0
  82. data/assets/fonts/roboto/Roboto-Bold.woff2 +0 -0
  83. data/assets/fonts/roboto/Roboto-Light.eot +0 -0
  84. data/assets/fonts/roboto/Roboto-Light.ttf +0 -0
  85. data/assets/fonts/roboto/Roboto-Light.woff +0 -0
  86. data/assets/fonts/roboto/Roboto-Light.woff2 +0 -0
  87. data/assets/fonts/roboto/Roboto-Medium.eot +0 -0
  88. data/assets/fonts/roboto/Roboto-Medium.ttf +0 -0
  89. data/assets/fonts/roboto/Roboto-Medium.woff +0 -0
  90. data/assets/fonts/roboto/Roboto-Medium.woff2 +0 -0
  91. data/assets/fonts/roboto/Roboto-Regular.eot +0 -0
  92. data/assets/fonts/roboto/Roboto-Regular.ttf +0 -0
  93. data/assets/fonts/roboto/Roboto-Regular.woff +0 -0
  94. data/assets/fonts/roboto/Roboto-Regular.woff2 +0 -0
  95. data/assets/fonts/roboto/Roboto-Thin.eot +0 -0
  96. data/assets/fonts/roboto/Roboto-Thin.ttf +0 -0
  97. data/assets/fonts/roboto/Roboto-Thin.woff +0 -0
  98. data/assets/fonts/roboto/Roboto-Thin.woff2 +0 -0
  99. data/assets/img/caret-dark.svg +7 -0
  100. data/assets/img/caret.svg +7 -0
  101. data/assets/img/external-link-dark.svg +13 -0
  102. data/assets/img/external-link-icon.png +0 -0
  103. data/assets/img/external-link.svg +13 -0
  104. data/assets/img/github-dark.svg +15 -0
  105. data/assets/img/github-ribbon.svg +128 -0
  106. data/assets/img/github.png +0 -0
  107. data/assets/img/github.svg +15 -0
  108. data/assets/img/group.png +0 -0
  109. data/assets/img/hero-bg.png +0 -0
  110. data/assets/img/icon_github.svg +15 -0
  111. data/assets/img/more-arrow-dark.svg +13 -0
  112. data/assets/img/more-arrow.png +0 -0
  113. data/assets/img/more-arrow.svg +13 -0
  114. data/assets/img/slack.png +0 -0
  115. data/assets/img/stackoverflow.png +0 -0
  116. data/assets/img/x.svg +8 -0
  117. metadata +201 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: fb727dfcf6d9399f640eeedcafb3b380397e8852
4
+ data.tar.gz: 618d1ee5865ade38f1def4697445d33cc7d91d13
5
+ SHA512:
6
+ metadata.gz: ee63de4b080ffaec924615d0053b213d5fe58350d3a74275d02dc718f410b08967dd79463eac1abff1045381141485c903a908e0a63c9c7b5e24fcea22e21511
7
+ data.tar.gz: 136fcef94910900489e12d804528f61ced5635229916c813259e4cd4c1442432695af3edaed770d62c5e3e9dcc0d9e15f2a5dd477ed5e39a2cd2b029f4c2f07e
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 Lisa Carey
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.
@@ -0,0 +1,107 @@
1
+ # testtheme
2
+
3
+ (Lisa experiments with Jekyll themes...)
4
+
5
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes` and your sass in `_sass`. To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
+
7
+
8
+ ## Installation
9
+
10
+ Add this line to your Jekyll site's `Gemfile`:
11
+
12
+ ```ruby
13
+ gem "testtheme"
14
+ ```
15
+
16
+ And add this line to your Jekyll site's `_config.yml`:
17
+
18
+ ```yaml
19
+ theme: testtheme
20
+ ```
21
+
22
+ And then execute:
23
+
24
+ $ bundle
25
+
26
+ Or install it yourself as:
27
+
28
+ $ gem install testtheme
29
+
30
+ ## Usage
31
+
32
+ You can make a few simple updates, add your docs, and have a site up and running, or you can make more extensive customizations.
33
+
34
+ As with all gem-based Jekyll themes, the theme's layouts, base styles, and include files like footers are stored in the theme-gem, hidden from your immediate view, though you can override any theme file by creating a file of the same name in your project. You can learn more about gem-based themes in the Jekyll [Themes](http://jekyllrb.com/docs/themes/) guide, including how to find, open, and override theme files.
35
+
36
+ ### Layouts
37
+
38
+ The theme provides some basic layouts for you to use. Specify the appropriate layout in each new content file's Jekyll frontmatter to get the right headers, footers, navs, and so on:
39
+
40
+ * `docs`: This is probably the most common layout you'll use, designed for all kinds of docs. Use with the `markdown` type for default styling for Markdown docs pages.
41
+ ```
42
+ ---
43
+ layout: docs
44
+ type: markdown
45
+ ---
46
+ ```
47
+
48
+ * `faq`: Use for FAQs.
49
+ * `landing`: Use for landing pages.
50
+ * `blog`: Use for your main blog page.
51
+ * `post`: Use for blog posts.
52
+ * `community`: Use for your community page.
53
+ * `about`: Use for your "about" page.
54
+
55
+ #### Types
56
+
57
+ The `type` value lets you further specify the styling you want to be used for a particular layout. If you're creating regular doc pages in Markdown, use the `markdown` type.
58
+
59
+
60
+ ### Images
61
+
62
+ Add images, including your project logo in `/assets/img/`. Save your project logo as `/assets/img/logo.png`.
63
+
64
+ ### Style
65
+
66
+ You can update site colors directly in `/assets/css/styles.scss`.
67
+
68
+ For any other style updates, you'll need to override the relevant CSS in the theme styles (included in styles.scss): you can override any CSS rule in styles.scss, as indicated. To see what rules you'll need to override for particular style changes, see the files in the theme's `_sass` directory.
69
+
70
+ ### Navigation
71
+
72
+ Nav bars for docs are autogenerated based on your file structure. So, for example, if you have docs in your_site_home/docs/tasks/foo and your_site_home/docs/tasks/bar, you'll get a Tasks left nav within Docs with two items, Foo and Bar. Each doc should have a `title`, an `overview`, and an `order` value in its frontmatter for populating the nav bars and other autogenerated content:
73
+
74
+ ```
75
+ ---
76
+ title: Overview
77
+ overview: Provides a conceptual overview of Foo when used with Bar.
78
+
79
+ order: 0
80
+
81
+ layout: docs
82
+ type: markdown
83
+ ---
84
+ ```
85
+
86
+ Docs will appear in the relevant nav in order of their `order` value.
87
+
88
+ ### Other material
89
+
90
+ Use the `_config.yml` file to specify your project name, search engine, links to your Github project, and more - this information is used to populate your site's landing page, headers, and footers.
91
+
92
+
93
+ ## Contributing
94
+
95
+ Bug reports and pull requests are welcome on GitHub at https://github.com/LisaFC/testtheme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
96
+
97
+ ## Development
98
+
99
+ To set up your environment to develop this theme, run `bundle install`.
100
+
101
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
102
+
103
+ When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
104
+
105
+ ## License
106
+
107
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -0,0 +1,111 @@
1
+ # testtheme
2
+ <<<<<<< HEAD
3
+
4
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes` and your sass in `_sass`. To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
5
+
6
+ Lisa experiments with BIG THEMES, like some sort of turn of the century novelist.
7
+
8
+ ## Installation
9
+
10
+ Add this line to your Jekyll site's `Gemfile`:
11
+
12
+ ```ruby
13
+ gem "testtheme"
14
+ ```
15
+
16
+ And add this line to your Jekyll site's `_config.yml`:
17
+
18
+ ```yaml
19
+ theme: testtheme
20
+ ```
21
+
22
+ And then execute:
23
+
24
+ $ bundle
25
+
26
+ Or install it yourself as:
27
+
28
+ $ gem install testtheme
29
+
30
+ ## Usage
31
+
32
+ You can make a few simple updates, add your docs, and have a site up and running, or you can make more extensive customizations.
33
+
34
+ As with all gem-based Jekyll themes, the theme's layouts, base styles, and include files like footers are stored in the theme-gem, hidden from your immediate view, though you can override any theme file by creating a file of the same name in your project. You can learn more about gem-based themes in the Jekyll [Themes](http://jekyllrb.com/docs/themes/) guide, including how to find, open, and override theme files.
35
+
36
+ ### Layouts
37
+
38
+ The theme provides some basic layouts for you to use. Specify the appropriate layout in each new content file's Jekyll frontmatter to get the right headers, footers, navs, and so on:
39
+
40
+ * `docs`: This is probably the most common layout you'll use, designed for all kinds of docs. Use with the `markdown` type for default styling for Markdown docs pages.
41
+ ```
42
+ ---
43
+ layout: docs
44
+ type: markdown
45
+ ---
46
+ ```
47
+
48
+ * `faq`: Use for FAQs.
49
+ * `landing`: Use for landing pages.
50
+ * `blog`: Use for your main blog page.
51
+ * `post`: Use for blog posts.
52
+ * `community`: Use for your community page.
53
+ * `about`: Use for your "about" page.
54
+
55
+ #### Types
56
+
57
+ The `type` value lets you further specify the styling you want to be used for a particular layout. If you're creating regular doc pages in Markdown, use the `markdown` type.
58
+
59
+
60
+ ### Images
61
+
62
+ Add images, including your project logo in `/assets/img/`. Save your project logo as `/assets/img/logo.png`.
63
+
64
+ ### Style
65
+
66
+ You can update site colors directly in `/assets/css/styles.scss`.
67
+
68
+ For any other style updates, you'll need to override the relevant CSS in the theme styles (included in styles.scss): you can override any CSS rule in styles.scss, as indicated. To see what rules you'll need to override for particular style changes, see the files in the theme's `_sass` directory.
69
+
70
+ ### Navigation
71
+
72
+ Nav bars for docs are autogenerated based on your file structure. So, for example, if you have docs in your_site_home/docs/tasks/foo and your_site_home/docs/tasks/bar, you'll get a Tasks left nav within Docs with two items, Foo and Bar. Each doc should have a `title`, an `overview`, and an `order` value in its frontmatter for populating the nav bars and other autogenerated content:
73
+
74
+ ```
75
+ ---
76
+ title: Overview
77
+ overview: Provides a conceptual overview of Foo when used with Bar.
78
+
79
+ order: 0
80
+
81
+ layout: docs
82
+ type: markdown
83
+ ---
84
+ ```
85
+
86
+ Docs will appear in the relevant nav in order of their `order` value.
87
+
88
+ ### Other material
89
+
90
+ Use the `_config.yml` file to specify your project name, search engine, links to your Github project, and more - this information is used to populate your site's landing page, headers, and footers.
91
+
92
+
93
+ ## Contributing
94
+
95
+ Bug reports and pull requests are welcome on GitHub at https://github.com/LisaFC/testtheme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
96
+
97
+ ## Development
98
+
99
+ To set up your environment to develop this theme, run `bundle install`.
100
+
101
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
102
+
103
+ When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
104
+
105
+ ## License
106
+
107
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
108
+
109
+ =======
110
+ Lisa tests Jekyll themes for fun and not-profit
111
+ >>>>>>> 7ac9c0113c9eef0911e2da76721b9e1a5ee2e16e
@@ -0,0 +1,11 @@
1
+ <div class="contribute-links pull-right">
2
+ <a href="https://github.com/istio/istio.github.io/edit/master/{{page.path}}" data-toggle="tooltip" data-placement="left" title="Edit this page on GitHub">
3
+ <i class="fa fa-lg fa-pencil"></i>
4
+ </a>
5
+ </div>
6
+
7
+ <script>
8
+ $(document).ready(function() {
9
+ $('[data-toggle="tooltip"]').tooltip()
10
+ });
11
+ </script>
@@ -0,0 +1,62 @@
1
+ <ul class="doc-side-nav">
2
+
3
+ {% assign components = page.path | downcase | split: '/' %}
4
+ {% assign section = components[1] %}
5
+ {% assign foundSection = false %}
6
+
7
+ {% assign docs = site.docs %}
8
+ {% for d in docs %}
9
+ {% assign components = d.path | downcase | split: '/' %}
10
+ {% if components[1] == section %}
11
+ {% if components[2] == 'index.md' %}
12
+ {% assign foundSection = true %}
13
+ <li><h5 class='doc-side-nav-title'>{{d.title}}</h5></li>
14
+ {% endif %}
15
+ {% endif %}
16
+ {% endfor %}
17
+
18
+ {% if foundSection == true %}
19
+ <script type="text/javascript">
20
+ var docs = [];
21
+ {% for d in docs %}
22
+ {% assign components = d.path | downcase | split: '/' %}
23
+ {% if components[1] == section %}
24
+ docs.push({path: [
25
+ {% for comp in components %}
26
+ {% if forloop.index > 2 %}
27
+ "{{ comp }}",
28
+ {% endif %}
29
+ {% endfor %}
30
+ {% assign order = d.order %}
31
+ {% if d.order == nil %}
32
+ {% assign order = 9999 %}
33
+ {% endif %}
34
+ ], url: "{{d.url}}", title: "{{d.title}}", order: {{order}}, overview: "{{d.overview}}"});
35
+ {% endif %}
36
+ {% endfor %}
37
+
38
+ genNavBarTree(docs)
39
+ </script>
40
+ {% endif %}
41
+ </ul>
42
+
43
+ <style>
44
+ .tree li { padding-left: 20px; }
45
+ .tree-toggle {
46
+ cursor: pointer;
47
+ margin-left: -1em;
48
+ }
49
+ </style>
50
+
51
+ <script type="text/javascript">
52
+ (function($) {
53
+ $(document).ready(function() {
54
+ /* toggle category tree */
55
+ $(document).on('click', '.tree-toggle', function () {
56
+ $(this).children('i.fa').toggleClass('fa-caret-right');
57
+ $(this).children('i.fa').toggleClass('fa-caret-down');
58
+ $(this).parent().children('ul.tree').toggle(200);
59
+ });
60
+ });
61
+ }(jQuery));
62
+ </script>
@@ -0,0 +1,17 @@
1
+ <div class="container">
2
+ <div class="row">
3
+ <div class="col-md-11 nofloat center-block" style="margin-top: 3px;">
4
+ <ul class="col-sm-10 nav nav-tabs">
5
+ {% assign cats = site.docs | where:"index","true" | sort:"order" %}
6
+ {% for cat in cats %}
7
+ {% assign cat_path = cat.url | downcase | split: '/' %}
8
+ {% assign page_path = page.url | downcase | split: '/' %}
9
+ {% assign cat_name = cat.title | default: "EMPTY" %}
10
+ {% if cat_name != "EMPTY" %}
11
+ <li role="presentation" {% if cat_path[2] == page_path[2] %}class='active'{% endif %}><a href="{{home}}{{ cat.url }}">{{ cat_name }}</a></li>
12
+ {% endif %}
13
+ {% endfor %}
14
+ </ul>
15
+ </div>
16
+ </div>
17
+ </div>
@@ -0,0 +1,22 @@
1
+ {% if include.max-width %}
2
+ {% assign max-width = include.max-width %}
3
+ {% else %}
4
+ {% assign max-width = "75%" %}
5
+ {% endif %}
6
+
7
+ {% if include.title %}
8
+ {% assign title = include.title %}
9
+ {% else %}
10
+ {% assign title = include.alt %}
11
+ {% endif %}
12
+
13
+ {% if include.caption %}
14
+ {% assign caption = include.caption %}
15
+ {% else %}
16
+ {% assign caption = title %}
17
+ {% endif %}
18
+
19
+ <figure style="text-align: center; margin-top:20px; margin-bottom:20px;">
20
+ <img src="{{include.file}}" style="max-width: {{max-width}};" title="{{title}}" alt="{{include.alt}}"/>
21
+ <figcaption style="margin-top:10px;">{{caption}}</figcaption>
22
+ </figure>
@@ -0,0 +1,51 @@
1
+ <footer>
2
+ <div class="container">
3
+ <div class="row">
4
+ <div class="col-md-2"></div>
5
+ <div class="col-md-3 col-sm-4 col-xs-12 center-block">
6
+ <ul class="toggle">
7
+ <p class="header">Docs</p>
8
+ <li><a href="{{home}}/docs/">Welcome</a></li>
9
+ <li><a href="{{home}}/docs/concepts">Concepts</a></li>
10
+ <li><a href="{{home}}/docs/tasks">Tasks</a></li>
11
+ <li><a href="{{home}}/docs/samples">Samples</a></li>
12
+ <li><a href="{{home}}/docs/reference">Reference</a></li>
13
+ </ul>
14
+ </div>
15
+
16
+ <hr class="footer-sections" />
17
+
18
+ <div class="col-md-3 col-sm-4 col-xs-12 center-block">
19
+ <ul class="toggle">
20
+ <p class="header">Resources</p>
21
+ <li><a href="{{home}}/faq">Frequently Asked Questions</a></li>
22
+ <li><a href="{{home}}/troubleshooting">Troubleshooting Guide</a></li>
23
+ <li><a href="{{home}}/bugs">Report a Bug</a></li>
24
+ <li><a href="https://github.com/istio/istio.github.io/issues/new?title=Issue with {{page.path}}">Report a Doc Issue</a></li>
25
+ <li><a href="https://github.com/istio/istio.github.io/edit/master/{{page.path}}">Edit This Page on GitHub</a></li>
26
+ </ul>
27
+ </div>
28
+
29
+ <hr class="footer-sections" />
30
+
31
+ <div class="col-md-3 col-sm-4 col-xs-12 center-block">
32
+ <ul class="toggle">
33
+ <p class="header">Community</p>
34
+ <li><a href="{{site.stackoverflow_link}}" target="_blank"><span class="stack-overflow">Stack Overflow</span></a></li>
35
+ <li><a href="{{site.user_mailing_lin}}" target="_blank"><span class="group">User</span></a> | <a href="{{site.dev_mailing_link}}" target="_blank">Dev Mailing Lists</a></li>
36
+ <li><a href="{{site.slack_link}}" target="_blank"><span class="slack">Slack</span></a></li>
37
+ <li><a href="{{site.github_link}}" target="_blank"><span class="github">GitHub</span></a></li>
38
+ </ul>
39
+ </div>
40
+
41
+ <div class="col-md-1"></div>
42
+ </div>
43
+
44
+ <div class="row">
45
+ <p class="description small text-center">
46
+ {{site.copyright_notice}}<br>
47
+ This site was built on {{site.time | date_to_string | split: ' ' | join: '-'}}
48
+ </p>
49
+ </div>
50
+ </div>
51
+ </footer>
@@ -0,0 +1,52 @@
1
+ <footer>
2
+ <div class="container">
3
+ <div class="row">
4
+ <div class="col-md-2"></div>
5
+ <div class="col-md-3 col-sm-4 col-xs-12 center-block">
6
+ <ul class="toggle">
7
+ <p class="header">Docs</p>
8
+ <li><a href="{{home}}/docs/">Welcome</a></li>
9
+ <li><a href="{{home}}/docs/concepts">Concepts</a></li>
10
+ <li><a href="{{home}}/docs/tasks">Tasks</a></li>
11
+ <li><a href="{{home}}/docs/samples">Samples</a></li>
12
+ <li><a href="{{home}}/docs/reference">Reference</a></li>
13
+ </ul>
14
+ </div>
15
+
16
+ <hr class="footer-sections" />
17
+
18
+ <div class="col-md-3 col-sm-4 col-xs-12 center-block">
19
+ <ul class="toggle">
20
+ <p class="header">Resources</p>
21
+ <li><a href="{{home}}/faq">Frequently Asked Questions</a></li>
22
+ <li><a href="{{home}}/troubleshooting">Troubleshooting Guide</a></li>
23
+ <li><a href="{{home}}/bugs">Report a Bug</a></li>
24
+ <li><a href="https://github.com/istio/istio.github.io/issues/new?title=Issue with {{page.path}}">Report a Doc Issue</a></li>
25
+ <li><a href="https://github.com/istio/istio.github.io/edit/master/{{page.path}}">Edit This Page on GitHub</a></li>
26
+ </ul>
27
+ </div>
28
+
29
+ <hr class="footer-sections" />
30
+
31
+ <div class="col-md-3 col-sm-4 col-xs-12 center-block">
32
+ <ul class="toggle">
33
+ <p class="header">Community</p>
34
+ <li><a href="{{site.stackoverflow_link}}" target="_blank"><span class="stack-overflow">Stack Overflow</span></a></li>
35
+ <li><a href="{{site.user_mailing_lin}}" target="_blank"><span class="group">User</span></a> | <a href="{{site.dev_mailing_link}}" target="_blank">Dev Mailing Lists</a></li>
36
+ <li><a href="{{site.slack_link}}" target="_blank"><span class="slack">Slack</span></a></li>
37
+ <li><a href="{{site.github_link}}" target="_blank"><span class="github">GitHub</span></a></li>
38
+ </ul>
39
+ </div>
40
+
41
+ <div class="col-md-1"></div>
42
+ </div>
43
+
44
+ <div class="row">
45
+ <p class="description small text-center">
46
+ Copyright &copy; 2017 Istio Authors<br>
47
+ Istio Version 0.1<br>
48
+ This site was built on {{site.time | date_to_string | split: ' ' | join: '-'}}
49
+ </p>
50
+ </div>
51
+ </div>
52
+ </footer>