kcc-gem-theme 0.4.4 → 0.4.5
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/README.md +2 -0
- data/_includes/head.html +1 -1
- data/_includes/scripts/kcc-theme.html +1 -1
- data/assets/js/theme/dist/{kcc-theme.5289a02005c9c97c90cd.bundle.js → kcc-theme.bundle.js} +0 -0
- metadata +2 -4
- data/_data/theme_cache_bust_css.yml +0 -1
- data/_data/theme_hash.yml +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee28d68549c32a48e997b0a4537e271338c853547556561a795270aec6a92285
|
4
|
+
data.tar.gz: a5795366b35a03ee7f5b925c7e420e50ead13003d1f9af68f656ab6bb8077e98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b47819e6c3156e76f9d08ef3ddef8971bb42536077fd09f90c926ac0f68e5b875b83d0960d8ffecce8dd8c5f4d16ac3aa54537a547b56e2b7ae1297b02109dc2
|
7
|
+
data.tar.gz: 5411ed13b3515ba0cd85199785b16c8a73b35aa48c7cb3ee3f211afeb2855c80a65d08f700a14bfe8390f585b31614b231485c3b4f69cfda1bcbbd27085dc099
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# kcc-gem-theme
|
2
2
|
|
3
|
+
[](https://badge.fury.io/rb/kcc-gem-theme)
|
4
|
+
|
3
5
|
A Jekyll theme for new KCC starts. This theme has the `_layouts`, `_includes`, & `assets/*` (CSS, JS, images).
|
4
6
|
|
5
7
|
This theme's GitHub repo has all the Gulp, npm, & Webpack dependancies included to compile & view it in a browser, just like our normal sites.
|
data/_includes/head.html
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
<!-- Custom CSS Stylesheet -->
|
18
18
|
<link rel="icon" type="image/x-icon" href="{{page.baseurl}}favicon.ico" />
|
19
19
|
<!-- Custom CSS for the KCC Theme -->
|
20
|
-
<link rel="stylesheet" href="{{page.baseurl}}assets/css/kcc-theme.css{% if site.data.theme_cache_bust_css %}?version={{ site.data.theme_cache_bust_css | truncate: 32, '' }}{% endif %}">
|
20
|
+
<link rel="stylesheet" href="{{page.baseurl}}assets/css/kcc-theme.css{% comment %}{% if site.data.theme_cache_bust_css %}?version={{ site.data.theme_cache_bust_css | truncate: 32, '' }}{% endif %}{% endcomment %}">
|
21
21
|
<!-- Custom CSS stylesheet specific to this site -->
|
22
22
|
{% include styles/main.html %}
|
23
23
|
<!-- Custom CSS Stylesheet for CloudCannon -->
|
@@ -1,2 +1,2 @@
|
|
1
1
|
<!-- custom compiled and minified javascript -->
|
2
|
-
<script src="{{page.baseurl}}assets/js/theme/dist/kcc-theme.{% if site.data.theme_hash %}{{ site.data.theme_hash }}.{% endif %}bundle.js"></script>
|
2
|
+
<script src="{{page.baseurl}}assets/js/theme/dist/kcc-theme.{% comment %}{% if site.data.theme_hash %}{{ site.data.theme_hash }}.{% endif %}{% endcomment %}bundle.js"></script>
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kcc-gem-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
@@ -61,8 +61,6 @@ extra_rdoc_files: []
|
|
61
61
|
files:
|
62
62
|
- LICENSE.txt
|
63
63
|
- README.md
|
64
|
-
- _data/theme_cache_bust_css.yml
|
65
|
-
- _data/theme_hash.yml
|
66
64
|
- _includes/foot.html
|
67
65
|
- _includes/footer.html
|
68
66
|
- _includes/google-noscript-wrapper.html
|
@@ -110,7 +108,7 @@ files:
|
|
110
108
|
- assets/img/volleyball.svg
|
111
109
|
- assets/img/youtube-white.svg
|
112
110
|
- assets/img/yt-loading.png
|
113
|
-
- assets/js/theme/dist/kcc-theme.
|
111
|
+
- assets/js/theme/dist/kcc-theme.bundle.js
|
114
112
|
- assets/js/theme/script/all.js
|
115
113
|
- assets/js/theme/script/babelTest.js
|
116
114
|
- assets/js/theme/script/footerDate.js
|
@@ -1 +0,0 @@
|
|
1
|
-
796981f96c26c2507a30709f56f53598 ../assets/scss/kcc-theme.css
|
data/_data/theme_hash.yml
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
5289a02005c9c97c90cd
|