jekyll-theme-centos 2.51.1.beta.91 → 2.51.1.beta.94
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 +10 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d00334497c4c4615796fa074e49d2d518df4f46ca3189b2ebfc596de8afbd9b1
|
|
4
|
+
data.tar.gz: b7b0d18055c48d4e15e69c5ee0624aa1ac75d239237445c12fd818220da5b399
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86d7c2124f8dcde1d7ddfd05e333c281d18be843049a9593e3745bca0d2533b1886bd627d92d68db9e6fa7cc7e0ea2559cafecde8c7b71d0b5935fa199aaa9d1
|
|
7
|
+
data.tar.gz: 7b61cc8c5cae058c7c48c6b1ec245c2d765ebd30cbdade66dff58433bca81d877271482d77d57a29091815edad30becee8a9af9f98e2541d56ae1034b969fc2e
|
data/_config.yml
CHANGED
|
@@ -26,6 +26,15 @@ title: ""
|
|
|
26
26
|
# CI_PROJECT_DESCRIPTION variable.
|
|
27
27
|
description: ""
|
|
28
28
|
|
|
29
|
+
# site.url -- The domain URL (without trailing slash) where the site is
|
|
30
|
+
# published.
|
|
31
|
+
url: ""
|
|
32
|
+
|
|
33
|
+
# site.baseurl -- The path (without trailing slash) appended to site.url
|
|
34
|
+
# variable where the site is published. Useful when publishing on GitLab Pages
|
|
35
|
+
# or similar services.
|
|
36
|
+
baseurl: ""
|
|
37
|
+
|
|
29
38
|
# site.theme - Set theme name. The theme versions are controlled using
|
|
30
39
|
# jekyll-theme-centos container images. These images are versioned and provide
|
|
31
40
|
# all you need to build jekyll sites with jekyll-theme-centos.
|
|
@@ -52,6 +61,7 @@ defaults:
|
|
|
52
61
|
# ----------------------------------------------------------------
|
|
53
62
|
# Header
|
|
54
63
|
# ----------------------------------------------------------------
|
|
64
|
+
with_ogp: true
|
|
55
65
|
with_breakingnews: false
|
|
56
66
|
with_announcements: false
|
|
57
67
|
with_motif: "centos-motif.png"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-centos
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.51.1.beta.
|
|
4
|
+
version: 2.51.1.beta.94
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ReleaseBot
|
|
@@ -44,7 +44,7 @@ dependencies:
|
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: 2.4.0
|
|
46
46
|
email:
|
|
47
|
-
-
|
|
47
|
+
- group_58921183_bot_8510b9fd6d8745d31226ea02f80752b9@noreply.gitlab.com
|
|
48
48
|
executables: []
|
|
49
49
|
extensions: []
|
|
50
50
|
extra_rdoc_files: []
|