appscms-tools-theme 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f5f9f275cdcd6ae5dc7a18c536eb04b2b00c50075711404beffb57d51cf3d18
4
- data.tar.gz: fa4ceb94a6da130e0bf401e52028673a89af85957828121b9fcdaf0be3ecbbf8
3
+ metadata.gz: 5b892f5271cd82b130a4badb5d7fdfa9b959d41fbe9cf443956bdb7a997c71c0
4
+ data.tar.gz: 6f08b1f9e9cb73e733194a4b22730ed3b83babf9329b02692d4c762e0d72ffa6
5
5
  SHA512:
6
- metadata.gz: 6e82173d027803b9a0b809f079f0aeb4e0860eb0758d2e30fc198fcb3bab3fb2253d9aa43d29e1f22868402acf81cc144bf139343d91279d1912c769d7ba70f3
7
- data.tar.gz: 4cf53074ca8ede2f2dc06bf84753beb8487a065afe4f4c7345915bbbb11a090dda3db42d5d61325095bb8760195069f782277890db01691fc58b27a88f2dd7e2
6
+ metadata.gz: 0eac66ef8ea01d97e0ffb90297e7dd9e662cb10caea8bcc3bc5a191b69335dbfdebdbafc2c171cca76490753560c7656f4e4d6bcecd0eb707acfb0d1d7be043c
7
+ data.tar.gz: f221dbbb1c9a7f3af8b5d42a6c7f0e5700225180a58f56e6633151eab5911896ce167dd21772fabde1fd8704d6a189ab6443a37f7b1d51a8a34ced8da2a26a88
@@ -6,6 +6,6 @@ ankita:
6
6
 
7
7
  nisha:
8
8
  name: Nisha
9
- image: /assets/images/avatar.png
9
+ image: /assets/images/logo.png
10
10
  bio: Author5 of Mediumish, a Bootstrap Medium styled template available for WordPress, HTML, Ghost and Jekyll. You are currently previewing Jekyll template demo.
11
11
  twitter: https://twitter.com/home
data/_data/blog/blog.yml CHANGED
@@ -1,3 +1,3 @@
1
1
  ---
2
2
  h1: Latest Posts from our Blog
3
- description: We are thought leaders in mobile app industry. Check out what our editors have written recently !
3
+ description: Check out what our editors have written recently !
@@ -1,12 +1,16 @@
1
+ {%- include /authors/authors.html -%}
1
2
  <div class="wrapfooter">
2
3
  <span class="author_image">
3
- <img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}" id="author_img">
4
+ <img class="author-thumb" src="{{ image }}" alt="{{ authorName}}" id="author_img">
4
5
  </span>
5
6
  <span class="author-meta">
6
7
  <span class="post-name">
7
- <a class="postName" target="_blank" href="{{author.twitter}}">{{author.name}}</a>
8
- <a class="btn_follow text-decoration-none" target="_blank" href="{{author.twitter}}">Follow</a>
8
+ <a class="postName" target="_blank" href="{{twitter}}">{{authorName}}</a>
9
+ {%- if twitter != 'N/A' -%}
10
+ <a class="btn_follow text-decoration-none" target="_blank" href="{{twitter}}">Follow</a>
11
+ {%- endif -%}
12
+
9
13
  </span><br>
10
- <span class="author_bio">{{author.bio}}</span>
14
+ <span class="author_bio">{{bio}}</span>
11
15
  </span>
12
16
  </div>
@@ -0,0 +1,25 @@
1
+ {% assign Ankita = "Ankita&&/assets/images/Ankita.png&&Ankita has majored in Applied Communication studies, with over 4 years of experience content writing. She is an expert at word games and freqently shares her thoughts on word games, and many other topics.&&https://twitter.com/roy93anki" | split: '&&' %}
2
+ {% assign Keshav = "Keshav Agarwal&&https://slack-imgs.com/?c=1&o1=ro&url=https%3A%2F%2Fca.slack-edge.com%2FT01CG7GK9FE-U01PFLLC58T-0d4cf04da467-512&&Keshav Agarwal is an aspiring Android developer with keen interest in computers, technology and development. He also has a knack of writing and loves to share his knowledge with the help of his posts.&&https://mobile.twitter.com/KeshavA76099697" | split: '&&' %}
3
+ {% assign Anushka = "Anushka Guha&&/assets/images/Anushka.jpg&&Anushka is an aspiring Instrumentation engineer who thrives on good music, books and travelling. She has been creating content on all of this and often shares her thoughts on the technicalities behind various file formats and their processing.
4
+ &&https://twitter.com/its_anushka_" | split: '&&' %}
5
+ {% assign Paavan = "Thandra Paavan Kumar&&https://pbs.twimg.com/profile_images/1389497839143718912/s1j65-oA_400x400.jpg&&Paavan Kumar is an enthusiastic nanotech engineer who has a keen intererst in micro and nano science with a good sense of content creation on diverse topics and often shares his thoughts and helps those he can. He have a knack of writing essays,stories and poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
6
+ {% assign Arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.jpeg&&Arjyahi is an aspiring Civil engineer who loves photography, music, books and philosophy. She also loves nature and animals. She enjoys reading and sharing information on various topics involving her knacks.&&https://twitter.com/arjyahi" | split: '&&' %}
7
+ {% assign Nikita = "Nikita Gupta&&/assets/images/Nikita.png&&Nikita is an aspiring MBA graduate, who loves creating content. She loves reading and watching anime. She is into other languages and currently learning Spanish, French and Japanese. Her favourite timepass is solving sudokus. &&N/A" | split: '&&' %}
8
+ {% assign Alka = "Alka Bisht&&/assets/images/Alka.jpg&&Alka Bisht is an experienced content writer with a penchnat for writing compellinmg content within technical and non- technical areas. As a content writer her goals include providing the best content throughout her writing journey.&&N/A" | split: '&&' %}
9
+ {%- assign author = post.author -%}
10
+ {%- assign collection = [author] -%}
11
+ {%- for item in collection -%}
12
+ {%- if forloop.index==1 -%}
13
+ {%- assign authorName = item -%}
14
+ {%- endif -%}
15
+ {%- if forloop.index==2 -%}
16
+ {%- assign image = item -%}
17
+ {%- endif -%}
18
+ {%- if forloop.index==3 -%}
19
+ {%- assign bio = item -%}
20
+ {%- endif -%}
21
+ {%- if forloop.index==4 -%}
22
+ {%- assign twitter = item -%}
23
+ {%- endif -%}
24
+ {%- endfor -%}
25
+
@@ -0,0 +1,17 @@
1
+ {%- assign author = page.author -%}
2
+ {%- assign collection = [author] -%}
3
+ {%- for item in collection -%}
4
+ {%- if forloop.index==1 -%}
5
+ {%- assign authorName = item -%}
6
+ {%- endif -%}
7
+ {%- if forloop.index==2 -%}
8
+ {%- assign image = item -%}
9
+ {%- endif -%}
10
+ {%- if forloop.index==3 -%}
11
+ {%- assign bio = item -%}
12
+ {%- endif -%}
13
+ {%- if forloop.index==4 -%}
14
+ {%- assign twitter = item -%}
15
+ {%- endif -%}
16
+ {%- endfor -%}
17
+
@@ -1,36 +1,36 @@
1
1
  <div class="container">
2
2
  <div class="relatedPosts">
3
-
3
+ {%- if site.posts -%}
4
4
  <h1 class="related_post_heading">Recent Posts</h1>
5
+ {%- endif -%}
5
6
  <div class="row">
6
- {% for recent in site.posts offset:1 limit:3 %}
7
- {% if recent.url != page.url %}
7
+ {% for post in site.posts offset:1 limit:3 %}
8
+ {% if post.url != page.url %}
9
+ {%- include /authors/authors.html -%}
8
10
  <div class="col-lg-4 col-md-6 mb-4 card-group">
9
11
  <div class="card h-100">
10
- <a href="{{ recent.url }}">
11
- <img src="{{ recent.image }}" class="card-img-top" alt="">
12
+ <a href="{{ post.url }}">
13
+ <img src="{{ post.image }}" class="card-img-top" alt="">
12
14
  </a>
13
15
  <div class="card-body">
14
- <a class="text-decoration-none text-dark" href="{{ recent.url }}" class="anchor_link">
15
- <h4 class="card-title mb-4 text-left">{{ recent.title }}</h4>
16
+ <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
17
+ <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
16
18
  </a>
17
19
  </div>
18
- {% assign author = site.data.blog.authors[recent.author] %}
19
20
  <div class="card-footer bg-white">
20
21
  <div class="wrapfooter">
21
- {% if recent.author %}
22
+ {% if post.author %}
22
23
  <span class="meta-footer-thumb">
23
- <img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}">
24
+ <img class="author-thumb" src="{{image}}" alt="{{ authorName }}">
24
25
  </span>
25
26
  {% endif %}
26
-
27
27
  <span class="author-meta">
28
- <span class="recent-name">
29
- <a target="_blank" href="/blog">{{recent.author}}</a>
28
+ <span class="post-name">
29
+ <a target="_blank" href="/blog">{{authorName}}</a>
30
30
  </span><br>
31
- <span class="post-date">{{recent.date | date_to_string }}</span>
31
+ <span class="post-date">{{post.date | date_to_string }}</span>
32
32
  </span>
33
- <span class="post-read-more"><a class="text-dark" href="{{ recent.url }}"
33
+ <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
34
34
  title="Read Story">Read More</a></span>
35
35
  </div>
36
36
  </div>
@@ -1,4 +1,5 @@
1
1
  <div class="container">
2
+
2
3
  <div class="relatedPosts">
3
4
 
4
5
  {%- if page.categories or page.tags-%}
@@ -11,6 +12,7 @@
11
12
 
12
13
  <div class="row">
13
14
  {% for post in site.posts %}
15
+ {%- include /authors/authors.html -%}
14
16
  {% assign sameTagCount = 0 %}
15
17
  {% assign commonTags = '' %}
16
18
 
@@ -38,18 +40,17 @@
38
40
  <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
39
41
  </a>
40
42
  </div>
41
- {% assign author = site.data.blog.authors[post.author] %}
42
43
  <div class="card-footer bg-white">
43
44
  <div class="wrapfooter">
44
45
  {% if post.author %}
45
46
  <span class="meta-footer-thumb">
46
- <img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}">
47
+ <img class="author-thumb" src="{{ image }}" alt="{{ authorName }}">
47
48
  </span>
48
49
  {% endif %}
49
50
 
50
51
  <span class="author-meta">
51
52
  <span class="post-name">
52
- <a target="_blank" href="/blog">{{post.author}}</a>
53
+ <a target="_blank" href="/blog">{{authorName}}</a>
53
54
  </span><br>
54
55
  <span class="post-date">{{post.date | date_to_string }}</span>
55
56
  </span>
@@ -1,9 +1,11 @@
1
+ {%- include /authors/authors.html -%}
1
2
  {% assign maxRelated = 1 %}
2
3
  {% assign minCommonTags = 1 %}
3
4
  {% assign maxRelatedCounter = 0 %}
4
5
 
5
6
 
6
7
  {% for post in site.posts %}
8
+ {%- include /authors/authors.html -%}
7
9
  {% assign sameTagCount = 0 %}
8
10
  {% assign commonTags = '' %}
9
11
 
@@ -31,18 +33,16 @@
31
33
  <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
32
34
  </a>
33
35
  </div>
34
- {% assign author = site.data.blog.authors[post.author] %}
35
36
  <div class="card-footer bg-white">
36
37
  <div class="wrapfooter">
37
38
  {% if post.author %}
38
39
  <span class="meta-footer-thumb">
39
- <img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}">
40
+ <img class="author-thumb" src="{{ image }}" alt="{{ authorName }}">
40
41
  </span>
41
42
  {% endif %}
42
-
43
43
  <span class="author-meta">
44
44
  <span class="post-name">
45
- <a target="_blank" href="/blog">{{post.author}}</a>
45
+ <a target="_blank" href="/blog">{{authorName}}</a>
46
46
  </span><br>
47
47
  <span class="post-date">{{post.date | date_to_string }}</span>
48
48
  </span>
data/_layouts/blog.html CHANGED
@@ -16,11 +16,9 @@
16
16
  </p>
17
17
  </div>
18
18
  </div>
19
-
20
19
  <div class="main-content">
21
20
  {{content}}
22
21
  </div>
23
-
24
22
  <div class="row">
25
23
  {% for post in paginator.posts %}
26
24
  <div class="col-lg-4 col-md-6 mb-4 card-group">
@@ -33,19 +31,18 @@
33
31
  <h4 class="card-title mb-4">{{ post.title }}</h4>
34
32
  </a>
35
33
  </div>
36
-
37
- {% assign author = site.data.blog.authors[post.author] %}
34
+ {%- include authors/authors.html -%}
38
35
  <div class="card-footer bg-white">
39
36
  <div class="wrapfooter">
40
37
  {% if post.author %}
41
38
  <span class="meta-footer-thumb">
42
- <img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}">
39
+ <img class="author-thumb" src="{{ image }}" alt="{{ authorName }}">
43
40
  </span>
44
41
  {% endif %}
45
42
 
46
43
  <span class="author-meta">
47
44
  <span class="post-name">
48
- <a target="_blank" href="/blog">{{post.author}}</a>
45
+ <a target="_blank" href="/blog">{{authorName}}</a>
49
46
  </span><br>
50
47
  <span class="post-date">{{post.date | date_to_string }}</span>
51
48
  </span>
data/_layouts/post.html CHANGED
@@ -37,12 +37,11 @@
37
37
  </div>
38
38
 
39
39
  <div class="col-md-8">
40
- {% assign author = site.data.blog.authors[page.author] %}
41
-
42
- {% if author %}
43
- {% include author_bio.html %}
40
+ {%- include authors/authors.html -%}
41
+ {%- include postauthorbio.html -%}
42
+ {% if page.author %}
43
+ {%- include author_bio.html -%}
44
44
  {% endif %}
45
-
46
45
  <div class="post-content">
47
46
  {{ content }}
48
47
  </div>
Binary file
Binary file
Binary file
Binary file
Binary file
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: 0.6.2
4
+ version: 0.6.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: 2021-04-30 00:00:00.000000000 Z
11
+ date: 2021-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -88,6 +88,7 @@ files:
88
88
  - _includes/Rating/rating.html
89
89
  - _includes/Rating/structureddata.html
90
90
  - _includes/author_bio.html
91
+ - _includes/authors/authors.html
91
92
  - _includes/cssfile/links.html
92
93
  - _includes/custom-head.html
93
94
  - _includes/disqus_comments.html
@@ -99,6 +100,7 @@ files:
99
100
  - _includes/header/index.html
100
101
  - _includes/paginationBlogPage.html
101
102
  - _includes/paginationPostPage.html
103
+ - _includes/postauthorbio.html
102
104
  - _includes/postbox.html
103
105
  - _includes/script.html
104
106
  - _includes/section/alertbar.html
@@ -128,6 +130,11 @@ files:
128
130
  - assets/easy.svg
129
131
  - assets/facebook.svg
130
132
  - assets/guaranty.svg
133
+ - assets/images/Ankita.png
134
+ - assets/images/Anushka.jpg
135
+ - assets/images/Arjyahi.jpeg
136
+ - assets/images/Nikita.png
137
+ - assets/images/alka.jpg
131
138
  - assets/images/avatar.png
132
139
  - assets/images/logo.png
133
140
  - assets/instagram.svg