appscms-tools-theme 1.6.3 → 1.6.4
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/_includes/authors/authors.html +39 -22
- data/_includes/custom-head.html +2 -1
- data/_includes/languages/languages.html +1 -1
- data/_layouts/blog.html +2 -2
- data/_layouts/post.html +2 -2
- data/assets/css/tools.css +2 -1
- 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: c7aaf68449f674c7bf02c5435ee9e549056a3a5b50f3f48def9b1200cd991abd
|
|
4
|
+
data.tar.gz: 077c14910c6a1a2fd4430d65769c3134faa3f40baf121a7cb2b5decded5ca394
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 653b856bd3fe679a261c91b50a3556011a78037754c80ebea18d4f6974f26af2fed6a706dd4a3091003feca92eee36d40a28a4368bedc76eaa81d9761799763d
|
|
7
|
+
data.tar.gz: ef70e1cda0efd3c3c6c6b56d419a9052f920d85acb5ce4b8df283ea8e66dfa5a9061733793fc3e4412cb1323a967452035be89beb7c232e61eb242bf473aafa7
|
|
@@ -1,27 +1,44 @@
|
|
|
1
|
-
{% assign ankita = "Ankita&&/assets/images/Ankita.webp&&Ankita has majored in Applied Communication studies, with over 4
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
{% assign ankita = "Ankita&&/assets/images/Ankita.webp&&Ankita has majored in Applied Communication studies, with over 4
|
|
2
|
+
years of experience content writing. She is an expert at word games and freqently shares her thoughts on word games, and
|
|
3
|
+
many other topics.&&https://twitter.com/roy93anki" | split: '&&' %}
|
|
4
|
+
{% assign keshav = "Keshav Agarwal&&/assets/images/keshav.webp&&Keshav Agarwal is an aspiring Android developer with
|
|
5
|
+
keen interest in computers, technology and development. He also has a knack of writing and loves to share his knowledge
|
|
6
|
+
with the help of his posts.&&https://mobile.twitter.com/KeshavA76099697" | split: '&&' %}
|
|
7
|
+
{% assign anushka = "Anushka Guha&&/assets/images/Anushka.webp&&Anushka is an aspiring Instrumentation engineer who
|
|
8
|
+
thrives on good music, books and travelling. She has been creating content on all of this and often shares her thoughts
|
|
9
|
+
on the technicalities behind various file formats and their processing.
|
|
4
10
|
&&https://twitter.com/its_anushka_" | split: '&&' %}
|
|
5
|
-
{% assign paavan = "Thandra Paavan Kumar&&/assets/images/paavan.webp&&Paavan Kumar is an enthusiastic nanotech engineer
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
{% assign
|
|
11
|
+
{% assign paavan = "Thandra Paavan Kumar&&/assets/images/paavan.webp&&Paavan Kumar is an enthusiastic nanotech engineer
|
|
12
|
+
who has a keen intererst in micro and nano science with a good sense of content creation on diverse topics and often
|
|
13
|
+
shares his thoughts and helps those he can. He have a knack of writing essays,stories and
|
|
14
|
+
poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
|
|
15
|
+
{% assign thandra = "Thandra Paavan Kumar&&/assets/images/paavan.webp&&Paavan Kumar is an enthusiastic nanotech engineer
|
|
16
|
+
who has a keen intererst in micro and nano science with a good sense of content creation on diverse topics and often
|
|
17
|
+
shares his thoughts and helps those he can. He have a knack of writing essays,stories and
|
|
18
|
+
poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
|
|
19
|
+
{% assign arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.webp&&Arjyahi is an aspiring Civil engineer who loves
|
|
20
|
+
photography, music, books and philosophy. She also loves nature and animals. She enjoys reading and sharing information
|
|
21
|
+
on various topics involving her knacks.&&https://twitter.com/arjyahi" | split: '&&' %}
|
|
22
|
+
{% assign nikita = "Nikita Gupta&&/assets/images/Nikita.webp&&Nikita is an aspiring MBA graduate, who loves creating
|
|
23
|
+
content. She loves reading and watching anime. She is into other languages and currently learning Spanish, French and
|
|
24
|
+
Japanese. Her favourite timepass is solving sudokus. &&N/A" | split: '&&' %}
|
|
25
|
+
{% assign alka = "Alka Bisht&&/assets/images/Alka.webp&&Alka Bisht is an experienced content writer with a penchnat for
|
|
26
|
+
writing compellinmg content within technical and non- technical areas. As a content writer her goals include providing
|
|
27
|
+
the best content throughout her writing journey.&&N/A" | split: '&&' %}
|
|
10
28
|
{%- assign postAuthor = post.author | split: " " -%}
|
|
11
29
|
{%- assign author = postAuthor.first | downcase -%}
|
|
12
30
|
{%- assign collection = [author] -%}
|
|
13
31
|
{%- for item in collection -%}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
{%- endfor -%}
|
|
27
|
-
|
|
32
|
+
{%- if forloop.index==1 -%}
|
|
33
|
+
{%- assign authorName = item -%}
|
|
34
|
+
{%- endif -%}
|
|
35
|
+
{%- if forloop.index==2 -%}
|
|
36
|
+
{%- assign image = item -%}
|
|
37
|
+
{%- endif -%}
|
|
38
|
+
{%- if forloop.index==3 -%}
|
|
39
|
+
{%- assign bio = item -%}
|
|
40
|
+
{%- endif -%}
|
|
41
|
+
{%- if forloop.index==4 -%}
|
|
42
|
+
{%- assign twitter = item -%}
|
|
43
|
+
{%- endif -%}
|
|
44
|
+
{%- endfor -%}
|
data/_includes/custom-head.html
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
<head>
|
|
2
2
|
{% assign favicon = site.favicon %} {%- assign seo_description =
|
|
3
|
-
page.description | default: page.
|
|
3
|
+
page.description | default: page.content | markdownify | strip_html |
|
|
4
|
+
truncatewords: 50 | default: page.excerpt | default: site.description -%} {%-
|
|
4
5
|
if seo_description -%} {%- assign seo_description = seo_description |
|
|
5
6
|
markdownify | strip_html | strip_newlines | escape_once -%} {%- endif -%} {%-
|
|
6
7
|
if page.date -%} {%- assign og_type = "article" -%} {%- else -%} {%- assign
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{%- assign matchurls
|
|
2
|
-
="id&&ms-MY&&da&&de&&en&&es&&fr&&it&&nl&&nb&&pl&&pt&&sv&&vi&&tr&&ru&&uk&&ar&&hi&&th&&ko&&ja&&zh&&zh-TW"
|
|
2
|
+
="id&&ms-MY&&da&&de&&en&&es&&fr&&it&&nl&&nb&&pl&&pt&&sv&&vi&&tr&&ru&&uk&&ar&&hi&&th&&ko&&ja&&zh&&zh-TW&&zh-tw"
|
|
3
3
|
| split: '&&' -%}
|
|
4
4
|
{% assign id = "id&&Bahasa Indonesia" | split: '&&' %}
|
|
5
5
|
{% assign ms-MY = "ms-MY&&Bahasa Malaysia" | split: '&&' %}
|
data/_layouts/blog.html
CHANGED
data/_layouts/post.html
CHANGED
data/assets/css/tools.css
CHANGED
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: 1.6.
|
|
4
|
+
version: 1.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vivek-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-12-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|