best-blogging-theme 0.1.9 → 0.2.0
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/_layouts/post.html +2 -1
- data/readme.md +9 -0
- 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: e4779f43b05336801f140d2bb1c1b9cf551b23008c385d3ad3bd5b8906188de7
|
|
4
|
+
data.tar.gz: fbfbb5b8a33f6ff44f531375e9e4e6f4032e50c84bacb27ecb30d9f30b7f55ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fba06f74014f5f1fa3a2f588c8165e705fd8c82cddfb9dde40930111575f5230f5a024f439d103d66083f0e0c0f4425d7e86f17d83a043f981d06ab1d8165788
|
|
7
|
+
data.tar.gz: 062b19f4b6f53beaafc699579381ec62bbe5d1c40d52d9427397fce4b35c1251fe38e8400ef3bf236a0c2c9928b62c024f477e64c91ccceb39d59035fb538bf0
|
data/_layouts/post.html
CHANGED
data/readme.md
CHANGED
|
@@ -196,6 +196,7 @@ platforms:
|
|
|
196
196
|
#### footer.json
|
|
197
197
|
{
|
|
198
198
|
"footerMenu": {
|
|
199
|
+
"color": "deepskyblue",
|
|
199
200
|
"dropdown": [{
|
|
200
201
|
"categoryName":"Cricket Posts",
|
|
201
202
|
"links": [
|
|
@@ -304,6 +305,14 @@ disquss:
|
|
|
304
305
|
after that you can see that comment system added to your website.
|
|
305
306
|
|
|
306
307
|
|
|
308
|
+
## so now you can also change color of theme for ex:) footer color,socialicons,expore section etc. and also added google analtyics
|
|
309
|
+
|
|
310
|
+
you just need to put you google analatyics id in _config.yml
|
|
311
|
+
for example look like-
|
|
312
|
+
google_analytics: 'G-Your Id'
|
|
313
|
+
|
|
314
|
+
and also change the color in data driven files that we will provide in the top. now updated you can see that );;
|
|
315
|
+
|
|
307
316
|
|
|
308
317
|
## ENJOY THE BLOGGING THEME
|
|
309
318
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: best-blogging-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- manpreet-choudhary
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-04-
|
|
11
|
+
date: 2021-04-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|