jekyll-theme-centos 2.51.1.beta.84 → 2.51.1.beta.86
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +4 -10
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1b36dcc2d9bbc313e3c9c86d4f5262efb242bc1f5dcfc4ec7e270f953bfb52f
|
4
|
+
data.tar.gz: 32994d21903891d3754ae5f195998733745275f6b75e98c5da22ef879e4ad825
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '009fe4a52c99e778264020f64be00a0658afc129924b8031a1585adfd1090c600bebb159782032055d7652bd6a27a6990b8d9211304df62812491015165e6b09'
|
7
|
+
data.tar.gz: 479f6f1eed15223448e371d996f124fad2e743e28f6bd859e2ea6b826050508b773d1595eec6ccc17cc1246b314c58ae6653986869bd51bb36c841aa6cff5a65
|
data/_config.yml
CHANGED
@@ -37,12 +37,7 @@ theme: "jekyll-theme-centos"
|
|
37
37
|
# consistency purposes, the value of this variable is overriden each time the
|
38
38
|
# pipeline runs using the value of ${CI_PROJECT_NAME##jekyll-theme-centos-}
|
39
39
|
# variable.
|
40
|
-
component_data_dirname: ""
|
41
|
-
|
42
|
-
# site.component_data_navbar - Set the name of the navbar data file. For
|
43
|
-
# example, if the navbar file is at `_data/base/navbar.yml', the value you need
|
44
|
-
# to provide here is `navbar', without the extension.
|
45
|
-
component_data_navbar: "navbar"
|
40
|
+
#component_data_dirname: ""
|
46
41
|
|
47
42
|
# site.defaults - Set global default values.
|
48
43
|
defaults:
|
@@ -53,13 +48,12 @@ defaults:
|
|
53
48
|
# ----------------------------------------------------------------
|
54
49
|
# Nav
|
55
50
|
# ----------------------------------------------------------------
|
56
|
-
|
57
|
-
with_manifestation: ""
|
51
|
+
with_navbar: true
|
58
52
|
# ----------------------------------------------------------------
|
59
53
|
# Header
|
60
54
|
# ----------------------------------------------------------------
|
61
|
-
with_breakingnews:
|
62
|
-
with_announcements:
|
55
|
+
with_breakingnews: false
|
56
|
+
with_announcements: false
|
63
57
|
with_motif: "centos-motif.png"
|
64
58
|
with_title: true
|
65
59
|
with_preamble: true
|