appscms-tools-theme 4.2.2 → 4.2.3
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/_data/feature/en/compress-pdf.json +1 -309
- data/_data/rating/rating.json +1 -1
- data/_includes/appscms/customblog/relatedposts.html +2 -2
- data/_includes/appscms/head/bloghead.html +7 -0
- data/_includes/appscms/head/head.html +9 -1
- data/_includes/appscms/headings/devtool-headings.html +38 -0
- data/_includes/appscms/home/devtool-feature-boxes.html +71 -0
- data/_includes/appscms/navbars/devtool-navbar.html +50 -0
- data/_includes/appscms/navbars/devtool-toolbar.html +100 -0
- data/_includes/appscms/searchbar/devtool-searchbar.html +63 -0
- data/_includes/customblog/pageRelatedPosts.html +1 -1
- data/_includes/customblog/recentposts.html +1 -1
- data/_includes/customblog/relatedBlogs.html +1 -1
- data/_includes/customblog/relatedposts.html +2 -2
- data/_includes/postbox.html +1 -1
- data/_includes/section/recent_posts.html +1 -1
- data/_includes/section/related_categories_post.html +2 -2
- data/_layouts/appscms-author.html +2 -2
- data/_layouts/appscms-blog.html +1 -1
- data/_layouts/author.html +2 -2
- data/_layouts/blog-1.html +1 -1
- data/_layouts/blog.html +1 -1
- data/_layouts/devtool-blog.html +132 -0
- data/_layouts/devtool-feature.html +55 -0
- data/_layouts/devtool-home.html +54 -0
- data/_layouts/devtools.html +1 -1
- data/assets/css/appscms-blog.css +1 -0
- data/assets/css/appscms-contenttool.css +1 -0
- data/assets/css/appscms-theme.css +1 -0
- data/assets/css/blog.css +1 -0
- data/assets/css/devtool-main.css +1351 -0
- metadata +12 -3
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appscms-tools-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vivek-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01-
|
|
11
|
+
date: 2024-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -128,17 +128,22 @@ files:
|
|
|
128
128
|
- _includes/appscms/head/bloghead.html
|
|
129
129
|
- _includes/appscms/head/head.html
|
|
130
130
|
- _includes/appscms/headings/contenttool-headings.html
|
|
131
|
+
- _includes/appscms/headings/devtool-headings.html
|
|
131
132
|
- _includes/appscms/headings/headings.html
|
|
132
133
|
- _includes/appscms/home/contenttool-feature-boxes.html
|
|
134
|
+
- _includes/appscms/home/devtool-feature-boxes.html
|
|
133
135
|
- _includes/appscms/home/feature-boxes.html
|
|
134
136
|
- _includes/appscms/howto/howto.html
|
|
135
137
|
- _includes/appscms/infographics/infographics.html
|
|
136
138
|
- _includes/appscms/loaders/loader.html
|
|
139
|
+
- _includes/appscms/navbars/devtool-navbar.html
|
|
140
|
+
- _includes/appscms/navbars/devtool-toolbar.html
|
|
137
141
|
- _includes/appscms/navbars/navbar.html
|
|
138
142
|
- _includes/appscms/navbars/toolbar.html
|
|
139
143
|
- _includes/appscms/recent-posts/recent_posts.html
|
|
140
144
|
- _includes/appscms/recent-posts/related_categories_post.html
|
|
141
145
|
- _includes/appscms/scripts/script.html
|
|
146
|
+
- _includes/appscms/searchbar/devtool-searchbar.html
|
|
142
147
|
- _includes/appscms/searchbar/searchbar.html
|
|
143
148
|
- _includes/appscms/uploadbutton/uploadbutton.html
|
|
144
149
|
- _includes/author_bio.html
|
|
@@ -218,6 +223,9 @@ files:
|
|
|
218
223
|
- _layouts/contenttool-feature.html
|
|
219
224
|
- _layouts/contenttool-home.html
|
|
220
225
|
- _layouts/default.html
|
|
226
|
+
- _layouts/devtool-blog.html
|
|
227
|
+
- _layouts/devtool-feature.html
|
|
228
|
+
- _layouts/devtool-home.html
|
|
221
229
|
- _layouts/devtools.html
|
|
222
230
|
- _layouts/disclaimer.html
|
|
223
231
|
- _layouts/download.html
|
|
@@ -259,6 +267,7 @@ files:
|
|
|
259
267
|
- assets/css/bootstrap.min.css
|
|
260
268
|
- assets/css/calculators.css
|
|
261
269
|
- assets/css/common.css
|
|
270
|
+
- assets/css/devtool-main.css
|
|
262
271
|
- assets/css/devtools.css
|
|
263
272
|
- assets/css/feature-1.css
|
|
264
273
|
- assets/css/filecomparison.css
|
|
@@ -596,7 +605,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
596
605
|
- !ruby/object:Gem::Version
|
|
597
606
|
version: '0'
|
|
598
607
|
requirements: []
|
|
599
|
-
rubygems_version: 3.
|
|
608
|
+
rubygems_version: 3.4.10
|
|
600
609
|
signing_key:
|
|
601
610
|
specification_version: 4
|
|
602
611
|
summary: Appscms theme for all tools
|