jekyll-theme-consulting 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d4a5dcc068a54eccdf64747b6b7913030f5981f215d1c64fd8a94cec554b2dfc
4
- data.tar.gz: 0403cfce257bb9433128efa0eda9d83f49e5134b9ddf1147d53bfd6841179214
3
+ metadata.gz: 3a0da9226ba0e013b1f87fd0988ceb14e9e792366a2004fd3f55957ffd6faa0e
4
+ data.tar.gz: fa1b6e826f3b211bf40c8466fe6c4e534e2134837bfdc8f57308d9b600eebdab
5
5
  SHA512:
6
- metadata.gz: 4d3d828c5e9bfbfab761139025c4ce3ef148c7ef5444eebd1a58ea00de91d973e7fc01739dd52a5354236c774d4f00a822bf204aa5530c318a2840622ffb343c
7
- data.tar.gz: '08c55b401bc83056ccd5495d9a30d9581dfbddd33bd1cecdd0cff9734d326a31809ac65116c98d0553460d458a26631655cea736a2cfd8defb77c6da5bd5bf0c'
6
+ metadata.gz: 567980a5019bf5755399a6b23532129f09693c3c13cd015926c54485c26bbc035cbb4a0c699912166374ffd654b0a6e91c715d4deb51114a861fafdb7315aee5
7
+ data.tar.gz: 58daed346b0e5a5ea8d90785d37d26e128e5d5639f13dfef9a581a62c7b56d698941584cb853795a1f49cd8a3b91a87676169748082f2b5cd9ae0bc4a0e2162c
data/_layouts/index.html CHANGED
@@ -1,5 +1,4 @@
1
1
  ---
2
- layout: index
3
2
  permalink: /index.json
4
3
  ---
5
4
 
@@ -1,4 +1,5 @@
1
1
  ---
2
+ permalink: /robots.txt
2
3
  ---
3
4
  User-agent: *
4
5
  Allow: /
@@ -1,5 +1,4 @@
1
1
  ---
2
- layout: sitemap
3
2
  permalink: /sitemap.xml
4
3
  ---
5
4
  {% assign posts=site.posts | sort: 'lang' %}
@@ -57,6 +57,7 @@
57
57
  justify-content: space-between;
58
58
 
59
59
  > * {
60
+ flex: 0;
60
61
  border-bottom: 0;
61
62
  margin: 0;
62
63
  padding: 0 $pad 0 $pad;
@@ -71,17 +72,22 @@
71
72
  }
72
73
  }
73
74
 
75
+ > #menu {
76
+ flex: 1;
77
+ }
78
+
74
79
  > #results {
75
- max-height: 30%;
80
+ top: 0;
81
+ flex: 1;
76
82
  overflow-y: auto;
83
+ padding-left: 4em;
77
84
  }
78
85
 
79
86
  > .alt {
80
87
  background-color: darken(_palette(bg-alt), 2);
81
88
  border-bottom: solid 2px _palette(border);
82
- margin: ($pad * -1) 0 ($pad * 2) ($pad * -1);
89
+ margin: ($pad * -1) 0 0 ($pad * -1);
83
90
  padding: $pad;
84
- width: calc(100% + $pad);
85
91
  }
86
92
  }
87
93
 
data/en/privacy-policy.md CHANGED
@@ -60,7 +60,6 @@ header:
60
60
  </header>
61
61
  <p>We are not responsible for the privacy policies on the above mentioned third parties. You should be aware that the privacy policies of these websites may differ from our own.</p>
62
62
  <p>Third parties may use cookies, scripts and/or web beacons to track visitors' activities on this website in order to display advertisements and other useful information. Such tracking is done directly by the third parties through their own servers and is subject to their own privacy policies. This website has no access or control over these cookies, scripts and/or web beacons that may be used by third parties.</p>
63
- <
64
63
  <p>Learn how to <a href="http://www.google.com/privacy_ads.html">opt out of Google’s cookie usage</a>.</p>
65
64
  </section>
66
65
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-consulting
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Mougeolle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-06 00:00:00.000000000 Z
11
+ date: 2019-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -97,6 +97,7 @@ files:
97
97
  - _layouts/page.html
98
98
  - _layouts/post.html
99
99
  - _layouts/redirect.html
100
+ - _layouts/robots.html
100
101
  - _layouts/sitemap.html
101
102
  - _sass/base/_page.scss
102
103
  - _sass/base/_reset.scss
@@ -203,7 +204,6 @@ files:
203
204
  - assets/webfonts/fa-solid-900.woff
204
205
  - assets/webfonts/fa-solid-900.woff2
205
206
  - en/privacy-policy.md
206
- - robots.txt
207
207
  - sitemap.md
208
208
  homepage: https://github.com/moodule/jekyll-theme-consulting
209
209
  licenses: