jekyll-cessda-docs 0.1.4.pre.1fcdb0640eb6250329fe6a54e2e87b8c9b6fb66d → 0.1.6.pre.e71a8a82b8fdef1207d191f295882b595bef3596

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/_includes/head.html +3 -3
  4. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b15334f6c9a56581137a035a321bc6fb0d7a41d6c0b1d8393b081718abdb1c54
4
- data.tar.gz: 600b518c17c77d754db86ceeba9a8c352a744ae0e36250848e2e2fa8024f9f08
3
+ metadata.gz: 1d02bc16ae5947e9683f22509ce7511f3f3f3cfa4574a0f4ae245e74cf1231ae
4
+ data.tar.gz: 883c5e4a999bf4fb7d04d6d46934d6d9bd4573b38cedd17880196085a20695d3
5
5
  SHA512:
6
- metadata.gz: 6ef436fe4e037a5e60f16bea754223244e4c3044c8940303af9b91848d84269b481cb5b306e6b8759613d527a87444409abd1a4d87afe394c6539d0aa080754a
7
- data.tar.gz: 5db5eb6287f319ef9a6446eefa92e28e992356ceebaccb8f8d6cd94ec127b64d4546b5c3ea9cd9dab510792ebbde02987b406415d66f4b4da301ede29e3a2788
6
+ metadata.gz: 81c77948e8704a854f10313ce2be7fd21f6d8e60a80ac75ac1333078377cea38b8d6789c58e734bcf5d840ab9ee3ebb37867d84e128219a0e347d0b1fd2dc724
7
+ data.tar.gz: efe15c5735312af976eb4f3b95fe7fe7f8a6b0489f6495c42d7d8d725bc43b79aa318ee53cca9ed5f203db2ec9d5a5a86c06ed87041d6d7c64e78c8e2bab47ce
data/README.md CHANGED
@@ -45,6 +45,8 @@ Or install it yourself as:
45
45
  gem install jekyll-cessda-docs
46
46
  ```
47
47
 
48
+ See the [CESSDA documentation](https://docs.tech.cessda.eu/platform/documentation_tooling.html) for more details.
49
+
48
50
  ## Development
49
51
 
50
52
  To set up your environment to develop this theme, run `bundle install`.
@@ -26,7 +26,7 @@
26
26
 
27
27
  {% endif %}
28
28
 
29
- {% if site.search_enabled != false %}
29
+ {% if site.search_enabled == true %}
30
30
  <script type="text/javascript" src="{{ '/assets/js/vendor/lunr.min.js' | relative_url }}"></script>
31
31
  {% endif %}
32
32
  <script type="text/javascript" src="{{ '/assets/js/just-the-docs.js' | relative_url }}"></script>
@@ -36,7 +36,7 @@
36
36
  {% seo %}
37
37
 
38
38
  {% include head_custom.html %}
39
- {% if site.matomo != false %}
39
+ {% if site.matomo_siteid and site.matomo_siteid != "" and site.matomo_siteid != nil %}
40
40
  <!-- Matomo -->
41
41
  <script type="text/javascript">
42
42
  var _paq = window._paq = window._paq || [];
@@ -46,7 +46,7 @@
46
46
  (function() {
47
47
  var u="//analytics.cessda.eu/";
48
48
  _paq.push(['setTrackerUrl', u+'matomo.php']);
49
- _paq.push(['setSiteId', '5']);
49
+ _paq.push(['setSiteId', '{{ site.matomo_siteid }}']);
50
50
  var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
51
51
  g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
52
52
  })();
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-cessda-docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4.pre.1fcdb0640eb6250329fe6a54e2e87b8c9b6fb66d
4
+ version: 0.1.6.pre.e71a8a82b8fdef1207d191f295882b595bef3596
5
5
  platform: ruby
6
6
  authors:
7
7
  - openconcept
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-27 00:00:00.000000000 Z
11
+ date: 2020-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -111,7 +111,8 @@ files:
111
111
  homepage: https://cessda.eu
112
112
  licenses:
113
113
  - MIT
114
- metadata: {}
114
+ metadata:
115
+ documentation_uri: https://docs.tech.cessda.eu/platform/documentation_tooling.html
115
116
  post_install_message:
116
117
  rdoc_options: []
117
118
  require_paths:
@@ -130,5 +131,5 @@ requirements: []
130
131
  rubygems_version: 3.1.4
131
132
  signing_key:
132
133
  specification_version: 4
133
- summary: Chrome for CESSDA tech docs
134
+ summary: Jekyll theme for CESSDA documentation sites
134
135
  test_files: []