blog-theme 0.2.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3f957d6b952e0634b392c59ce22df63ed64996902fd2a46d064dec2d1102a0e
4
- data.tar.gz: eb34a63e3f4ebc541bf479cbbb10284cba144b5a6cfb2a9831da6f4c9be40fbb
3
+ metadata.gz: 97bed71bda1b8a6c45d53fbe1788dd6895294e88403366a93a8a6e99fa77ee61
4
+ data.tar.gz: 552d36fd88abd8a18ec47bc9d3698e1bf156fadcbdbd478438e1142b5f45865c
5
5
  SHA512:
6
- metadata.gz: 8bbb993d63b974a20a7e54d200f6da466172bc1398fb8c738ada64b104ab679327ddbd7a0ddea791f945a38bdb738aaf9fc8b4db8e2ef81f20210ecb44ac8ad1
7
- data.tar.gz: c43302a46086802d530dacd644ebb977951141cdec0c4d2b61340b0a2eaf00cb3d1c5b82d6b64585d02291fc0c2cc861e15a8f228a9ccb4a3e93760c11d1ce23
6
+ metadata.gz: 3166d5b35d9894e242dc1e1f59ff186352f37a6d7d84316721f98beeb81aa9b34712f6191846707a63b4d7c048ce2026bd748fb7c2be72380e1b56ba46517785
7
+ data.tar.gz: a826ce65de95f35dcb178564c3cd29e804091ae576f824420f33d1762a4a5495c2a49f9f4b683598502067a4cfb429cd9d57dddd8a41919386b4021246304cf5
@@ -0,0 +1,3 @@
1
+ ---
2
+ span: wordwithletters.com   Never miss a
3
+ <b>story</b> from us, subscribe to our newsletter
@@ -0,0 +1,11 @@
1
+ Manpreet_singh:
2
+ name: Manpreet singh
3
+ image: /assets/images/avatar.png
4
+ bio: Author4 of Mediumish, a Bootstrap Medium styled template available for WordPress, HTML, Ghost and Jekyll. You are currently previewing Jekyll template demo.
5
+ twitter: https://twitter.com/home
6
+
7
+ nisha:
8
+ name: Nisha
9
+ image: /assets/images/avatar.png
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
+ twitter: https://twitter.com/home
@@ -0,0 +1,3 @@
1
+ ---
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 !
@@ -0,0 +1,14 @@
1
+ {
2
+ "navbarBrandText": "",
3
+ "navbarBrandLogo": "/assets/images/logo.png",
4
+ "navItems":[
5
+ {
6
+ "name":"Blog",
7
+ "url":"blog"
8
+ },
9
+ {
10
+ "name":"",
11
+ "url":""
12
+ }
13
+ ]
14
+ }
@@ -0,0 +1,28 @@
1
+ # Sharing options at the bottom of the post.
2
+ # Icons from <https://fontawesome.com/>
3
+
4
+ label: 'Share'
5
+
6
+ platforms:
7
+ - type: Twitter
8
+ icon: 'fab fa-twitter'
9
+ link: 'https://twitter.com/intent/tweet?url=URL'
10
+ - type: Facebook
11
+ icon: 'fab fa-facebook-square'
12
+ link: 'https://www.facebook.com/sharer/sharer.php?u=URL'
13
+ - type: Linkedin
14
+ icon: 'fab fa-linkedin'
15
+ link: 'https://www.linkedin.com/sharing/share-offsite/?url=URL'
16
+ # Uncomment below if you need to.
17
+ # -
18
+ # type: Linkedin
19
+ # icon: "fab fa-linkedin"
20
+ # link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
21
+ #
22
+ # -
23
+ # type: Weibo
24
+ # icon: "fab fa-weibo"
25
+ # link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL"
26
+ # type: Telegram
27
+ # icon: "fab fa-telegram"
28
+ # link: "https://telegram.me/share?text=TITLE&url=URL"
@@ -0,0 +1,12 @@
1
+ <div class="wrapfooter">
2
+ <span class="author_image">
3
+ <img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}" id="author_img">
4
+ </span>
5
+ <span class="author-meta">
6
+ <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>
9
+ </span><br>
10
+ <span class="author_bio">{{author.bio}}</span>
11
+ </span>
12
+ </div>
@@ -0,0 +1,32 @@
1
+ <head>
2
+ {% assign favicon = site.favicon %}
3
+ {%- assign seo_description = page.description | default: page.excerpt | default: site.description -%}
4
+ {%- if seo_description -%}
5
+ {%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
6
+ {%- endif -%}
7
+ {%- if page.date -%}
8
+ {%- assign og_type = "article" -%}
9
+ {%- else -%}
10
+ {%- assign og_type = "website" -%}
11
+ {%- endif -%}
12
+ <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 name="keywords" content="{{site.keyboard}}">
16
+ <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}}">
23
+ <meta name="author" content="{{ site.author_name }}">
24
+ <title>{{page.title}}</title>
25
+ <!-- fonts -->
26
+ <link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">
27
+ <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
28
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
29
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
30
+ <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}">
31
+ <script src="https://code.jquery.com/jquery-3.5.1.js"></script>
32
+ </head>
@@ -0,0 +1,11 @@
1
+ <div id="disqus_thread"></div>
2
+ <script>
3
+ (function () {
4
+ var d = document, s = d.createElement('script');
5
+ s.src = 'https://{{site.disqus.shortname}}.disqus.com/embed.js';
6
+ s.setAttribute('data-timestamp', +new Date());
7
+ (d.head || d.body).appendChild(s);
8
+ })();
9
+ </script>
10
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by
11
+ Disqus.</a></noscript>
@@ -0,0 +1,32 @@
1
+ <!-- header starts -->
2
+ <header id="header">
3
+ <!-- navigation startss -->
4
+ <nav class="navbar navbar-expand-lg navbar-dark bg-light mx-xl-4 py-3">
5
+ {%- assign navbar = site.data.blog.nav -%}
6
+ {% if navbar.navbarBrandText != "" %}
7
+ <a class="navbar-brand" href="/" title="{{navbar.navbarBrandText}}">{{navbar.navbarBrandText}}</a>
8
+
9
+ {% else %}
10
+ <a href="/">
11
+ <img class="logo-height" src="{{navbar.navbarBrandLogo}}" alt="{{navbar.navbarBrandLogo}}" class="navbar-brand-image">
12
+
13
+ </a>
14
+ {% endif %}
15
+
16
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
17
+ <i class="fas fa-bars fa-2x" style="color:#000"></i>
18
+ </button>
19
+
20
+ <div class="collapse navbar-collapse" id="navbarSupportedContent">
21
+ <ul class="navbar-nav ml-auto">
22
+ {%- for item in site.data.blog.nav.navItems -%}
23
+ <li class="nav-item">
24
+ <a class="nav-link" href="/{{item.url}}">{{item.name}}</a>
25
+ </li>
26
+ {% endfor %}
27
+ </ul>
28
+ </div>
29
+ </nav>
30
+ <!-- navbar close -->
31
+ </header>
32
+ <!-- header close -->
@@ -0,0 +1,57 @@
1
+ {% assign lang = page.lang %}
2
+ {% assign dataToShow = site.data.header[lang].data %}
3
+ <!-- Header -->
4
+ <header class="nav-header">
5
+
6
+ <nav class="navbar navbar-expand-lg py-3 px-sm-2">
7
+ <div class="container px-0">
8
+ {% if dataToShow.navbarBrandText != "" %}
9
+ <a class="navbar-brand" href="/" title="{{dataToShow.navbarBrandText}}">{{dataToShow.navbarBrandText}}</a>
10
+ {% else %}
11
+ <a href="/">
12
+ <img class="logo-height" src="{{ dataToShow.navbarBrandLogo }}"
13
+ alt="{{ dataToShow.navbarBrandLogo }}">
14
+ </a>
15
+ {% endif %}
16
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
17
+ aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
18
+ <i class="fa fa-bars fa_bars" aria-hidden="true"></i>
19
+ </button>
20
+
21
+ <div class="collapse navbar-collapse" id="navbarSupportedContent">
22
+ {%- if dataToShow.megaMenu -%}
23
+ <li class="nav-item nav__item">
24
+ <a class="dropdown-toggle ml-lg-5" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
25
+ {{dataToShow.megaMenu.nav-link-name}}
26
+ </a>
27
+ <ul class="dropmenu dropdown-menu" aria-labelledby="navbarDropdown">
28
+ <div class="inner-dropdown">
29
+ {%- for item in dataToShow.megaMenu.dropdown -%}
30
+ <div class="catPad mb-4">
31
+ <li class="text-muted">{{item.categoryName}}</li>
32
+ <div> {%- for item in item.links -%}
33
+ <li>
34
+ <a href="{{item.url}}"><img class="d-inline mr-2" style="height:20px;width:20px;" src="{{item.iconSrc}}">{{item.name}}</li></a>
35
+ {%- endfor -%}
36
+ </div>
37
+ </div>
38
+ {%- endfor -%}
39
+ </div>
40
+ </ul>
41
+ </li>
42
+ {%- endif -%}
43
+ <ul class="navbar-nav mr-auto ">
44
+ {% for item in dataToShow.navItems %}
45
+ <li class="nav-item nav__item">
46
+ <a href="{{item.url}}">{{item.name}}</a>
47
+ </li>
48
+ {% endfor %}
49
+ </ul>
50
+ </nav>
51
+ </div>
52
+ </nav>
53
+ </div>
54
+ </header>
55
+
56
+
57
+ <!-- Header End -->
@@ -0,0 +1,35 @@
1
+ <!-- pagination -->
2
+ <div class="bottompagination">
3
+ <div class="pointerup"><i class="fa fa-caret-up"></i></div>
4
+ <span class="navigation" role="navigation"></span>
5
+ </div>
6
+ {% if paginator.total_pages > 1 %}
7
+ <div class="blog-pagination">
8
+ {% if paginator.previous_page %}
9
+ <a style="color: #00ab6b; font-weight: 900;"
10
+ href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a>
11
+ {% else %}
12
+ <span class="text-muted">&laquo; Prev</span>
13
+ {% endif %}
14
+
15
+ {% for page in (1..paginator.total_pages) %}
16
+ {% if page == paginator.page %}
17
+ <span class="webjeda text-muted">{{ page }}</span>
18
+ {% elsif page == 1 %}
19
+ <a href="/blog" style="color: #00ab6b; font-weight: 900;">{{ page }}</a>
20
+ {% else %}
21
+ <a style="color: #00ab6b; font-weight: 900;"
22
+ href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page
23
+ }}</a>
24
+ {% endif %}
25
+ {% endfor %}
26
+
27
+ {% if paginator.next_page %}
28
+ <a style="color:#00ab6b; font-weight: 900;"
29
+ href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Next
30
+ &raquo;</a>
31
+ {% else %}
32
+ <span class="text-muted">Next &raquo;</span>
33
+ {% endif %}
34
+ </div>
35
+ {% endif %}
@@ -0,0 +1,15 @@
1
+ <div class="post-links">
2
+ <div class="bottompagination">
3
+ <div class="pointerup"><i class="fa fa-caret-up"></i></div>
4
+ <span class="navigation" role="navigation">
5
+ <div class="pagination">
6
+ {% if page.previous.url %}
7
+ <a class="ml-1 mr-1 pageUrl" href="{{page.previous.url}}">« Prev</a>
8
+ {% endif %}
9
+ {% if page.next.url %}
10
+ <a class="ml-1 mr-1 pageUrl" href="{{page.next.url}}"> Next »</a>
11
+ {% endif %}
12
+ </div>
13
+ </span>
14
+ </div>
15
+ </div>
@@ -0,0 +1,38 @@
1
+ <!-- begin post -->
2
+ <div class="col-lg-4 col-md-6 mb-4 card-group">
3
+ <div class="card h-100">
4
+ <a href="{{ post.url }}">
5
+ <img src="{{ post.image }}" class="card-img-top" alt="">
6
+ </a>
7
+ <div class="card-body">
8
+ <a href="{{ post.url }}" class="anchor_link">
9
+ <h4 class="card-title mb-4">{{ post.title }}</h4>
10
+ </a>
11
+ </div>
12
+
13
+ {% assign author = site.data.blog.authors[post.author] %}
14
+ <div class="card-footer bg-white">
15
+ <div class="wrapfooter">
16
+ {% if post.author %}
17
+ <span class="meta-footer-thumb">
18
+ <img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}">
19
+ </span>
20
+ {% endif %}
21
+
22
+ <span class="author-meta">
23
+ <span class="post-name">
24
+ <a target="_blank" href="/blog">{{post.author}}</a>
25
+ </span><br>
26
+ <span class="post-date">{{post.date | date_to_string }}</span>
27
+ </span>
28
+ <span class="post-read-more"><a href="{{ post.url }}" title="Read Story"><svg class="svgIcon-use"
29
+ width="25" height="25" viewBox="0 0 25 25">
30
+ <path
31
+ d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z"
32
+ fill-rule="evenodd"></path>
33
+ </svg></a></span>
34
+ </div>
35
+ </div>
36
+ </div>
37
+ </div>
38
+ <!-- end post -->
@@ -0,0 +1,11 @@
1
+ <!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous"></script> -->
2
+ <!-- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> -->
3
+ <!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script> -->
4
+ <!-- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> -->
5
+ <!-- <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> -->
6
+ <!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js" integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF" crossorigin="anonymous"></script> -->
7
+ <!-- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> -->
8
+ <!-- <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> -->
9
+ <!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js" integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF" crossorigin="anonymous"></script> -->
10
+ <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
@@ -0,0 +1,12 @@
1
+ <div class="alertbar" style="display: none;">
2
+ <div class="container text-center">
3
+ <span style="font-size: 15px;">{{site.data.blog.alertbar.span}}</span>
4
+ <form>
5
+ <div class="mc-field-group">
6
+ <input type="email" placeholder="Email" name="EMAIL" class="required email" id="mce-EMAIL"
7
+ autocomplete="on" required="">
8
+ <input type="submit" value="Subscribe" name="subscribe">
9
+ </div>
10
+ </form>
11
+ </div>
12
+ </div>
@@ -0,0 +1,24 @@
1
+ <div class="explore">
2
+ <h2>Explore <span class="d-none d-md-inline">→</span></h2>
3
+
4
+ <ul>
5
+ {% assign categories_list = site.categories %}
6
+ {% if categories_list.first[0] == null %}
7
+ {% for category in categories_list %}
8
+ <a class="cat mt-1 mb-1" href="/blog/categories#{{ category | url_escape | strip | replace: ' ', '-' }}">{{
9
+ category
10
+ |
11
+ camelcase }} ({{ site.tags[category].size }})</a>
12
+ {% endfor %}
13
+ {% else %}
14
+ {% for category in categories_list %}
15
+ <a class="cat mt-1 mb-1" href="/blog/categories#{{ category[0] | url_escape | strip | replace: ' ', '-' }}">{{
16
+ category[0]
17
+ | camelcase }} ({{ category[1].size }})</a>
18
+ {% endfor %}
19
+ {% endif %}
20
+ {% assign categories_list = nil %}
21
+ </ul>
22
+
23
+ </div>
24
+ </div>
@@ -0,0 +1,72 @@
1
+ <html>
2
+
3
+ {% include custom-head.html %}
4
+
5
+ <body>
6
+ {%- include header/blogHeader.html -%}
7
+
8
+ <section class="section_post">
9
+ <div class="container">
10
+ <div class="row justify-content-center section-title-wrap">
11
+ <div class="col-lg-12">
12
+ <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ site.data.blog.blog.h1 }}
13
+ </h1>
14
+ <p class="lead mb-5 mt-1" style="font-size: 18px;">
15
+ {{ site.data.blog.blog.description }}
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ <!-- categories post -->
21
+ <div class="main-content">
22
+ {{content}}
23
+ </div>
24
+ <!-- close -->
25
+
26
+ <div class="row">
27
+ {% for post in paginator.posts %}
28
+ <div class="col-lg-4 col-md-6 mb-4 card-group">
29
+ <div class="card h-100">
30
+ <a href="{{ post.url }}">
31
+ <img src="{{ post.image }}" class="card-img-top" alt="">
32
+ </a>
33
+ <div class="card-body">
34
+ <a href="{{ post.url }}" class="anchor_link">
35
+ <h4 class="card-title mb-4">{{ post.title }}</h4>
36
+ </a>
37
+ </div>
38
+
39
+ {% assign author = site.data.blog.authors[post.author] %}
40
+ <div class="card-footer bg-white">
41
+ <div class="wrapfooter">
42
+ {% if post.author %}
43
+ <span class="meta-footer-thumb">
44
+ <img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}">
45
+ </span>
46
+ {% endif %}
47
+
48
+ <span class="author-meta">
49
+ <span class="post-name">
50
+ <a target="_blank" href="/blog">{{post.author}}</a>
51
+ </span><br>
52
+ <span class="post-date">{{post.date | date_to_string }}</span>
53
+ </span>
54
+ <span class="post-read-more "><a class="text-dark" href="{{ post.url }}" title="Read Story">Read More</a></span>
55
+ </div>
56
+ </div>
57
+ </div>
58
+ </div>
59
+ {% endfor %}
60
+ </div>
61
+ {%- include paginationBlogPage.html -%}
62
+ </div>
63
+
64
+ {% include section/count.html %}
65
+ </section>
66
+ {%- include section/alertbar.html -%}
67
+
68
+ {% include script.html %}
69
+ <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
70
+ </body>
71
+
72
+ </html>
@@ -0,0 +1,25 @@
1
+ ---
2
+ layout: blog
3
+ ---
4
+
5
+ <div class="container">
6
+ <div class="row listrecent">
7
+ {% for category in site.categories %}
8
+ <div class="section-title col-md-12 mt-4">
9
+ <h2 id="{{ category[0] | replace: ' ', '-' }}">Category <span class="text-capitalize">{{ category[0]
10
+ }}</span>
11
+ </h2>
12
+ </div>
13
+ {% assign pages_list = category[1] %}
14
+ {% for post in pages_list %}
15
+ {% if post.title != null %}
16
+ {% if group == null or group == post.group %}
17
+ {% include postbox.html %}
18
+ {% endif %}
19
+ {% endif %}
20
+ {% endfor %}
21
+ {% assign pages_list = nil %}
22
+ {% assign group = nil %}
23
+ {% endfor %}
24
+ </div>
25
+ </div>
@@ -0,0 +1,64 @@
1
+ <html>
2
+
3
+ {% include custom-head.html %}
4
+ <body>
5
+ {%- include header/blogHeader.html -%}
6
+ <section class="section_post">
7
+ <div class="container">
8
+ <div class="row section-title-wrap">
9
+ <div class="col-md-12 mt-5">
10
+ <h1 class="display-4" style="font-weight: 900;">{{ page.title }}</h1>
11
+ </div>
12
+ </div>
13
+ <div class="row mt-5">
14
+ <div class="col-md-2">
15
+ <div class="socialIons">
16
+ <ul class="list-unstyled item-lists2">
17
+ <li><a style="pointer-events: none;">{{ site.data.blog.share.label }}</a></li>
18
+ {% capture title %}{{ page.title }}{% endcapture %}
19
+ {% assign url = page.url | relative_url | prepend: site.url %}
20
+ {% for share in site.data.blog.share.platforms %}
21
+ {% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
22
+ <li> <a href=" {{ link }}" data-toggle="tooltip"
23
+ onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
24
+ data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
25
+ <i class="fa-fw {{ share.icon }}"></i>
26
+ </a>
27
+ </li>
28
+ {% endfor %}
29
+ </span>
30
+ </ul>
31
+ <div class="sep"></div>
32
+ <div class="comments-count">
33
+ <a href="{{ content.absolute_url }}#disqus_thread" class="comment_count"></a>
34
+ </div>
35
+ </ul>
36
+ </div>
37
+ </div>
38
+
39
+ <div class="col-md-8">
40
+ {% assign author = site.data.blog.authors[page.author] %}
41
+
42
+ {% if author %}
43
+ {% include author_bio.html %}
44
+ {% endif %}
45
+
46
+ <div class="post-content">
47
+ {{ content }}
48
+ </div>
49
+ {%- include paginationPostPage.html -%}
50
+ <div class="commentsection">
51
+ {%- if site.disqus.shortname -%}
52
+ {%- include disqus_comments.html -%}
53
+ {%- endif -%}
54
+ </div>
55
+ </div>
56
+ </div>
57
+ </section>
58
+ {%- include section/count.html -%}
59
+ {%- include section/alertbar.html -%}
60
+ {% include script.html %}
61
+ <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
62
+ </body>
63
+
64
+ </html>
data/assets/cross.svg ADDED
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
2
+ <path
3
+ d="M6.692 6L10.5 9.808l-.692.692L6 6.692 2.192 10.5 1.5 9.808 5.308 6 1.5 2.192l.692-.692L6 5.308 9.808 1.5l.692.692z">
4
+ </path>
5
+ </svg>
@@ -0,0 +1,464 @@
1
+ /**********************************************/
2
+ /***************BLOG-CSS-STYLING *************/
3
+ /********************************************/
4
+
5
+ html {
6
+ scroll-behavior: smooth;
7
+ font-size: 62.5%;
8
+ }
9
+ body {
10
+ font-family: 'Open Sans', sans-serif !important;
11
+ }
12
+ a {
13
+ text-decoration: none !important;
14
+ }
15
+ img {
16
+ width: 100%;
17
+ }
18
+
19
+ .section_post {
20
+ margin-top: 100px;
21
+ }
22
+
23
+ /* logo styling */
24
+ .logo {
25
+ width: 50px;
26
+ border-radius: 50%;
27
+ }
28
+
29
+ header {
30
+ width: 100%;
31
+ position: relative;
32
+ }
33
+ .navbar {
34
+ width: 100%;
35
+ padding: 1.2rem 9% !important;
36
+ position: fixed;
37
+ top: 0;
38
+ left: 0;
39
+ z-index: 999;
40
+ }
41
+ .navbar-nav {
42
+ align-items: center;
43
+ }
44
+ .navbar-brand {
45
+ font-size: 2.2rem;
46
+ color: var(--txtColor) !important;
47
+ font-weight: 900;
48
+ }
49
+ .navbar-brand-image {
50
+ width: 80%;
51
+ display: inline-block;
52
+ max-width: 40px;
53
+ }
54
+ .navbar-dark .navbar-toggler {
55
+ outline: none !important;
56
+ }
57
+ .navbar-nav .nav-item {
58
+ padding: 0 10px;
59
+ }
60
+ .navbar-nav .nav-link:hover {
61
+ color: var(--txtColor) !important;
62
+ transition: all 0.2s linear;
63
+ -webkit-transition: all 0.2s linear;
64
+ -moz-transition: all 0.2s linear;
65
+ }
66
+ .nav-link {
67
+ text-decoration: none !important;
68
+ font-size: 16px;
69
+ color: gray !important;
70
+ }
71
+ /* close */
72
+
73
+ /* blogs-card title, content styling */
74
+ .anchor_link {
75
+ text-decoration: none !important;
76
+ color: #343a40 !important;
77
+ }
78
+ .anchor_link:hover {
79
+ transition: all 0.5s linear;
80
+ color: #000 !important;
81
+ }
82
+ .anchor_link .card-title {
83
+ font-weight: 600;
84
+ font-size: 22px;
85
+ line-height: 1.3;
86
+ }
87
+ .text_size {
88
+ color: rgba(0, 0, 0, 0.44);
89
+ font-size: 15px;
90
+ line-height: 1.6;
91
+ font-weight: 400;
92
+ }
93
+ /* close */
94
+
95
+ /* Blog-card-footer styling */
96
+ .card-footer {
97
+ border: none;
98
+ }
99
+ .wrapfooter {
100
+ display: flex;
101
+ align-items: center;
102
+ margin-bottom: 15px;
103
+ }
104
+ .wrapfooter img {
105
+ width: 35px;
106
+ height: 35px;
107
+ border-radius: 50%;
108
+ }
109
+ .wrapfooter .author-meta {
110
+ flex: 1 1 auto;
111
+ padding: 0 15px;
112
+ }
113
+ .wrapfooter .author-meta a {
114
+ font-size: 15px;
115
+ color: #000;
116
+ text-transform: capitalize;
117
+ }
118
+ .wrapfooter .span.post-read-more {
119
+ align-items: center;
120
+ display: inline-block;
121
+ margin-top: 8px;
122
+ }
123
+ .post-date {
124
+ color: rgba(0, 0, 0, 0.44);
125
+ font-size: 13px;
126
+ }
127
+ /* close */
128
+
129
+ /* BLOG-Categories stlying */
130
+ .explore {
131
+ color: #fff;
132
+ margin-bottom: 100px;
133
+ margin-top: 60px;
134
+ width: 100%;
135
+ background: repeating-linear-gradient(
136
+ 45deg,
137
+ rgb(27, 27, 27) 0px,
138
+ rgb(27, 27, 27) 97px,
139
+ rgb(24, 24, 24) 97px,
140
+ rgb(24, 24, 24) 194px,
141
+ rgb(20, 20, 20) 194px,
142
+ rgb(20, 20, 20) 291px
143
+ );
144
+ height: 250px;
145
+ align-items: center;
146
+ display: flex;
147
+ justify-content: space-around;
148
+ }
149
+ .explore ul {
150
+ display: flex;
151
+ list-style: none;
152
+ }
153
+ .cat {
154
+ display: inline-block;
155
+ padding: 5px 10px;
156
+ text-decoration: none !important;
157
+ color: #000 !important;
158
+ font-weight: 600;
159
+ font-size: 12px;
160
+ background: #fff;
161
+ border-radius: 15px;
162
+ margin: 0 15px;
163
+ }
164
+ /* close */
165
+
166
+ /* BLOG-alertbar stlying */
167
+ .alertbar {
168
+ box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 8%);
169
+ position: fixed;
170
+ bottom: 0;
171
+ left: 0;
172
+ background-color: #fff;
173
+ width: 100%;
174
+ padding: 14px 0;
175
+ z-index: 1;
176
+ }
177
+ .alertbar form {
178
+ display: inline-block;
179
+ }
180
+ .alertbar input[type='email'] {
181
+ font-size: 0.85rem;
182
+ padding: 3px 40px 3px 10px;
183
+ border-top-left-radius: 3px;
184
+ border-bottom-left-radius: 3px;
185
+ border: 1px solid #ddd;
186
+ border-right: 0;
187
+ margin-right: -10px;
188
+ height: 34px;
189
+ letter-spacing: 0.5px;
190
+ margin-left: 5px;
191
+ outline: 0;
192
+ }
193
+ .alertbar input[type='submit'] {
194
+ background-color: #1c9963;
195
+ border: 1px solid #1c9963;
196
+ color: #fff;
197
+ fill: #fff;
198
+ font-size: 12px;
199
+ border-radius: 0;
200
+ padding: 4px 10px;
201
+ border-top-right-radius: 3px;
202
+ border-bottom-right-radius: 3px;
203
+ font-weight: 600;
204
+ height: 34px;
205
+ letter-spacing: 0.5px;
206
+ cursor: pointer;
207
+ }
208
+ /* close */
209
+
210
+ /* Blog-Pages-Pagination stlying*/
211
+ .blog-pagination a,
212
+ .blog-pagination span {
213
+ padding: 7px 10px;
214
+ margin-left: -2px;
215
+ margin-right: -2px;
216
+ background-color: #ffffff;
217
+ display: inline-block;
218
+ text-decoration: none;
219
+ }
220
+
221
+ .blog-pagination a:hover {
222
+ background-color: #f1f1f1;
223
+ color: #333;
224
+ }
225
+
226
+ .blog-pagination {
227
+ text-align: center;
228
+ font-size: 14px;
229
+ }
230
+
231
+ /* BLOG-Categories-PAGes styling */
232
+ .section-title h2 {
233
+ border-bottom: 1px solid rgba(0, 0, 0, 0.125);
234
+ font-weight: 700;
235
+ font-size: 1.5rem;
236
+ margin-bottom: 27px;
237
+ }
238
+ .section-title span {
239
+ border-bottom: 1px solid rgba(0, 0, 0, 0.44);
240
+ display: inline-block;
241
+ padding-bottom: 20px;
242
+ margin-bottom: -1px;
243
+ }
244
+
245
+ /***************************************************************/
246
+ /********************** post-layouts-styling *******************/
247
+ /***************************************************************/
248
+
249
+ /* left-sidebar-social-styling */
250
+ .post-content {
251
+ font-size: 20px;
252
+ }
253
+
254
+ .socialIons {
255
+ position: sticky;
256
+ top: 100px;
257
+ }
258
+ .socialIons > .item-lists2 {
259
+ display: flex;
260
+ flex-direction: column;
261
+ width: 100%;
262
+ }
263
+ .socialIons > .item-lists2 > li {
264
+ list-style: none;
265
+ padding: 8px 0px;
266
+ margin: 0 auto;
267
+ }
268
+ .socialIons .item-lists2 li a {
269
+ color: rgba(95, 21, 21, 0.44);
270
+ fill: rgba(0, 0, 0, 0.44);
271
+ font-size: 15px;
272
+ cursor: pointer;
273
+ text-decoration: none !important;
274
+ }
275
+ .socialIons > .item-lists2 > li i {
276
+ font-size: 18px;
277
+ color: rgba(0, 0, 0, 0.44);
278
+ fill: rgba(0, 0, 0, 0.44);
279
+ }
280
+ .sep {
281
+ height: 1px;
282
+ width: 20px;
283
+ background: #999;
284
+ margin: 3px auto;
285
+ }
286
+ .comments-count {
287
+ margin: 18px 25px;
288
+ text-align: center;
289
+ }
290
+ .comment_count {
291
+ font-size: 12px;
292
+ color: rgba(95, 21, 21, 0.44) !important;
293
+ fill: rgba(0, 0, 0, 0.44);
294
+ text-decoration: none !important;
295
+ }
296
+ /* close */
297
+
298
+ /* right-sidebar-styling-starts */
299
+ /* author bio styling.. */
300
+ .author_image .author-thumb {
301
+ width: 60px;
302
+ height: 60px;
303
+ object-fit: cover;
304
+ }
305
+ .author-meta .postName {
306
+ font-size: 18px !important;
307
+ color: rgba(0, 0, 0, 0.8) !important;
308
+ text-decoration: none !important;
309
+ font-family: 'Merriweather', serif;
310
+ }
311
+ .btn_follow {
312
+ margin-left: 5px;
313
+ margin-bottom: 10px;
314
+ border-color: #02b875;
315
+ color: #1c9963 !important;
316
+ padding: 3px 10px;
317
+ text-align: center;
318
+ border-radius: 999em;
319
+ font-size: 1.5rem;
320
+ display: inline-block;
321
+ border: 1px solid;
322
+ }
323
+ .author_bio {
324
+ font-family: 'Merriweather', serif;
325
+ color: rgba(0, 0, 0, 0.44);
326
+ font-size: 13px;
327
+ line-height: 20px;
328
+ }
329
+ /* close */
330
+
331
+ /* pagination-styling-postpages */
332
+ .pointerup i.fa {
333
+ color: #eaeaea;
334
+ }
335
+ .pointerup {
336
+ margin-bottom: -9px;
337
+ margin-left: 49%;
338
+ font-size: 30px;
339
+ }
340
+ .bottompagination span.navigation {
341
+ display: block;
342
+ font-size: 0.93rem;
343
+ padding: 15px 0 0 0;
344
+ text-align: center;
345
+ margin-bottom: 0rem;
346
+ color: #999;
347
+ border-top: 1px solid #ddd;
348
+ }
349
+ .pagination {
350
+ display: -ms-flexbox;
351
+ display: flex;
352
+ padding-left: 0;
353
+ list-style: none;
354
+ border-radius: 0.25rem;
355
+ display: block;
356
+ color: green;
357
+ font-size: 15px;
358
+ margin-bottom: 30px;
359
+ }
360
+ .pageUrl {
361
+ color: green;
362
+ font-size: 12px;
363
+ font-weight: 900;
364
+ text-decoration: none;
365
+ margin-right: 10px;
366
+ }
367
+ .pageUrl:hover {
368
+ text-decoration: none;
369
+ color: green;
370
+ }
371
+ .lunrsearchresult {
372
+ font-size: 15px;
373
+ }
374
+ .lunrsearchresult .title {
375
+ color: #d9230f;
376
+ }
377
+ .lunrsearchresult .url {
378
+ color: silver;
379
+ }
380
+ .lunrsearchresult a {
381
+ display: block;
382
+ color: #777;
383
+ }
384
+
385
+ .lunrsearchresult:hover,
386
+ .lunrsearchresult:focus {
387
+ text-decoration: none;
388
+ }
389
+
390
+ .lunrsearchresult:hover .title {
391
+ text-decoration: underline;
392
+ }
393
+
394
+ .close {
395
+ float: right;
396
+ font-size: 2rem;
397
+ font-weight: 700;
398
+ line-height: 1;
399
+ color: #000;
400
+ text-shadow: 0 1px 0 #fff;
401
+ opacity: 0.5;
402
+ border: none;
403
+ background: transparent;
404
+ }
405
+ .close:focus {
406
+ outline: none !important;
407
+ }
408
+
409
+ @media (max-width: 768px) {
410
+ .bd-search {
411
+ padding: 10px 25px;
412
+ }
413
+ }
414
+
415
+ @media (max-width: 768px) {
416
+ .navbar-nav {
417
+ align-items: unset;
418
+ }
419
+ .nav-item {
420
+ padding: 0 !important;
421
+ }
422
+ .socialIons > .item-lists2 {
423
+ flex-direction: row;
424
+ align-items: center;
425
+ }
426
+ .socialIons > .item-lists2 > li {
427
+ padding-right: 30px;
428
+ margin: 0;
429
+ }
430
+ .sep {
431
+ margin: 0;
432
+ }
433
+ .author-meta {
434
+ padding-left: 15px;
435
+ }
436
+ .comments-count {
437
+ margin: 18px 0;
438
+ text-align: left;
439
+ }
440
+
441
+ .navbar {
442
+ padding-left: 7% !important;
443
+ padding-right: 7% !important;
444
+ }
445
+ .title,
446
+ .description {
447
+ width: 100% !important;
448
+ text-align: center;
449
+ }
450
+ .angle-arrow {
451
+ position: fixed;
452
+ bottom: 4px;
453
+ right: 32px;
454
+ top: auto;
455
+ z-index: 999;
456
+ }
457
+ .alertbar form {
458
+ display: block;
459
+ margin-top: 10px;
460
+ }
461
+ .small_description {
462
+ font-size: 25px;
463
+ }
464
+ }
data/assets/easy.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path d="M32.623 33.364l-1.764-1.018.504-.874 1.764 1.018 1.019-1.764.873.505-1.018 1.764 1.764 1.018-.504.874-1.764-1.018-1.019 1.764-.874-.505 1.019-1.764zM9.099 25.486c-1.314-1.774-1.514-4.264-.317-6.338a5.845 5.845 0 0 1 3.388-2.691l8.464-7.68L24.805 8l-1.203 4.099-6.012 5.455 11.25 6.493-.02-5.17c0-3.136.884-5.725 2.362-7.792a11.075 11.075 0 0 1 1.635-1.834 6.49 6.49 0 0 1 .775-.608l.308-.196.289.222c.16.124.428.358.768.7.56.564 1.118 1.232 1.64 2.003 1.446 2.14 2.332 4.646 2.38 7.498l-.007 11.606c1.256 1.772 1.42 4.215.248 6.245-1.194 2.069-3.455 3.15-5.657 2.893a6.332 6.332 0 0 1-4.986-.387c-.014-.006-5.443-3.139-16.287-9.398l-.151-.088a6.312 6.312 0 0 1-3.038-4.255zm1.625 1.465a5.272 5.272 0 0 0 2.06 1.988l16.193 9.352a5.367 5.367 0 0 0 2.504.644L10.963 27.09l-.187-.108a5.62 5.62 0 0 1-.052-.03zm5.945-9.93l6.046-5.486.656-2.234-2.273.424-7.158 6.494a5.509 5.509 0 0 1 2.729.802zm13.195 7.617c2.26 1.306 4.813 2.779 7.657 4.42a.5.5 0 0 1 .115.092c.104.073.206.15.304.229.003-6.988.006-10.494.009-10.518a12.606 12.606 0 0 0-2.206-6.94 12.9 12.9 0 0 0-1.52-1.859 10.624 10.624 0 0 0-.377-.362 8.16 8.16 0 0 0-.34.287 10.075 10.075 0 0 0-1.486 1.668c-1.361 1.904-2.179 4.296-2.179 7.221l.023 5.762zm6.152-8.648c.004-.274.213-.492.466-.487.253.005.455.23.45.505l-.1 6.07c-.004.273-.213.492-.466.487-.253-.005-.455-.231-.45-.505l.1-6.07zm-19.961 1.85c-2.215-1.279-5.081-.47-6.4 1.814-1.318 2.283-.585 5.17 1.63 6.448.056.033.113.064.17.094.018.01 6.916 3.993 20.695 11.952 2.25 1.099 4.936.25 6.195-1.93 1.259-2.182.651-4.932-1.367-6.286-.014-.01-6.906-3.993-20.677-11.95-.135-.076-.19-.11-.246-.142z"/></svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M18 4.63h-2.397c-1.69 0-2.182.65-2.182 1.897v2.52h4.395l-.584 3.901H13.42V23H8.81V12.948H5V9.047h3.81V6.175C8.81 2.897 11.117 1 14.559 1c1.444 0 2.612.054 3.442.135v3.496z">
4
+ </path>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path d="M16.534 29.396l-3.859 6.684 3.906.235 2.156 3.265 4.66-7.438-.1-.162a11.943 11.943 0 0 1-6.763-2.584zm-.77-.668A11.966 11.966 0 0 1 12 20c0-6.627 5.373-12 12-12s12 5.373 12 12c0 3.446-1.452 6.552-3.778 8.74l4.758 8.241-5.022.302-2.773 4.198-5.195-8.384-5.196 8.384-2.772-4.198L11 36.98l4.765-8.253zm8.918 3.253l-.1.161 4.66 7.438 2.157-3.265 3.906-.235-3.853-6.673a11.943 11.943 0 0 1-6.77 2.574zM24 31c6.075 0 11-4.925 11-11S30.075 9 24 9s-11 4.925-11 11 4.925 11 11 11z"/></svg>
Binary file
Binary file
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M12 2.982c2.937 0 3.285.011 4.445.064 1.072.05 1.655.228 2.043.379.513.2.88.438 1.264.823.385.385.624.751.823 1.265.15.387.33.97.379 2.042.053 1.16.064 1.508.064 4.445 0 2.937-.011 3.285-.064 4.445-.05 1.072-.228 1.655-.379 2.043-.2.513-.438.88-.823 1.264a3.408 3.408 0 01-1.264.823c-.388.15-.97.33-2.043.379-1.16.053-1.508.064-4.445.064-2.937 0-3.285-.011-4.445-.064-1.072-.049-1.655-.228-2.042-.379-.514-.2-.88-.438-1.265-.823a3.408 3.408 0 01-.823-1.264c-.15-.388-.33-.97-.379-2.043-.053-1.16-.064-1.508-.064-4.445 0-2.937.011-3.285.064-4.445.049-1.072.228-1.655.379-2.042.2-.514.438-.88.823-1.265a3.408 3.408 0 011.265-.823c.387-.15.97-.33 2.042-.379 1.16-.053 1.508-.064 4.445-.064zM12 1c-2.987 0-3.362.013-4.535.066-1.171.054-1.97.24-2.67.512a5.392 5.392 0 00-1.949 1.268 5.392 5.392 0 00-1.269 1.949c-.271.7-.457 1.499-.51 2.67C1.012 8.638 1 9.013 1 12c0 2.988.013 3.362.066 4.535.054 1.171.24 1.97.511 2.67a5.392 5.392 0 001.27 1.949 5.392 5.392 0 001.948 1.268c.7.273 1.499.458 2.67.512C8.638 22.987 9.013 23 12 23s3.362-.013 4.535-.066c1.171-.054 1.97-.24 2.67-.512a5.391 5.391 0 001.949-1.268 5.391 5.391 0 001.268-1.948c.272-.7.458-1.5.512-2.67.053-1.174.066-1.549.066-4.536 0-2.987-.013-3.362-.066-4.535-.054-1.171-.24-1.97-.512-2.67a5.39 5.39 0 00-1.268-1.949 5.391 5.391 0 00-1.949-1.268c-.7-.272-1.499-.458-2.67-.512C15.362 1.013 14.987 1 12 1zm0 5.351a5.649 5.649 0 100 11.298A5.649 5.649 0 0012 6.35zm0 9.316a3.667 3.667 0 110-7.334 3.667 3.667 0 010 7.334zm7.192-9.539a1.32 1.32 0 11-2.64 0 1.32 1.32 0 012.64 0z">
4
+ </path>
5
+ </svg>
@@ -0,0 +1,8 @@
1
+ const alertbar = document.querySelector('.alertbar')
2
+ window.addEventListener('scroll', () => {
3
+ if (pageYOffset > 200) {
4
+ alertbar.style.display = 'block'
5
+ } else {
6
+ alertbar.style.display = 'none'
7
+ }
8
+ })
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M23 23h-5.118v-7.339c0-1.92-.8-3.232-2.561-3.232-1.347 0-2.096.885-2.444 1.738-.131.306-.11.732-.11 1.159V23H7.695s.065-13 0-14.182h5.07v2.226c.3-.973 1.92-2.362 4.506-2.362 3.208 0 5.728 2.04 5.728 6.432V23zM3.38 6.773h-.03C1.926 6.773 1 5.72 1 4.388 1 3.03 1.952 2 3.407 2 4.86 2 5.754 3.027 5.783 4.384c0 1.333-.923 2.389-2.404 2.389zM1 8.682h4.783V23H1V8.682z">
4
+ </path>
5
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path d="M16 14a8 8 0 1 1 16 0v5h4a3 3 0 0 1 3 3.001V38a3.003 3.003 0 0 1-3 3H12a3 3 0 0 1-3-3.001V22a3.003 3.003 0 0 1 3-3h4v-5zm1 0v5h14v-5a7 7 0 0 0-14 0zm15 6H12c-1.102 0-2 .898-2 2.001V38a2 2 0 0 0 2 2h24c1.102 0 2-.898 2-2.001V22a2 2 0 0 0-2-2h-4zm-8 6a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0v-7a1 1 0 0 1 1-1z"/></svg>
data/assets/star.svg ADDED
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 36" fill="#fff">
2
+ <path
3
+ d="M6,6 L9,18 L6,30 L18,27 L30,30 L27,18 L30,6 L18,9 L6,6 Z M3,3 L18,6.75 L33,3 L29.25,18 L33,33 L18,29.25 L3,33 L6.75,18 L3,3 Z">
4
+ </path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M20.436 5.83c.92-.552 1.6-1.437 1.994-2.498-.854.508-1.862.884-2.936 1.105A4.286 4.286 0 0016.251 3c-2.52 0-4.558 1.99-4.558 4.533 0 .376.088.686.132 1.084A13.15 13.15 0 012.534 3.84c-.416.664-.614 1.438-.614 2.3 0 1.548.767 2.941 2.016 3.76a4.737 4.737 0 01-2.06-.598v.067c0 2.189 1.556 4.046 3.616 4.466-.35.089-.789.177-1.183.177-.285 0-.614-.066-.877-.088.592 1.813 2.28 3.162 4.23 3.184-1.49 1.216-3.485 1.924-5.61 1.924-.35 0-.745 0-1.052-.022C2.994 20.314 5.382 21 7.946 21c8.261 0 12.84-6.9 12.84-12.936 0-.155 0-.376-.021-.597A9.469 9.469 0 0023 5.1c-.767.376-1.665.597-2.564.73z">
4
+ </path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M21.38 4.48A2.94 2.94 0 0123.5 6.5c.5 1.78.5 5.5.5 5.5s0 3.72-.5 5.5a2.94 2.94 0 01-2.12 2.02C19.5 20 12 20 12 20s-7.5 0-9.38-.48A2.94 2.94 0 01.5 17.5C0 15.72 0 12 0 12s0-3.72.5-5.5a2.94 2.94 0 012.12-2.02C4.5 4 12 4 12 4s7.5 0 9.38.48zM17 12l-8 4V8l8 4z">
4
+ </path>
5
+ </svg>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blog-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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-03-13 00:00:00.000000000 Z
11
+ date: 2021-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -59,6 +59,39 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
+ - _data/blog/alertbar.yml
63
+ - _data/blog/authors.yml
64
+ - _data/blog/blog.yml
65
+ - _data/blog/nav.json
66
+ - _data/blog/share.yml
67
+ - _includes/author_bio.html
68
+ - _includes/custom-head.html
69
+ - _includes/disqus_comments.html
70
+ - _includes/header/blogHeader.html
71
+ - _includes/header/index.html
72
+ - _includes/paginationBlogPage.html
73
+ - _includes/paginationPostPage.html
74
+ - _includes/postbox.html
75
+ - _includes/script.html
76
+ - _includes/section/alertbar.html
77
+ - _includes/section/count.html
78
+ - _layouts/blog.html
79
+ - _layouts/categories.html
80
+ - _layouts/post.html
81
+ - assets/cross.svg
82
+ - assets/css/blog.css
83
+ - assets/easy.svg
84
+ - assets/facebook.svg
85
+ - assets/guaranty.svg
86
+ - assets/images/avatar.png
87
+ - assets/images/logo.png
88
+ - assets/instagram.svg
89
+ - assets/js/TopScroll.js
90
+ - assets/linkdin.svg
91
+ - assets/protect.svg
92
+ - assets/star.svg
93
+ - assets/twitter.svg
94
+ - assets/youtube.svg
62
95
  - readme.md
63
96
  homepage: https://github.com/ManpreetChoudhary/blogTheme
64
97
  licenses: