word-games-theme 1.3.4 → 1.3.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/_data/blog/blog.yml +1 -0
- data/_includes/authors/authors.html +10 -0
- data/assets/images/balark.jpeg +0 -0
- data/assets/images/udit.jpg +0 -0
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6d7cd08fe45ed14416c231d87f34d78d7bc33fbec749b9824dc93028c73c632
|
|
4
|
+
data.tar.gz: e9508723d4c4d0f3c10e9de368809d1be1e2eb9ebf08d0dee1a3fb75cfdd27d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a938e80aba4ad5af01a27b98e1808cfc291bee7bc5b2b260b59b28fa17994a1ee3856d3dc34c71d58c3bde16e4fe26434872889d8518d6a438f06227b0636415
|
|
7
|
+
data.tar.gz: b52f6bf0f82ccc0a0465de4950aa10954473ca14b0008b92e2cd634cdacb3e73f1118afcb55aaff47d22572e927eb822781d63e93fcde422317050767a93ddac
|
data/_data/blog/blog.yml
CHANGED
|
@@ -34,6 +34,16 @@ writer is hidden in me. You can found me with my laptop either coding or writing
|
|
|
34
34
|
{% assign shubhangi = "Shubhangi Singh&&/assets/images/sona.jpeg&&I am pursuing a degree in computer science and love
|
|
35
35
|
reading. I am also a BTS Army and enjoy anime and K-dramas. My favourite pastime is reading on Wattpad.&&N/A" | split:
|
|
36
36
|
'&&' %}
|
|
37
|
+
{% assign balark = "Balark Singhal&&/assets/images/balark.jpeg&&I am a poet and a writer, a few of them also got
|
|
38
|
+
published
|
|
39
|
+
in some anthologies like Brave Heart of the motherland, and Scarlet Wings.I love to write Shayari and poetries and also
|
|
40
|
+
in my free time I like to do skating, swimming and read books.&&N/A" | split:
|
|
41
|
+
'&&' %}
|
|
42
|
+
{% assign udit = "Udit Agarwal&&/assets/images/udit.jpg&&Udit Agarwal is a Digital Marketer and a Content
|
|
43
|
+
Marketing Specialist, He enjoys technical as well as non-technical writing. His passion and urge for gaining new
|
|
44
|
+
insights has led him here. He quenches his thirst for technology through his action oriented writing skills and a
|
|
45
|
+
profound ability to stay up to date with latest industry trends.&&N/A" | split:
|
|
46
|
+
'&&' %}
|
|
37
47
|
{%- assign postAuthor = post.author | split: " " -%}
|
|
38
48
|
{%- assign author = postAuthor.first | downcase -%}
|
|
39
49
|
{%- assign collection = [author] -%}
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: word-games-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- manpreet-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-06
|
|
11
|
+
date: 2022-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -224,6 +224,7 @@ files:
|
|
|
224
224
|
- assets/images/adblock.svg
|
|
225
225
|
- assets/images/alka.webp
|
|
226
226
|
- assets/images/angle-arrow-down.svg
|
|
227
|
+
- assets/images/balark.jpeg
|
|
227
228
|
- assets/images/bg_elements.png
|
|
228
229
|
- assets/images/bg_elements.svg
|
|
229
230
|
- assets/images/board-game.png
|
|
@@ -269,6 +270,7 @@ files:
|
|
|
269
270
|
- assets/images/twitter.svg
|
|
270
271
|
- assets/images/twitter2.svg
|
|
271
272
|
- assets/images/twitters.svg
|
|
273
|
+
- assets/images/udit.jpg
|
|
272
274
|
- assets/images/uo.svg
|
|
273
275
|
- assets/images/whatsapp.svg
|
|
274
276
|
- assets/images/window-close.png
|