jekyll-development-theme 0.5.3 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. data/.editorconfig +33 -0
  3. data/.gitignore +6 -0
  4. data/404.html +39 -0
  5. data/Gemfile +7 -0
  6. data/LICENSE +21 -0
  7. data/README.md +70 -0
  8. data/_config.yml +153 -0
  9. data/_data/legal-main-sidebar.yml +8 -0
  10. data/_data/nav-footer-legal.yml +7 -0
  11. data/_data/nav-navigation.yml +8 -0
  12. data/_includes/body/article-aside.html +17 -0
  13. data/_includes/body/article-figure.html +12 -0
  14. data/_includes/body/footer-contentinfo.html +38 -0
  15. data/_includes/body/header-banner.html +1 -0
  16. data/_includes/body/legal-article-aside.html +17 -0
  17. data/_includes/body/nav-navigation.html +8 -0
  18. data/_includes/body/script.html +0 -0
  19. data/_includes/body/service-worker.html +5 -0
  20. data/_includes/document/doctype.html +1 -0
  21. data/_includes/document/html.html +1 -0
  22. data/_includes/head/link.html +7 -0
  23. data/_includes/head/meta.html +19 -0
  24. data/_includes/head/script.html +4 -0
  25. data/_includes/head/scripts/JSON-LD.html +45 -0
  26. data/_includes/head/scripts/google-tag-manager.html +78 -0
  27. data/_includes/head/style.html +4 -0
  28. data/_includes/head/title.html +1 -0
  29. data/_includes/head.html +12 -0
  30. data/_layouts/page.html +16 -0
  31. data/_layouts/sitemap.html +16 -0
  32. data/_sass/_page.scss +23 -0
  33. data/_sass/_reset.scss +77 -0
  34. data/_sass/_sitemap.scss +23 -0
  35. data/_sass/grids/_article-sitemap.scss +119 -0
  36. data/_sass/grids/_article.scss +351 -0
  37. data/_sass/grids/_footer-contentinfo.scss +90 -0
  38. data/_sass/grids/_header-banner.scss +26 -0
  39. data/_sass/grids/_main-archive.scss +171 -0
  40. data/_sass/grids/_main.scss +105 -0
  41. data/_sass/grids/_nav-navigation.scss +58 -0
  42. data/_sass/grids/_page.scss +54 -0
  43. data/_sass/media-queries/_article.scss +29 -0
  44. data/_sass/media-queries/_sitemap.scss +15 -0
  45. data/about.html +37 -0
  46. data/assets/css/page.scss +4 -0
  47. data/assets/css/sitemap.scss +4 -0
  48. data/assets/img/android-chrome-192x192.png +0 -0
  49. data/assets/img/android-chrome-512x512.png +0 -0
  50. data/assets/img/apple-touch-icon-114x114-precomposed.png +0 -0
  51. data/assets/img/apple-touch-icon-114x114.png +0 -0
  52. data/assets/img/apple-touch-icon-120x120-precomposed.png +0 -0
  53. data/assets/img/apple-touch-icon-120x120.png +0 -0
  54. data/assets/img/apple-touch-icon-144x144-precomposed.png +0 -0
  55. data/assets/img/apple-touch-icon-144x144.png +0 -0
  56. data/assets/img/apple-touch-icon-152x152-precomposed.png +0 -0
  57. data/assets/img/apple-touch-icon-152x152.png +0 -0
  58. data/assets/img/apple-touch-icon-180x180-precomposed.png +0 -0
  59. data/assets/img/apple-touch-icon-180x180.png +0 -0
  60. data/assets/img/apple-touch-icon-57x57-precomposed.png +0 -0
  61. data/assets/img/apple-touch-icon-57x57.png +0 -0
  62. data/assets/img/apple-touch-icon-60x60-precomposed.png +0 -0
  63. data/assets/img/apple-touch-icon-60x60.png +0 -0
  64. data/assets/img/apple-touch-icon-72x72-precomposed.png +0 -0
  65. data/assets/img/apple-touch-icon-72x72.png +0 -0
  66. data/assets/img/apple-touch-icon-76x76-precomposed.png +0 -0
  67. data/assets/img/apple-touch-icon-76x76.png +0 -0
  68. data/assets/img/apple-touch-icon-precomposed.png +0 -0
  69. data/assets/img/apple-touch-icon.png +0 -0
  70. data/assets/img/favicon-16x16.png +0 -0
  71. data/assets/img/favicon-32x32.png +0 -0
  72. data/assets/img/favicon.ico +0 -0
  73. data/assets/img/favicon.png +0 -0
  74. data/assets/img/ink.png +0 -0
  75. data/assets/img/logo.svg +1 -0
  76. data/assets/img/mash.png +0 -0
  77. data/assets/img/mirror.png +0 -0
  78. data/assets/img/mstile-144x144.png +0 -0
  79. data/assets/img/mstile-150x150.png +0 -0
  80. data/assets/img/mstile-310x150.png +0 -0
  81. data/assets/img/mstile-310x310.png +0 -0
  82. data/assets/img/mstile-70x70.png +0 -0
  83. data/assets/img/navigation.svg +1 -0
  84. data/assets/img/safari-pinned-tab.svg +1 -0
  85. data/assets/img/weave.png +0 -0
  86. data/assets/img/you.png +0 -0
  87. data/assets/js/service-worker.js +44 -0
  88. data/browserconfig.xml +12 -0
  89. data/contact.html +55 -0
  90. data/feed.xml +29 -0
  91. data/humans.txt +48 -0
  92. data/index.html +35 -0
  93. data/jekyll-development-theme.gemspec +111 -0
  94. data/notice.html +79 -0
  95. data/privacy.html +189 -0
  96. data/robots.txt +26 -0
  97. data/site.webmanifest +26 -0
  98. data/sitemap.html +35 -0
  99. data/sitemap.xml +17 -0
  100. data/social-media-privacy.html +84 -0
  101. metadata +102 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 907e22d199a1d43bf337bf774031f930b0cb66e00dca6e0736fb10b54733db7c
4
- data.tar.gz: 8d070bdd210a875d2e174ba596cabc6b80e5bb492f1e6909470c6d0b0d6aee1d
3
+ metadata.gz: c4efa3cdf768f28d16d9916aa4d147bd11f4b421c1f9ed47012799d64b8d0949
4
+ data.tar.gz: 314e5ced9d8f0e551e481dd5c8a3bf864613cd446e0e0dcf422c5d31db413a45
5
5
  SHA512:
6
- metadata.gz: 355be5a57b0a47b468d23ec3508245ca404492fcf029b7dfa289a65638cdd09093446c084b9e75342b30ee52a5b92a77e4dfaeb9104c0f76232cd6437522c2e0
7
- data.tar.gz: 057aabcb0ed7d2119b4657a88a3480eb47071d858601950513f846a4f70fee12c28016e009b9265be9dbcb3c58980146894115480a0df986e08748c9cc1879a3
6
+ metadata.gz: 9eeaf10064955b66cf9bafbe25ce93b7d63faae0246178fd74bfac351d4fa3e65f612e090d2aec55ec1f766131454fffaa8c3bf9c754f551cd55c3efff87c56c
7
+ data.tar.gz: 9f2d8ca85dfa3d5204a88a48d81487de9ec1e5f2ae49c8758ccc558882d45f27bd06d66ce42cbcaf77325bf413e193596e2b4792e56f1f1f0a1e6fafe9814fd9
data/.editorconfig ADDED
@@ -0,0 +1,33 @@
1
+ # EditorConfig is awesome: https://EditorConfig.org
2
+
3
+ # top-most EditorConfig file
4
+ root = true
5
+
6
+ # Unix-style newlines with a newline ending every file
7
+ [*]
8
+ end_of_line = lf
9
+ insert_final_newline = true
10
+
11
+ # Matches multiple files with brace expansion notation
12
+ # Set default charset
13
+ [*.{js,py}]
14
+ charset = utf-8
15
+
16
+ # 4 space indentation
17
+ [*.py]
18
+ indent_style = space
19
+ indent_size = 4
20
+
21
+ # Tab indentation (no size specified)
22
+ [Makefile]
23
+ indent_style = tab
24
+
25
+ # Indentation override for all JS under lib directory
26
+ [lib/**.js]
27
+ indent_style = space
28
+ indent_size = 2
29
+
30
+ # Matches the exact files either package.json or .travis.yml
31
+ [{package.json,.travis.yml}]
32
+ indent_style = space
33
+ indent_size = 2
data/.gitignore ADDED
@@ -0,0 +1,6 @@
1
+ node_modules
2
+ public
3
+ _site
4
+ Gemfile.lock
5
+ .sass-cache
6
+
data/404.html ADDED
@@ -0,0 +1,39 @@
1
+ ---
2
+ layout: page
3
+ title: "404 - Page Not Found"
4
+ author: "Johnny Dummy"
5
+ description: "You found a broken link? Sorry for the bad experience, i take care about that!"
6
+ keywords: "404"
7
+ language: "en"
8
+ figure: mirror
9
+ figcaption: Mirror
10
+ ---
11
+ <main>
12
+
13
+ <article>
14
+
15
+ <header>
16
+ <h1>Dummy Title</h1>
17
+ </header>
18
+
19
+ {% include body/article-figure.html %}
20
+
21
+ <div class="content">
22
+
23
+ <section>
24
+ <h2>Page not found</h2>
25
+
26
+ <p>Looks like the page you're trying to visit doesn't exist.</p>
27
+
28
+ <hr>
29
+ <a href="/" title="Go back to Homepage">Go back to Homepage</a>
30
+ <hr>
31
+ </section>
32
+
33
+ </div>
34
+
35
+ {% include body/article-aside.html %}
36
+
37
+ </article>
38
+
39
+ </main>
data/Gemfile ADDED
@@ -0,0 +1,7 @@
1
+ source 'https://rubygems.org' do
2
+ gem 'bundler'
3
+ gem 'jekyll'
4
+ gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
5
+ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
6
+ end
7
+
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Eric Binek
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 all
13
+ 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 THE
21
+ SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,70 @@
1
+ # Jekyll Development Theme
2
+
3
+ This is a nice little jekyll theme development playground. The layout is close to nothing. Features will be added or removed regulary without warning. I don't recommend using this theme in production.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your Jekyll site's `Gemfile`:
8
+
9
+ ```ruby
10
+ gem "jekyll-development-theme"
11
+ ```
12
+
13
+ And add this line to your Jekyll site's `_config.yml`:
14
+
15
+ ```yaml
16
+ theme: jekyll-development-theme
17
+ ```
18
+
19
+ And then execute:
20
+
21
+ $ bundle
22
+
23
+ Or install it yourself as:
24
+
25
+ $ gem install jekyll-development-theme
26
+
27
+ ## Usage
28
+
29
+ Goal for this theme is to have a clean start when developing themes for jekyll. Don't repeat yourself (DRY).
30
+
31
+ ## Build
32
+
33
+ Bump the theme-version in the theme-gem `jekyll-development-theme.gemspec`; Please follow [Semantic Versioning](https://semver.org/).
34
+
35
+ Add missing files:
36
+
37
+ $ git ls-files
38
+
39
+ Add the nessesary files to your gemspec
40
+
41
+ spec.files = [
42
+ ...
43
+ ".editorconfig" ,
44
+ ...
45
+ ]
46
+
47
+ Rebuild the gem:
48
+
49
+ $ gem build jekyll-development-theme.gemspec
50
+
51
+ Release the new version:
52
+
53
+ $ gem push jekyll-development-theme-*.gem
54
+
55
+ ## Contributing
56
+
57
+ Bug reports and pull requests are welcome on GitHub at https://github.com/ericbinek/jekyll-development-theme. 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.
58
+
59
+ ## Development
60
+
61
+ To set up your environment to develop this theme, run `bundle install`.
62
+
63
+ 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.
64
+
65
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
66
+ To add a custom directory to your theme-gem, please edit the regexp in `jekyll-development-theme.gemspec` accordingly.
67
+
68
+ ## License
69
+
70
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
data/_config.yml ADDED
@@ -0,0 +1,153 @@
1
+
2
+ # ======================================================================
3
+ # Global Configuration
4
+ # ======================================================================
5
+
6
+ # Set the time zone for site generation.
7
+ timezone: Europe/Berlin
8
+
9
+ # Set the encoding of files by name.
10
+ encoding: utf-8
11
+
12
+ # Process and render draft posts.
13
+ show_drafts: false
14
+
15
+ # Use a specific environment value in the build.
16
+ #
17
+ # Build command to use in production environment:
18
+ # `JEKYLL_ENV=production jekyll build`
19
+ #
20
+ # Example usage in liquid:
21
+ # {% if jekyll.environment == "production" %}{% endif %}
22
+
23
+ # Publish posts or collection documents with a future date.
24
+ future: false
25
+
26
+ # Render posts that were marked as unpublished.
27
+ unpublished: false
28
+
29
+ # Serving
30
+ port: 4000
31
+ host: 127.0.0.1
32
+
33
+ # ======================================================================
34
+ # Theme Configuration
35
+ # ======================================================================
36
+
37
+ theme: jekyll-development-theme
38
+
39
+ # ======================================================================
40
+ # Default Configuration
41
+ # ======================================================================
42
+
43
+ strict_front_matter: true
44
+
45
+ sass:
46
+ style: compressed
47
+
48
+ permalink: /:title:output_ext
49
+
50
+ # ======================================================================
51
+ # Your global websites settings
52
+ # ======================================================================
53
+ project:
54
+ name: "Jekyll Development Theme"
55
+ code: "default"
56
+ domain: "127.0.0.1"
57
+ url: "http://127.0.0.1:4000"
58
+ title: "Jekyll Development Theme"
59
+ description: "Progressive Web App for the domain http://127.0.0.1:4000."
60
+ author: "Johnny Dummy"
61
+ direction: "ltr"
62
+ language: "en"
63
+
64
+ # ======================================================================
65
+ # Your company settings
66
+ # ======================================================================
67
+ company:
68
+ name: "Acme"
69
+ url: "http://127.0.0.1:4000"
70
+ ceo: "Johnny Dummy"
71
+ email: "max@127.0.0.1:4000"
72
+ phone: "+1 123 45 678 90"
73
+ vat: "US"
74
+ address:
75
+ street: "Dummystreet"
76
+ housenumber: "1"
77
+ postal: "12345"
78
+ city: "Dummytown"
79
+ region: "Alaska"
80
+ country: "United States of America"
81
+ content:
82
+ responsible: "Johnny Dummy"
83
+ street: "Dummystreet"
84
+ housenumber: "1"
85
+ postal: "12345"
86
+ city: "Dummytown"
87
+ region: "Alaska"
88
+ country: "United States of America"
89
+ email: "data-protection@.email"
90
+ phone: "+49 176 57 333 007"
91
+ data-protection:
92
+ responsible: "Johnny Dummy"
93
+ street: "Dummystreet"
94
+ housenumber: "1"
95
+ postal: "12345"
96
+ city: "Dummytown"
97
+ region: "Alaska"
98
+ country: "United States of America"
99
+ email: "data-protection@.email"
100
+ phone: "+49 176 57 333 007"
101
+
102
+ # ======================================================================
103
+ # Your Social Media settings
104
+ # ======================================================================
105
+ socialmedia:
106
+ #twitter: "https://www.twitter.com/"
107
+ #twitterhandle: ""
108
+ #medium: "https://medium.com/"
109
+ #dribbble: "https://dribbble.com/"
110
+ #pinterest: "https://www.pinterest.de/"
111
+ #instagram: "https://www.instagram.com/"
112
+ #behance: "https://www.behance.net/"
113
+ #linkedin: "https://www.linkedin.com/in/"
114
+ #github: "https://github.com/"
115
+ #treehouse: "https://teamtreehouse.com/"
116
+ #deviantart: "https://www.deviantart.com/"
117
+ #patreon: "https://www.patreon.com/"
118
+ #ello: "https://ello.co/"
119
+ #spectrum: "https://spectrum.chat/"
120
+
121
+ # ======================================================================
122
+ # Your Google Analytics settings
123
+ # ======================================================================
124
+ google-analytics:
125
+ code: "UA-123456-78"
126
+
127
+ # ======================================================================
128
+ # one entry for each user agent and rule
129
+ # ======================================================================
130
+ robotstxt:
131
+ -
132
+ user-agent: "*"
133
+ allow: "/"
134
+ disallow: ""
135
+
136
+ # ======================================================================
137
+ # humans.txt settings
138
+ # ======================================================================
139
+ humanstxt:
140
+ team:
141
+ -
142
+ title: "Johnny Dummy"
143
+ site: "https://spectrum.chat/"
144
+ twitter: "https://twitter.com/"
145
+ location: "Dummytown, United States of America"
146
+ thanks:
147
+ - name: "https://jekyllrb.com/"
148
+ - name: "http://humanstxt.org/"
149
+ site:
150
+ last-update: "2019/04/15"
151
+ standards: "HTML5, CSS3, JavaScript, Progressive Web Apps"
152
+ components: "Jekyll"
153
+ software: "Windows 10, Visual Studio Code"
@@ -0,0 +1,8 @@
1
+ - name: Site Notice
2
+ url: /notice.html
3
+
4
+ - name: Privacy Policy
5
+ url: /privacy.html
6
+
7
+ - name: Social Media Privacy Policy
8
+ url: /social-media-privacy.html
@@ -0,0 +1,7 @@
1
+ - type: section
2
+ title: Legal
3
+ links:
4
+ - name: Privacy
5
+ url: /privacy.html
6
+ - name: Notice
7
+ url: /notice.html
@@ -0,0 +1,8 @@
1
+ - name: "About"
2
+ url: "/about.html"
3
+
4
+ - name: "404"
5
+ url: "/404.html"
6
+
7
+ - name: "Contact"
8
+ url: "/contact.html"
@@ -0,0 +1,17 @@
1
+ {% if site.data.nav-navigation.size > 0 %}
2
+ <aside>
3
+ <section aria-label="Pages">
4
+ <ul>
5
+ {% for link in site.data.nav-navigation %}
6
+ <li>
7
+ {% if link.url == page.url %}
8
+ <i>{{ link.name }}</i>
9
+ {% else %}
10
+ <a href="{{ link.url }}" title="{{ link.name }}">{{ link.name }}</a>
11
+ {% endif %}
12
+ </li>
13
+ {% endfor %}
14
+ </ul>
15
+ </section>
16
+ </aside>
17
+ {% endif %}
@@ -0,0 +1,12 @@
1
+ <figure>
2
+
3
+ {% if page.figure %}
4
+ <a href="{{ site.socialmedia.patreon }}" title="Patreon">
5
+ <img src="/assets/img/{{page.figure}}.png" alt="{{page.figcaption}}" title="{{page.figcaption}}">
6
+ </a>
7
+ {% endif %}
8
+ {% if page.figcaption %}
9
+ <figcaption><a href="{{ site.socialmedia.patreon }}" title="Patreon"><i>#publicdomain</i> --- <strong>{{page.figcaption}}</strong></a></figcaption>
10
+ {% endif %}
11
+
12
+ </figure>
@@ -0,0 +1,38 @@
1
+ <footer id="footer-contentinfo">
2
+
3
+ {% if site.socialmedia %}
4
+ <nav id="page-social-media">
5
+ <ul>
6
+ {% if site.socialmedia.twitter %}<li><a href="{{ site.socialmedia.twitter }}" title="Twitter">Twitter</a></li>{% endif %}
7
+ {% if site.socialmedia.medium %}<li><a href="{{ site.socialmedia.medium }}" title="Medium">Medium</a></li>{% endif %}
8
+ {% if site.socialmedia.behance %}<li><a href="{{ site.socialmedia.behance }}" title="Behance">Behance</a></li>{% endif %}
9
+ {% if site.socialmedia.dribbble %}<li><a href="{{ site.socialmedia.dribbble }}" title="Dribbble">Dribbble</a></li>{% endif %}
10
+ {% if site.socialmedia.pinterest %}<li><a href="{{ site.socialmedia.pinterest }}" title="Pinterest">Pinterest</a></li>{% endif %}
11
+ {% if site.socialmedia.instagram %}<li><a href="{{ site.socialmedia.instagram }}" title="Instagram">Instagram</a></li>{% endif %}
12
+ {% if site.socialmedia.deviantart %}<li><a href="{{ site.socialmedia.deviantart }}" title="DeviantArt">DeviantArt</a></li>{% endif %}
13
+ {% if site.socialmedia.ello %}<li><a href="{{ site.socialmedia.ello }}" title="Ello">Ello</a></li>{% endif %}
14
+ {% if site.socialmedia.github %}<li><a href="{{ site.socialmedia.github }}" title="GitHub">GitHub</a></li>{% endif %}
15
+ {% if site.socialmedia.treehouse %}<li><a href="{{ site.socialmedia.treehouse }}" title="Treehouse">Treehouse</a></li>{% endif %}
16
+ {% if site.socialmedia.linkedin %}<li><a href="{{ site.socialmedia.linkedin }}" title="LinkedIn">LinkedIn</a></li>{% endif %}
17
+ {% if site.socialmedia.patreon %}<li><a href="{{ site.socialmedia.patreon }}" title="Patreon">Patreon</a></li>{% endif %}
18
+ {% if site.socialmedia.spectrum %}<li><a href="{{ site.socialmedia.spectrum }}" title="Spectrum">Spectrum</a></li>{% endif %}
19
+ </ul>
20
+ </nav>
21
+ {% endif %}
22
+
23
+ <div id="page-legal">
24
+ <nav>
25
+ {% for section in site.data.nav-footer-legal %}
26
+ <h6>{{section.title}}</h6>
27
+ <ul>
28
+ {% for link in section.links %}
29
+ <li class="{% if link.url == page.url %}{% endif %}"><a href="{{ link.url }}" title="{{ link.name }}">{{ link.name }}</a></li>
30
+ {% endfor %}
31
+ </ul>
32
+ {% endfor %}
33
+ </nav>
34
+ </div>
35
+
36
+ <p id="page-copyright">&copy; {{ 'now' | date: '%Y' }} <a href="{{ site.company.url }}" title="{{ site.company.name }}">{{ site.company.name }}</a> - Trademarks and brands are the property of their respective owners.</p>
37
+
38
+ </footer>
@@ -0,0 +1 @@
1
+ <header id="header-banner"></header>
@@ -0,0 +1,17 @@
1
+ {% if site.data.legal-main-sidebar.size > 0 %}
2
+ <aside>
3
+ <section aria-label="legal pages">
4
+ <ul>
5
+ {% for link in site.data.legal-main-sidebar %}
6
+ <li>
7
+ {% if link.url == page.url %}
8
+ <i>{{ link.name }}</i>
9
+ {% else %}
10
+ <a href="{{ link.url }}" title="{{ link.name }}">{{ link.name }}</a>
11
+ {% endif %}
12
+ </li>
13
+ {% endfor %}
14
+ </ul>
15
+ </section>
16
+ </aside>
17
+ {% endif %}
@@ -0,0 +1,8 @@
1
+ <nav id="nav-navigation">
2
+ <div class="logo">
3
+ <a href="/" title="Logo">{{ site.project.name }}</a>
4
+ </div>
5
+ <div class="navigation">
6
+ <a href="/sitemap.html" title="Menu">Menu</a>
7
+ </div>
8
+ </nav>
File without changes
@@ -0,0 +1,5 @@
1
+ <script>
2
+ if ('serviceWorker' in navigator) {
3
+ navigator.serviceWorker.register('/assets/js/service-worker.js');
4
+ }
5
+ </script>
@@ -0,0 +1 @@
1
+ <!DOCTYPE html>
@@ -0,0 +1 @@
1
+ <html dir="{% if page.direction %}{{ page.direction }}{% else %}{{ site.project.direction }}{% endif %}" lang="{% if page.language %}{{ page.language }}{% else %}{{ site.project.language }}{% endif %}">
@@ -0,0 +1,7 @@
1
+ <link rel="canonical" href="{{ site.project.url }}{{page.url}}" />
2
+ <link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png">
3
+ <link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon-32x32.png">
4
+ <link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon-16x16.png">
5
+ <link rel="manifest" href="/site.webmanifest">
6
+ <link rel="mask-icon" href="/assets/img/safari-pinned-tab.svg" color="#5bbad5">
7
+ <link rel="stylesheet" type="text/css" media="screen" href="/assets/css/{{ page.layout }}.css" />
@@ -0,0 +1,19 @@
1
+ <meta charset="utf-8" />
2
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
3
+ <meta name="author" content="{% if page.author %}{{page.author}}{% else %}{{site.project.author}}{% endif %}" />
4
+ {% if page.type == 'tag' %}{% for tag in site.data.tags %}{% capture match_url %}/{{tag[0] | downcase}}/{% endcapture %}{% if page.url == match_url %}
5
+ <meta name="description" content="{{tag[1].description}}" />
6
+ <meta name="robots" content="{{tag[1].robots}}" />{% endif %}{% endfor %}{% endif %}
7
+ {% if page.type == 'category' %}{% for category in site.data.categories %}{% capture match_url %}/{{category[0] | downcase}}/{% endcapture %}{% if page.url == match_url %}
8
+ <meta name="description" content="{{category[1].description}}" />
9
+ <meta name="robots" content="{{category[1].robots}}" />{% endif %}{% endfor %}{% endif %}
10
+ {% if page.description %}
11
+ <meta name="description" content="{{page.description}}" />{% endif %}
12
+ {% if page.keywords %}
13
+ <meta name="keywords" lang="en" content="{{page.keywords}}" />{% endif %}
14
+ <meta name="robots" content="index, follow" />
15
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
16
+ <meta name="msapplication-TileColor" content="#eeeeee">
17
+ <meta name="msapplication-TileImage" content="/assets/img/mstile-144x144.png">
18
+ <meta name="theme-color" content="#ffffff">
19
+ <link type="application/atom+xml" rel="alternate" href="/atom.xml" />
@@ -0,0 +1,4 @@
1
+ {% include head/scripts/JSON-LD.html %}
2
+ {% if site.google-analytics.code %}
3
+ {% include head/scripts/google-tag-manager.html %}
4
+ {% endif %}
@@ -0,0 +1,45 @@
1
+ <script type="application/ld+json">
2
+ {
3
+ "@context": "https://schema.org",
4
+ "@type": "WebPage",
5
+ "relatedLink": "{{site.project.url}}{{page.url}}",
6
+ "significantLink": "{{site.project.url}}/sitemap.html",
7
+ "author": {
8
+ "@type": "Person",
9
+ "name": "{{site.company.content.responsible}}",
10
+ "email": "{{site.company.content.email}}",
11
+ "telephone": "{{site.company.content.phone}}",
12
+ "url": "{{site.project.url}}"
13
+ },
14
+ "name": "{{page.title}}",
15
+ "accessibilityFeature": [
16
+ "alternativeText",
17
+ "annotations",
18
+ "displayTransformability",
19
+ "highContrastDisplay",
20
+ "index",
21
+ "largePrint",
22
+ "longDescription",
23
+ "structuralNavigation",
24
+ "tableOfContents"
25
+ ],
26
+ "accessibilityHazard": "none",
27
+ "accessibilityAPI": "ARIA",
28
+ "accessibilityControl": [
29
+ "fullKeyboardControl",
30
+ "fullMouseControl",
31
+ "fullTouchControl"
32
+ ],
33
+ "accessMode": [
34
+ "textOnVisual",
35
+ "textual",
36
+ "visual"
37
+ ],
38
+ "accessModeSufficient": [
39
+ "textual",
40
+ "visual"
41
+ ],
42
+ "accessibilitySummary": "{{page.description}}"
43
+ }
44
+
45
+ </script>
@@ -0,0 +1,78 @@
1
+ <script>
2
+ (function (a, b, c) {
3
+ var d = a.history,
4
+ e = document,
5
+ f = navigator || {},
6
+ g = localStorage,
7
+ h = encodeURIComponent,
8
+ i = d.pushState,
9
+ k = function () {
10
+ return Math.random().toString(36)
11
+ },
12
+ l = function () {
13
+ return g.cid || (g.cid = k()), g.cid
14
+ },
15
+ m = function (r) {
16
+ var s = [];
17
+ for (var t in r)
18
+ r.hasOwnProperty(t) && void 0 !== r[t] && s.push(h(t) + "=" + h(r[t]));
19
+ return s.join("&")
20
+ },
21
+ n = function (r, s, t, u, v, w, x) {
22
+ var z = "https://www.google-analytics.com/collect",
23
+ A = m({
24
+ v: "1",
25
+ ds: "web",
26
+ aip: c.anonymizeIp ? 1 : void 0,
27
+ tid: b,
28
+ cid: l(),
29
+ t: r || "pageview",
30
+ sd: c.colorDepth && screen.colorDepth ? screen.colorDepth + "-bits" : void 0,
31
+ dr: e.referrer ||
32
+ void 0,
33
+ dt: e.title,
34
+ dl: e.location.origin + e.location.pathname + e.location.search,
35
+ ul: c.language ?
36
+ (f.language || "").toLowerCase() : void 0,
37
+ de: c.characterSet ? e.characterSet : void 0,
38
+ sr: c.screenSize ? (a.screen || {}).width + "x" + (a.screen || {}).height : void 0,
39
+ vp: c.screenSize &&
40
+ a.visualViewport ? (a.visualViewport || {}).width + "x" + (a.visualViewport || {}).height : void 0,
41
+ ec: s || void 0,
42
+ ea: t || void 0,
43
+ el: u || void 0,
44
+ ev: v || void 0,
45
+ exd: w || void 0,
46
+ exf: "undefined" != typeof x &&
47
+ !1 == !!x ? 0 : void 0
48
+ });
49
+ if (f.sendBeacon) f.sendBeacon(z, A);
50
+ else {
51
+ var y = new XMLHttpRequest;
52
+ y.open("POST", z, !0), y.send(A)
53
+ }
54
+ };
55
+ d.pushState = function (r) {
56
+ return "function" == typeof d.onpushstate &&
57
+ d.onpushstate({
58
+ state: r
59
+ }), setTimeout(n, c.delay || 10), i.apply(d, arguments)
60
+ }, n(),
61
+ a.ma = {
62
+ trackEvent: function o(r, s, t, u) {
63
+ return n("event", r, s, t, u)
64
+ },
65
+ trackException: function q(r, s) {
66
+ return n("exception", null, null, null, null, r, s)
67
+ }
68
+ }
69
+ })
70
+ (window, "{{ site.google-analytics.code }}", {
71
+ anonymizeIp: true,
72
+ colorDepth: true,
73
+ characterSet: true,
74
+ screenSize: true,
75
+ language: true
76
+ });
77
+
78
+ </script>
@@ -0,0 +1,4 @@
1
+ {% comment %}
2
+ <style>
3
+ </style>
4
+ {% endcomment %}
@@ -0,0 +1 @@
1
+ <title>{{page.title}}</title>