jekyll-cessda-docs 0.1.7 → 0.1.8.pre.d83ed94d3f7a697ed5b8224a5538c97f35dcb7ac
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.
- checksums.yaml +4 -4
- data/_config.yml +2 -0
- data/_layouts/default.html +5 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 683a220dd6c526145499e2e03c3a928cece37790d23638b03a844cf984d12a93
|
4
|
+
data.tar.gz: 8c51d45c81e3d5e4dd0d84962eb4d2e7a88d74c5230e3f4f49fcdbbb3c1ed324
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c55bb831ae7625b10825e462c5030ceae3f150213232b163fa23adfc14ed16320ac2ef070a19b8615c39cb7c06284b07ad92f45cf4a4e6b57273d589ff820e4
|
7
|
+
data.tar.gz: bf282e45f3e6ac59858d53383e3656dc45611a32bbb26352617f35d66deed4394b69a18a3bdb1da24efa64aab1e13803991a0893500c2cc85654ba7129ebb1bc
|
data/_config.yml
CHANGED
@@ -1,10 +1,12 @@
|
|
1
1
|
# CESSDA Technical Guidelines
|
2
2
|
---
|
3
3
|
# If you make changes here, you need to restart Jekyll to apply them
|
4
|
+
# Add url to service being documented using serviceurl. Otherwise logo/title will link to documentation start page
|
4
5
|
title: CESSDA Technical Guidelines
|
5
6
|
baseurl: /
|
6
7
|
logo: assets/CESSDA.png
|
7
8
|
color_scheme: light
|
9
|
+
serviceurl:
|
8
10
|
|
9
11
|
# Theme
|
10
12
|
#theme: just-the-docs
|
data/_layouts/default.html
CHANGED
@@ -47,7 +47,11 @@ layout: table_wrappers
|
|
47
47
|
<div class="maincont">
|
48
48
|
<div class="side-bar">
|
49
49
|
<div class="site-header">
|
50
|
-
<a href="{
|
50
|
+
<a href="{% if site.serviceurl %}
|
51
|
+
{{ site.serviceurl }}
|
52
|
+
{% else %}
|
53
|
+
{{ '/' | absolute_url }}
|
54
|
+
{% endif %}" class="site-title lh-tight">{% include title.html %}</a>
|
51
55
|
<a href="#" id="menu-button" class="site-button">
|
52
56
|
<svg viewBox="0 0 24 24" class="icon"><use xlink:href="#svg-menu"></use></svg>
|
53
57
|
</a>
|
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
|
+
version: 0.1.8.pre.d83ed94d3f7a697ed5b8224a5538c97f35dcb7ac
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- openconcept
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -124,9 +124,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
124
124
|
version: '0'
|
125
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
126
126
|
requirements:
|
127
|
-
- - "
|
127
|
+
- - ">"
|
128
128
|
- !ruby/object:Gem::Version
|
129
|
-
version:
|
129
|
+
version: 1.3.1
|
130
130
|
requirements: []
|
131
131
|
rubygems_version: 3.1.6
|
132
132
|
signing_key:
|