best-blogging-theme 0.1.3 → 0.1.8

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: 355a7cb5835ae193784be153b9fd6d97988235af0599574b911740b38ad23ec5
4
- data.tar.gz: 42994ca1b9adeea6bcaab9e9cdc0bc6c6d07181b85e2b6ad3c496c159a698f2b
3
+ metadata.gz: 9c811eb444ad580c9bd0df5b4ff51b8b4009f8f931a8e78fd078aba1cfcf6530
4
+ data.tar.gz: 337f633435c683585f8f141bf272c510f247b2ce7bab09c33f516fbbbde364c5
5
5
  SHA512:
6
- metadata.gz: 68f80837ab61c98c1688ca42d1a1a4dfdbe10e91a89754938eacc1dbc6d132c3d2d8ccec778edfd2d86e42b4caa46b92804933d0115c0f1df7a2e415b15ee1ae
7
- data.tar.gz: 49e1764133ce49d6af08e12d3b81f442fa0781601c2da34ed72a82003eeffb986d686e35f100af72d7959ca5ce1543630f1ff1fdcb7c8dee4159e3818597b316
6
+ metadata.gz: 7f7b2042bb0f9f8ed223c324f2e7ff560c25ddaec7bf369a608f3950d4082f2148d006bd79f1528802dcae56ccbbb324490d561883d1bb182c4315e15e99b487
7
+ data.tar.gz: f30b4e4c264c03b8386d047185662f250640b8f785475186f95b9a51db3a732206749bddde8d75f3ee150375daa557a1eab354dbff8c4f9646a2ff7a9d34a4a8
@@ -1,4 +1,5 @@
1
1
  {
2
+ "color": "deepskyblue",
2
3
  "footerMenu": {
3
4
  "dropdown": [{
4
5
  "categoryName":"Cricket Posts",
@@ -9,22 +9,36 @@
9
9
  {%- else -%}
10
10
  {%- assign og_type = "website" -%}
11
11
  {%- endif -%}
12
+ <title data-rh="true">{{page.title}}</title>
13
+
12
14
  <meta charset="UTF-8">
13
- <link rel="shortcut icon" href="{{favicon}}">
14
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
15
+ <meta data-rh="true" name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
15
16
  <meta name="keywords" content="{{site.keyboard}}">
16
17
  <meta name="description" content="{{ seo_description}}">
17
- <meta name="og:description" content="{{ seo_description}}">
18
- <meta property="og:title" content="{{ page.title | default: site.title }}">
19
- <meta property="og:type" content="{{og_type}}">
20
- <meta property="og:locale" content="en_US">
21
- <meta property="og:site_name" content="{{site.name}}">
22
- <meta property="og:url" content="{{site.url | append: page.url}}">
18
+ <meta data-rh="true" property="description" content="{{ seo_description}}">
19
+ <meta data-rh="true" property="og:description" content="{{ seo_description}}">
20
+ <meta data-rh="true" property="og:title" content="{{ page.title | default: site.title }}">
21
+ <meta data-rh="true" property="og:type" content="{{og_type}}">
22
+ <meta data-rh="true" property="og:locale" content="en_US">
23
+ <meta data-rh="true" property="og:site_name" content="{{site.name}}">
24
+ <meta data-rh="true" property="og:url" content="{{site.url | append: page.url}}">
25
+ <meta data-rh="true" property="og:image" content="{{site.url | append: favicon}}">
26
+
27
+ <meta data-rh="true" property="twitter:domain" content="{{site.url | append: page.url}}">
28
+ <meta data-rh="true" property="twitter:url" content="{{site.url | append: page.url}}">
29
+ <meta data-rh="true" name="twitter:title" content="{{ page.title | default: site.title }}">
30
+ <meta data-rh="true" name="twitter:description" content="{{ seo_description}}">
31
+ <meta data-rh="true" name="twitter:image:src" content="{{site.url | append: favicon}}">
32
+
33
+ <meta name="subject" content="Education">
34
+ <meta name="copyright" content="{{site.url}}">
35
+ <meta name="identifier-URL" content="{{site.url}}">
36
+ <meta name="designer" content="{{site.designer}}">
23
37
  <meta name="author" content="{{ site.author_name }}">
24
- <title>{{page.title}}</title>
38
+
25
39
 
26
40
  <!-- Favicon-->
27
- <link rel="shortcut icon" href="{{ site.favicon | relative_url }}">
41
+ <link rel="shortcut icon" href="{{ favicon | relative_url }}">
28
42
 
29
43
  <!-- fonts -->
30
44
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet">
@@ -34,4 +48,7 @@
34
48
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
35
49
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
36
50
  <script src="https://code.jquery.com/jquery-3.5.1.js"></script>
51
+
52
+
53
+ {% include google-analytics.html %}
37
54
  </head>
@@ -1,6 +1,7 @@
1
1
  {%- assign footerData = site.data.blog.footer.footerMenu.dropdown -%}
2
+ {%- assign footerData2 = site.data.blog.footer -%}
2
3
  <div class="container-fluid">
3
- <div class="main_row row py-5 px-5 mx-0">
4
+ <div class="main_row row py-5 samePad mx-0">
4
5
  <div class="col-md-10 mx-auto">
5
6
  <div class="row d-flex justify-content-between">
6
7
  {%- for item in footerData -%}
@@ -20,7 +21,8 @@
20
21
  <input type="text" placeholder="Enter Your Email" class="input__design">
21
22
  </div>
22
23
  <a href="#">
23
- <button class="my_btn mt-3" value="Enter Your Email">Submit</button>
24
+ <button class="my_btn mt-3" value="Enter Your Email"
25
+ style="background-color:{{footerData2.color}}">Submit</button>
24
26
  </a>
25
27
  </div>
26
28
  <div class="col-12 mt-2">
@@ -28,7 +30,7 @@
28
30
  <div class="icons d-flex align-items-center justify-content-center">
29
31
  {%- for item in site.data.blog.footer.socialIcon -%}
30
32
  <a target="{{item.target}}" href="{{item.href}}">
31
- <i class="{{item.i}} s_link"></i>
33
+ <i class="{{item.i}} s_link" style="color:{{footerData2.color}}"></i>
32
34
  </a>
33
35
  {%- endfor -%}
34
36
  </div>
@@ -37,7 +39,7 @@
37
39
  </div>
38
40
  </div>
39
41
  </div>
40
- <div class="row m-0 py-3" style="background-color: #00ab6b;">
42
+ <div class="row m-0 py-3" style="background-color: {{footerData2.color}};">
41
43
  <div class="col-12">
42
44
  <div class="d-flex justify-content-between px-md-5 px-0 footer__flexbox">
43
45
  <p class="m-0 text-white">{{site.copyright_text}}</p>
@@ -0,0 +1,8 @@
1
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
2
+ <script>
3
+ window.dataLayer = window.dataLayer || [];
4
+ function gtag(){dataLayer.push(arguments);}
5
+ gtag('js', new Date());
6
+
7
+ gtag('config', '{{ site.google_analytics }}');
8
+ </script>
@@ -1,6 +1,6 @@
1
1
  <!-- start Header Area -->
2
2
  <div class="container-fluid navigationBottomLine">
3
- <div class="container px-5">
3
+ <div class="container samePad">
4
4
  <header>
5
5
  {% include header/nav-menu.html %}
6
6
  </header>
@@ -1,7 +1,7 @@
1
1
  <div class="col-lg-3 col-md-6 mb-4 card-group">
2
2
  <div class="card h-100" style="border-radius:16px" id="{{post.categories}}">
3
3
  <a href="{{ post.url }}">
4
- <img src="{{ post.image }}" class="card-img-top p-3" style="border-radius: 25px; height: 170px;"
4
+ <img src="{{ post.image }}" class="card-img-top p-3" style="border-radius: 25px;"
5
5
  alt="not found">
6
6
  </a>
7
7
  <div class="card-body">
@@ -1,4 +1,5 @@
1
- <div class="explore">
1
+ {%- assign footerData2 = site.data.blog.footer -%}
2
+ <div class="explore" style="background: {{footerData2.color}}">
2
3
  <h2 class="animate__animated animate__bounce animate__infinite">Explore</h2>
3
4
  <span class="d-none d-md-inline animate__animated animate__backInDown animate__infinite"
4
5
  style="font-size: 25px;">&#x2193;</span>
data/_layouts/blog.html CHANGED
@@ -29,7 +29,7 @@
29
29
  <div class="col-lg-3 col-md-6 mb-4 card-group">
30
30
  <div class="card h-100" style="border-radius:16px" id="{{post.categories}}">
31
31
  <a href="{{ post.url }}">
32
- <img src="{{ post.image }}" class="card-img-top p-3" style="border-radius: 25px; height: 170px;"
32
+ <img src="{{ post.image }}" class="card-img-top p-3" style="border-radius: 25px;"
33
33
  alt="not found">
34
34
  </a>
35
35
  <div class="card-body">
data/_layouts/post.html CHANGED
@@ -1,6 +1,11 @@
1
- <html>
2
-
1
+ <Doctype html>
2
+ <html lang="en">
3
3
  {% include custom-head.html %}
4
+ <style>
5
+ .post-content img{
6
+ width:100%;
7
+ }
8
+ </style>
4
9
  <body>
5
10
  {%- include header/index.html -%}
6
11
  <section class="section_post">
@@ -149,8 +149,15 @@ body {
149
149
  }
150
150
  }
151
151
 
152
+ .samePad{
153
+ padding:0 3rem;
154
+ }
155
+
152
156
  @media (max-width: 768px) {
153
157
  .bd-search {
154
158
  padding: 10px 25px;
155
159
  }
160
+ .samePad{
161
+ padding: 0 !important;
162
+ }
156
163
  }
Binary file
data/readme.md CHANGED
@@ -14,6 +14,7 @@ STEP:1 Add this lines of code in YOUR Gemfile. (so just copy it and paste it on
14
14
 
15
15
  GEMFILE ->
16
16
 
17
+ *******************************************************************************
17
18
  source "https://rubygems.org"
18
19
 
19
20
  gem "jekyll", "~> 3.9.0" // JEKYLL VERSION SHOULD BE SAME
@@ -30,11 +31,12 @@ group :jekyll_plugins do
30
31
  gem "jekyll-include-cache"
31
32
  gem 'jekyll-paginate'
32
33
  end
34
+ ******************************************************************************************
33
35
 
34
36
 
35
37
  STEP: 2 Also add this line of code in _config.yml. (so just copy it and paste it on your _config.yml)
36
38
 
37
- CONFIG.YML ->
39
+ ###### CONFIG.YML ->
38
40
  permalink: /blog/:title // IF YOU ARE SERVE BLOG SITE LIKE, WWW.DOMAIN.COM THEN USE /title.
39
41
  // BUT IF YOU ARE SERVE BLOG SITE LIKE, WWW.DOMAIN.COM/BLOG THEN USE SAME AS GIVEN PERMALINK: /blog/title.
40
42
 
@@ -307,6 +309,13 @@ after that you can see that comment system added to your website.
307
309
 
308
310
 
309
311
 
312
+ ## Theme Demo
313
+ ## https://thefrondend.com/
314
+
315
+ ## https://ultimateshyari.netlify.app/
316
+
317
+
318
+
310
319
 
311
320
 
312
321
 
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.1.3
4
+ version: 0.1.8
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-03-21 00:00:00.000000000 Z
11
+ date: 2021-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -68,6 +68,7 @@ files:
68
68
  - _includes/custom-head.html
69
69
  - _includes/disqus_comments.html
70
70
  - _includes/footer/index.html
71
+ - _includes/google-analytics.html
71
72
  - _includes/header/index.html
72
73
  - _includes/header/nav-menu.html
73
74
  - _includes/pagination.html
@@ -88,6 +89,7 @@ files:
88
89
  - _sass/theme/pagination2.scss
89
90
  - assets/css/main.scss
90
91
  - assets/images/bebo-logo.svg
92
+ - assets/images/bg.jpg
91
93
  - assets/images/blogger-logotype.svg
92
94
  - assets/images/cancel.png
93
95
  - assets/images/favicon-16x16.png