jekyll-theme-centos 2.51.1.beta.84 → 2.51.1.beta.85
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 +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: baf084e1242b93d9a974cf7b74126e39f86ccbd2b13efadba1541448c9596e80
|
4
|
+
data.tar.gz: 7c3cffdf96b01b9bfd19b86ca4785cb1b827f8f80c792b533e697a9fce863459
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88d1bb5640eb433dfe7cf353e99b23a7524258bbcde1f9714e76b5c97aa16d85a370894da17fcc58c58c7789a6f4b236289d43254f9b066de51c6c9a9bb84ddd
|
7
|
+
data.tar.gz: af96f0ddc333bcc274e700fef0830ee341b9decfc48a6f3467a8e4d8949012978b2cd40bc0a1515bcfed2559c5f358cc068830cca44e724fc73756a52c195214
|
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
|