blogging-site-theme 0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +7 -0
  2. data/_data/blog/authors.yml +5 -0
  3. data/_data/blog/blog.yml +3 -0
  4. data/_data/blog/footer.json +86 -0
  5. data/_data/blog/nav.json +18 -0
  6. data/_data/blog/share.yml +28 -0
  7. data/_data/dataFiles/en/data.json +34 -0
  8. data/_data/theme/UI.json +3 -0
  9. data/_includes/author_bio.html +12 -0
  10. data/_includes/custom-head.html +55 -0
  11. data/_includes/disqus_comments.html +11 -0
  12. data/_includes/footer/index.html +51 -0
  13. data/_includes/google-analytics.html +8 -0
  14. data/_includes/header/index.html +10 -0
  15. data/_includes/header/nav-menu.html +37 -0
  16. data/_includes/pagination.html +36 -0
  17. data/_includes/paginationPostPage.html +18 -0
  18. data/_includes/postbox.html +31 -0
  19. data/_includes/scripts.html +2 -0
  20. data/_includes/search-lunr.html +11 -0
  21. data/_includes/section/alertbar.html +12 -0
  22. data/_includes/section/count.html +24 -0
  23. data/_includes/section/faq.html +32 -0
  24. data/_includes/section/recent_posts.html +42 -0
  25. data/_includes/section/related_post.html +55 -0
  26. data/_layouts/blog.html +75 -0
  27. data/_layouts/categories.html +25 -0
  28. data/_layouts/post.html +78 -0
  29. data/_sass/_main.scss +25 -0
  30. data/_sass/theme/_blog.scss +242 -0
  31. data/_sass/theme/_faq.scss +69 -0
  32. data/_sass/theme/_footer.scss +65 -0
  33. data/_sass/theme/_header.scss +184 -0
  34. data/_sass/theme/_pagination.scss +23 -0
  35. data/_sass/theme/pagination2.scss +36 -0
  36. data/assets/css/main.scss +7 -0
  37. data/assets/images/bebo-logo.svg +41 -0
  38. data/assets/images/bg.jpg +0 -0
  39. data/assets/images/blogger-logotype.svg +48 -0
  40. data/assets/images/cancel.png +0 -0
  41. data/assets/images/favicon-16x16.png +0 -0
  42. data/assets/images/favicon.ico +0 -0
  43. data/assets/images/manpreet.png +0 -0
  44. data/assets/images/menu.png +0 -0
  45. data/assets/images/ram.png +0 -0
  46. data/assets/js/lazyload.js +258 -0
  47. data/assets/js/lunr.js +2977 -0
  48. data/assets/js/lunrsearchengine.js +89 -0
  49. data/assets/js/thefrontendworld.js +13 -0
  50. data/readme.md +338 -0
  51. metadata +134 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5cae4167e1b77d46aacca3f83d46e7d9e550d6b4856272446799de7a514228a2
4
+ data.tar.gz: 75b98335bd400b072f8e4523e59eacea1d2117d16e5505675246b48705feede5
5
+ SHA512:
6
+ metadata.gz: 1302b1460a2ebb4bf89a841439c87b7409f4749a56a4128520859564165f75f388805537bb41ed3242d5c9f4dbfab91a63477dd8a6eefce50303db7532297599
7
+ data.tar.gz: 673716f41d7bf2ebf99774572324f5d600c1604e327a97a6d9ccc7d624468c6665011a12a35171ffb549e8305896613109ad4e3f9da56ab6323e1a7f6b77c680
@@ -0,0 +1,5 @@
1
+ Manpreet:
2
+ name: Manpreet singh
3
+ image: /assets/images/manpreet.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
+ link: https://twitter.com/home
@@ -0,0 +1,3 @@
1
+ ---
2
+ h1: Latest Posts from our Blog
3
+ tagline: Best Blogging Site
@@ -0,0 +1,86 @@
1
+ {
2
+ "footerMenu": {
3
+ "dropdown": [{
4
+ "categoryName":"Cricket Posts",
5
+ "links": [
6
+ {
7
+ "name": "blog1",
8
+ "url":"/"
9
+ },
10
+ {
11
+ "name": "blog2",
12
+ "url":"/"
13
+ },
14
+ {
15
+ "name": "blog3",
16
+ "url":"/"
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "categoryName":"Latest Posts",
22
+ "links": [
23
+ {
24
+ "name": "blog1",
25
+ "url":"/"
26
+ },
27
+ {
28
+ "name": "blog1",
29
+ "url":"/"
30
+ },
31
+ {
32
+ "name": "blog1",
33
+ "url":"/"
34
+ }
35
+
36
+ ]
37
+ },
38
+ {
39
+ "categoryName":"Website Name",
40
+ "links": [
41
+ {
42
+ "name": "Terms and conditions",
43
+ "url":"/"
44
+ },
45
+ {
46
+ "name": "Privacy Policy",
47
+ "url":"/"
48
+ },
49
+ {
50
+ "name": "Disclaimer",
51
+ "url":"/"
52
+ }
53
+ ]
54
+ }
55
+ ]
56
+ },
57
+
58
+ "socialIcon":[
59
+ {
60
+ "target": "_blank",
61
+ "href": "https://www.facebook.com/",
62
+ "i": "fab fa-facebook-square"
63
+ },
64
+ {
65
+ "target": "_blank",
66
+ "href": "https://twitter.com/",
67
+ "i": "fab fa-twitter-square"
68
+ },
69
+ {
70
+ "target": "_blank",
71
+ "href": "https://www.linkedin.com/",
72
+ "i": "fab fa-linkedin-in"
73
+ },
74
+ {
75
+ "target": "_blank",
76
+ "href": "https://github.com/",
77
+ "i": "fab fa-github"
78
+ },
79
+ {
80
+ "target": "_blank",
81
+ "href": "https://slack.com/intl/en-in/",
82
+ "i": "fab fa-slack"
83
+ }
84
+ ]
85
+
86
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "navbarBrandText": "BestBloggingTheme",
3
+ "navbarBrandLogo": "/assets/images/bebo-logo.svg",
4
+ "navItems":[
5
+ {
6
+ "name":"Home",
7
+ "url":""
8
+ },
9
+ {
10
+ "name":"About",
11
+ "url":""
12
+ },
13
+ {
14
+ "name":"Blog",
15
+ "url":""
16
+ }
17
+ ]
18
+ }
@@ -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,34 @@
1
+ {
2
+ "faq_heading": "FREQUENTLY ASKED QUESTIONS",
3
+ "faqList":[
4
+ {
5
+ "question": "1. How to make the right choice every time?",
6
+ "answer": "Do you think a simple coin flip is going to ensure you always make the right choice?\nIt's true!\nMake one option head or tail. Consider it for a moment, visualising the two possibilities on either side. Toss the coin after taking a deep breath.\nIt suddenly doesn't matter which side of the coin lands on, because you already know which side you want it to land on.\nYou've received your answer. And it's the correct option."
7
+ },
8
+ {
9
+ "question": "2. Can you cheat a coin toss?",
10
+ "answer": "This tool is 100% cheat-proof way to flip a coin and get head or tail over the internet. There is no magic trick involved and it will not allow you to manipulate the outcome of a coin toss."
11
+ },
12
+ {
13
+ "question": "3. How to Use the Head or Tail Tool?",
14
+ "answer": "The world's most fashionable head or tail tool. Toss a virtual coin to make choices. One side is labelled \"Heads,\" while the other is labelled \"Tails.\" To begin random flipping, press the coin or the flip button. The probability of heads or tails is 50:50."
15
+ },
16
+ {
17
+ "question": "4. When to use head or tail tool?",
18
+ "answer": "We've all found ourselves in positions where we couldn't decide whether to act or not. Those difficult 50/50 choices can be resolved by head or tail tool. Head or tail has always been a convenient and efficient way to reach a decision. Throughout history, it has been used to resolve disputes, declare winners. The outcome of head or tail tool can be used for conflict resolution"
19
+ },
20
+ {
21
+ "question": "5. Is it possible for a virtual coin to always generate a random head or tail result?",
22
+ "answer": "The chances of a coin flip are 50:50, as we discussed earlier. However, research indicates that there is a bias that makes the coin toss less equal. More precisely, catching the coin the same way we throw it has a 0.51 chance of happening. Despite this, flipping a coin is still a popular way to choose between two choices. We no longer have to be concerned with the physics of it. We can instead go to numbermagics.com and flip a virtual coin with a single click. It's a wonderful way to make a fast decision at any time and in any where."
23
+ },
24
+ {
25
+ "question": " What is head or tail in flip a coin game?",
26
+ "answer": "The side of the coin with an image, or head, is referred to as 'Heads,' while the opposite side is referred to as 'Tails.' This is not because it has a tail, but rather because it is the polar opposite of heads."
27
+ },
28
+ {
29
+ "question": "Is flipping a coin head or tail a fair and unbaised method?",
30
+ "answer": "This application is a decision-making method that provides a satisfactory 50/50 outcome. numbermagic.com coin is simple, easy to use and fun tool for f;ip a coin and get head or tail, Flip-a-coin has 50 – 50 chances of turning head/tail. That makes heads and tails equally likely. The chance to get the head is equal to the chance to get a tail since a coin is supposed to be unbaised. Therefore the results of the toss are believed to be absolutely fair, purely a matter of luck at the moment. The coin toss has been used for many centuries to determine random results."
31
+ }
32
+ ]
33
+
34
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "color": "#0F0E15"
3
+ }
@@ -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.github }}">{{author.name}}</a>
8
+ <a class="btn_follow text-decoration-none" target="_blank" href="{{author.github}}">Follow</a>
9
+ </span><br>
10
+ <span class="author_bio">{{author.bio}}</span>
11
+ </span>
12
+ </div>
@@ -0,0 +1,55 @@
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
+ <title data-rh="true">{{page.title}}</title>
13
+
14
+ <meta charset="UTF-8">
15
+ <meta data-rh="true" name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
16
+ <meta name="keywords" content="{{site.keyboard}}">
17
+ <meta name="description" content="{{ seo_description}}">
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}}">
37
+ <meta name="author" content="{{ site.author_name }}">
38
+
39
+
40
+ <!-- Favicon-->
41
+ <link rel="shortcut icon" href="{{ favicon | relative_url }}">
42
+
43
+ <!-- fonts -->
44
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet">
45
+ <link rel="stylesheet" href="{{ 'assets/css/main.css' | relative_url }}">
46
+
47
+ <!-- add fontAwesome -->
48
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
49
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
50
+ <script src="https://code.jquery.com/jquery-3.5.1.js"></script>
51
+
52
+
53
+ <meta name="google-site-verification" content="{{site.google_site_verification}}" />
54
+ {% include google-analytics.html %}
55
+ </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,51 @@
1
+ {%- assign footerData = site.data.blog.footer.footerMenu.dropdown -%}
2
+ {%- assign footerData2 = site.data.blog.footer -%}
3
+ <div class="container-fluid">
4
+ <div class="main_row row py-5 samePad mx-0">
5
+ <div class="col-md-10 mx-auto">
6
+ <div class="row d-flex justify-content-between">
7
+ {%- for item in footerData -%}
8
+ <div class="col-md-2">
9
+ <p class="font-weight-bold footer_subheading">{{item.categoryName}}</p>
10
+ {%- for item in item.links -%}
11
+ <p><a class="footer__link" href="{{item.url}}">{{item.name}}</a></p>
12
+ {% endfor %}
13
+ </div>
14
+ {% endfor %}
15
+
16
+ <div class="col-md-4">
17
+ <p class="footer_subheading">Feedback</p>
18
+ <p> Share your expierence with Math-World</p>
19
+ <div class="input_div">
20
+ <i class="far fa-envelope"></i>
21
+ <input type="text" placeholder="Enter Your Email" class="input__design">
22
+ </div>
23
+ <a href="#">
24
+ <button class="my_btn mt-3" value="Enter Your Email"
25
+ style="background-color:{{footerData2.color}}">Submit</button>
26
+ </a>
27
+ </div>
28
+ <div class="col-12 mt-2">
29
+ <p class="footer_subheading text-center">Follow us on</p>
30
+ <div class="icons d-flex align-items-center justify-content-center">
31
+ {%- for item in site.data.blog.footer.socialIcon -%}
32
+ <a target="{{item.target}}" href="{{item.href}}">
33
+ <i class="{{item.i}} s_link" style="color:{{footerData2.color}}"></i>
34
+ </a>
35
+ {%- endfor -%}
36
+ </div>
37
+ </div>
38
+ </div>
39
+ </div>
40
+ </div>
41
+ </div>
42
+ <div class="row m-0 py-3" style="background-color: {{footerData2.color}};">
43
+ <div class="col-12">
44
+ <div class="d-flex justify-content-between px-md-5 px-0 footer__flexbox">
45
+ <p class="m-0 text-white">{{site.copyright_text}}</p>
46
+ <!-- <p class="m-0"><a class="footer__link" href="/about-us">About Us</a>
47
+ <a class="footer__link" href="/contact-us">| Contact Us</a>
48
+ </p> -->
49
+ </div>
50
+ </div>
51
+ </div>
@@ -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>
@@ -0,0 +1,10 @@
1
+ <!-- start Header Area -->
2
+ {%- assign theme = site.data.theme.UI -%}
3
+ <div class="container-fluid navigationBottomLine" style="background: {{theme.color}};">
4
+ <div class="container samePad">
5
+ <header>
6
+ {% include header/nav-menu.html %}
7
+ </header>
8
+ </div>
9
+ </div>
10
+ <!-- End Header Area -->
@@ -0,0 +1,37 @@
1
+
2
+ {%- assign navBarData = site.data.blog.nav.navItems -%}
3
+ <nav class="navbar navbar-expand-lg navbar-light">
4
+ <div class="container-fluid p-0">
5
+ {%- assign navbar = site.data.blog.nav -%}
6
+ {% if navbar.navbarBrandText != "" %}
7
+ <a class="navbar-brand text-white" href="/" title="{{navbar.navbarBrandText}}">{{navbar.navbarBrandText}}</a>
8
+
9
+ {% else %}
10
+ <a href="/">
11
+ <img class="logo-height" src="{{navbar.navbarBrandLogo}}"
12
+ alt="{{navbar.navbarBrandLogo}}" class="navbar-brand-image"
13
+ height="40px" width="40px">
14
+ </a>
15
+ {% endif %}
16
+ <div class="manul-navbar-toggler navbar-toggler">
17
+ <div class="transforming-bars"></div>
18
+ </div>
19
+
20
+ <div class="collapse navbar-collapse" id="navbarSupportedContent">
21
+ <ul class="navbar-nav me-auto mb-2 mb-lg-0 navbar__nav">
22
+ {%- for item in navBarData -%}
23
+ {%- if item.name -%}
24
+ <li class="nav-item">
25
+ <a class="nav-link" href="/{{item.url}}">{{item.name}}</a>
26
+ </li>
27
+
28
+ {%- endif -%}
29
+ {% endfor %}
30
+
31
+ <li class="nav-item">
32
+ {% include search-lunr.html %}
33
+ </li>
34
+ </ul>
35
+ </div>
36
+ </div>
37
+ </nav>
@@ -0,0 +1,36 @@
1
+ {%- assign theme = site.data.theme.UI -%}
2
+ <!-- pagination -->
3
+ <div class="bottompagination">
4
+ <div class="pointerup"><i class="fa fa-caret-up"></i></div>
5
+ <span class="navigation" role="navigation"></span>
6
+ </div>
7
+ {% if paginator.total_pages > 1 %}
8
+ <div class="blog-pagination">
9
+ {% if paginator.previous_page %}
10
+ <a style="color: {{theme.color}}; font-weight: 900;"
11
+ href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a>
12
+ {% else %}
13
+ <span class="text-muted">&laquo; Prev</span>
14
+ {% endif %}
15
+
16
+ {% for page in (1..paginator.total_pages) %}
17
+ {% if page == paginator.page %}
18
+ <span class="webjeda text-muted">{{ page }}</span>
19
+ {% elsif page == 1 %}
20
+ <a href="/blog" style="color: {{theme.color}}; font-weight: 900;">{{ page }}</a>
21
+ {% else %}
22
+ <a style="color: {{theme.color}}; font-weight: 900;"
23
+ href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page
24
+ }}</a>
25
+ {% endif %}
26
+ {% endfor %}
27
+
28
+ {% if paginator.next_page %}
29
+ <a style="color: {{theme.color}}; font-weight: 900;"
30
+ href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Next
31
+ &raquo;</a>
32
+ {% else %}
33
+ <span class="text-muted">Next &raquo;</span>
34
+ {% endif %}
35
+ </div>
36
+ {% endif %}
@@ -0,0 +1,18 @@
1
+ {%- assign theme = site.data.theme.UI -%}
2
+ <div class="post-links">
3
+ <div class="bottompagination">
4
+ <div class="pointerup"><i class="fa fa-caret-up"></i></div>
5
+ <span class="navigation" role="navigation">
6
+ <div class="pagination2">
7
+ {% if page.previous.url %}
8
+ <a class="ml-1 mr-1 pageUrl" style="color: {{theme.color}}; href="{{page.previous.url}}">« Prev</a>
9
+ {% endif %}
10
+
11
+ {% if page.next.url %}
12
+ <a class="ml-1 mr-1 pageUrl" style="color: {{theme.color}}; href="{{page.next.url}}"> Next »</a>
13
+
14
+ {% endif %}
15
+ </div>
16
+ </span>
17
+ </div>
18
+ </div>