forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ba398d
commit b1a89f9
Showing
214 changed files
with
7,399 additions
and
1,990 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,10 +26,11 @@ urls: | |
|
||
author_logo: profile.png | ||
author: John Doe | ||
author_bio: Web Designer and Developer | ||
author_bio: Hi, my name is John Doe. I built this site using devlopr-jekyll :D | ||
author_email: "[email protected]" | ||
author_location: India | ||
author_website_url: "http://johndoe.com" | ||
typewrite-text: devlopr is a jekyll theme built for developers. You can edit this in _config.yml file | ||
|
||
author_work_experiences: | ||
- company_name: Google | ||
|
@@ -67,7 +68,7 @@ author_project_details: | |
|
||
# social links | ||
twitter_username: johndoe | ||
github_username: johndoe | ||
github_username: sujaykundu777 | ||
facebook_username: johndoe | ||
linkedin_username: johndoe | ||
behance_username: johndoe | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
<div class="col-lg-12"> | ||
|
||
<nav aria-label="breadcrumb" role="navigation"> | ||
<ol class="breadcrumb"> | ||
<li class="breadcrumb-item"> | ||
<a href="{{site.url}}{{site.baseurl}}/blog"><i class="fa fa-home" aria-hidden="true"></i></a> | ||
</li> | ||
<li class="breadcrumb-item active" aria-current="page"><a href="{{page.url}}">{{ page.title }}</a></li> | ||
</ol> | ||
</nav> | ||
</div> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
|
||
<footer> | ||
|
||
<p> Powered by<a href="https://github.com/sujaykundu777/devlopr-jekyll"> devlopr jekyll</a>. Hosted at <a href="https://pages.github.com">Github</a>. Subscribe via | ||
<p> Powered by<a href="https://github.com/sujaykundu777/devlopr-jekyll"> devlopr jekyll</a>.Hosted at <a href="https://pages.github.com">Github</a>. Subscribe via | ||
<a href="{{ " /feed.xml " | prepend: site.baseurl }}">RSS</a> | ||
</p> | ||
|
||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!-- Place this tag where you want the button to render. --> | ||
<a class="github-button" href="https://github.com/sujaykundu777/devlopr-jekyll" data-size="large" data-show-count="true" aria-label="Star sujaykundu777/devlopr-jekyll on GitHub">Star</a> | ||
<!-- Place this tag where you want the github button to render. --> | ||
<a class="github-button" href="https://github.com/sujaykundu777/devlopr-jekyll" data-color-scheme="no-preference: dark; light: dark; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star sujaykundu777/devlopr-jekyll on GitHub">Star this Project</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,145 +1,146 @@ | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>{{ site.title }} - {{ site.subtitle }}</title> | ||
<meta http-equip="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="{% if page.title %}{{ page.title }}{% else %}{{ site.description }}{% endif %}" /> | ||
<meta name="keywords" content="{% if page.title %}{{ page.title }}, {{ site.title }}, {% for categ in page.categories %}{{ categ }}{% if forloop.last == false %}, {% endif %}{% endfor %}{% else %}{{ site.title }}, {% for category in site.categories %}{% capture categories_slug %}{{ category | first }}{% endcapture %}{% for categ in categories_slug %}{{ categ }}{% endfor %}{% if forloop.last == false %}, {% endif %}{% endfor %}{% endif %}" /> | ||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml"> | ||
<meta content="{{ site.share.fb_appid }}" property="fb:app_id"> | ||
<meta content="{{ site.title }}" property="og:site_name"> | ||
{% if page.noindex %} | ||
<meta name="robots" content="noindex"> | ||
{% endif %} | ||
{% if page.title %} | ||
<meta content="{{ page.title }}" property="og:title"> | ||
<meta content="article" property="og:type"> | ||
{% else %} | ||
<meta content="{{ site.title }}" property="og:title"> | ||
<meta content="website" property="og:type"> | ||
{% endif %} | ||
|
||
{% if page.summary %} | ||
<meta content="{{ page.summary }}" property="og:description"> | ||
{% else %} | ||
<meta content="{{ site.description }}" property="og:description"> | ||
{% endif %} | ||
|
||
{% if page.url %} | ||
<meta content="{{ site.url }}{{ page.url }}" property="og:url"> | ||
{% endif %} | ||
|
||
{% if page.date %} | ||
<meta content="{{ page.date | date_to_xmlschema }}" property="article:published_time"> | ||
<meta content="{{ site.url }}/about/" property="article:author"> | ||
{% endif %} | ||
|
||
{% if page.image %} | ||
<meta content="{{ site.url }}/assets/img/posts/{{ page.image }}" property="og:image"> | ||
{% endif %} | ||
|
||
{% if page.categories %} | ||
{% for category in page.categories limit:1 %} | ||
<meta content="{{ category }}" property="article:section"> | ||
{% endfor %} | ||
{% endif %} | ||
|
||
{% if page.tags %} | ||
{% for tag in page.tags %} | ||
<meta content="{{ tag }}" property="article:tag"> | ||
{% endfor %} | ||
{% endif %} | ||
|
||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:site" content="@{{ site.share.twitter_username }}"> | ||
<meta name="twitter:creator" content="@{{ site.share.twitter_username }}"> | ||
|
||
{% if page.title %} | ||
<meta name="twitter:title" content="{{ page.title }}"> | ||
{% else %} | ||
<meta name="twitter:title" content="{{ site.title }}"> | ||
{% endif %} | ||
<meta content="{{ site.title }}" property="og:site_name"> | ||
{% if page.url %} | ||
<meta name="twitter:url" content="{{ site.url }}{{ page.url }}"> | ||
{% endif %} | ||
|
||
{% if page.description %} | ||
<meta name="twitter:description" content="{{ page.description }}"> | ||
{% else %} | ||
<meta name="twitter:description" content="{{ site.description }}"> | ||
{% endif %} | ||
|
||
{% if page.header-img %} | ||
<meta name="twitter:image:src" content="{{ site.url }}/{{ page.header-img }}"> | ||
{% endif %} | ||
|
||
<link rel="stylesheet" href="/assets/css/main.css" /> | ||
<link rel="stylesheet" href="/assets/css/custom-style.css" /> | ||
<link rel="stylesheet" href="/assets/bower_components/lightgallery/dist/css/lightgallery.min.css"/> | ||
<link rel="stylesheet" href="https://cdn.snipcart.com/themes/v3.0.0-beta.3/default/snipcart.css" /> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch.min.css"> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch-theme-algolia.min.css"> | ||
<link rel="stylesheet" href="/assets/bower_components/bootstrap/dist/css/bootstrap.min.css" /> | ||
<link rel="stylesheet" href="/assets/bower_components/font-awesome/web-fonts-with-css/css/fontawesome-all.min.css" /> | ||
|
||
<!-- Fonts--> | ||
<link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet"> | ||
|
||
<!-- Favicon --> | ||
<link rel="icon" href="{{site.url}}{{site.baseurl}}/assets/img/favicon.ico" type="image/gif" sizes="16x16"> | ||
|
||
<!-- Jquery --> | ||
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha384-vk5WoKIaW/vJyUAd9n/wmopsmNhiy+L2Z+SBxGYnUkunIxVxAv/UtMOhba/xskxh" crossorigin="anonymous"></script> | ||
<!-- <script src="/assets/bower_components/jquery/dist/jquery.min.js"></script> --> | ||
<script src="/assets/bower_components/jquery.easing/jquery.easing.min.js"></script> | ||
<script src="/assets/bower_components/bootstrap/dist/js/bootstrap.bundle.min.js"></script> | ||
<script src="/assets/bower_components/jquery-mousewheel/jquery.mousewheel.min.js"></script> | ||
<script src="/assets/bower_components/lightgallery/dist/js/lightgallery-all.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/picturefill/3.0.2/picturefill.min.js"></script> | ||
<script src="/assets/bower_components/imagesloaded/imagesloaded.pkgd.min.js"></script> | ||
<script src="/assets/bower_components/nanobar/nanobar.min.js"></script> | ||
<script src="/assets/bower_components/typewrite/dist/typewrite.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.20.1/moment.min.js"></script> | ||
|
||
<!-- Github Button --> | ||
<script async defer src="https://buttons.github.io/buttons.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" | ||
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" | ||
crossorigin="anonymous"></script> | ||
|
||
<script> | ||
(function (d, h, m) { | ||
var js, fjs = d.getElementsByTagName(h)[0]; | ||
if (d.getElementById(m)) { return; } | ||
js = d.createElement(h); js.id = m; | ||
js.onload = function () { | ||
window.makerWidgetComInit({ | ||
position: "right", | ||
widget: "ofeeof264otl2l5g-zspk40eq2gaomj2n-higi2qphmveubksi" | ||
}) | ||
}; | ||
js.src = "https://makerwidget.com/js/embed.js"; | ||
fjs.parentNode.insertBefore(js, fjs) | ||
}(document, "script", "dhm")) | ||
</script> | ||
|
||
<meta charset="utf-8"> | ||
<title>{% if {page.title %}{{ page.title }}{% else %}{{ site.title }} - {{ site.subtitle }}{% endif %}</title> | ||
<meta http-equip="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="{% if {page.title %}{{ page.title }}{% else %}{{ site.description }}{% endif %}" /> | ||
<meta name="keywords" content="{% if page.title %}{{ page.title }}, {{ site.title }}, {% for categ in page.categories %}{{ categ }}{% if forloop.last == false %}, {% endif %}{% endfor %}{% else %}{{ site.title }}, {% for category in site.categories %}{% capture categories_slug %}{{ category | first }}{% endcapture %}{% for categ in categories_slug %}{{ categ }}{% endfor %}{% if forloop.last == false %}, {% endif %}{% endfor %}{% endif %}" /> | ||
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml"> | ||
<meta content="{{ site.share.fb_appid }}" property="fb:app_id"> | ||
<meta content="{{ site.title }}" property="og:site_name"> | ||
{% if page.noindex %} | ||
<meta name="robots" content="noindex"> | ||
{% endif %} | ||
{% if page.title %} | ||
<meta content="{{ page.title }}" property="og:title"> | ||
<meta content="article" property="og:type"> | ||
{% else %} | ||
<meta content="{{ site.title }}" property="og:title"> | ||
<meta content="website" property="og:type"> | ||
{% endif %} | ||
|
||
{% if page.summary %} | ||
<meta content="{{ page.summary }}" property="og:description"> | ||
{% else %} | ||
<meta content="{{ site.description }}" property="og:description"> | ||
{% endif %} | ||
|
||
{% if page.url %} | ||
<meta content="{{ site.url }}{{ page.url }}" property="og:url"> | ||
{% endif %} | ||
|
||
{% if page.date %} | ||
<meta content="{{ page.date | date_to_xmlschema }}" property="article:published_time"> | ||
<meta content="{{ site.url }}/about/" property="article:author"> | ||
{% endif %} | ||
|
||
{% if page.image %} | ||
<meta content="{{ site.url }}/assets/img/posts/{{ page.image }}" property="og:image"> | ||
{% endif %} | ||
|
||
{% if page.categories %} | ||
{% for category in page.categories limit:1 %} | ||
<meta content="{{ category }}" property="article:section"> | ||
{% endfor %} | ||
{% endif %} | ||
|
||
{% if page.tags %} | ||
{% for tag in page.tags %} | ||
<meta content="{{ tag }}" property="article:tag"> | ||
{% endfor %} | ||
{% endif %} | ||
|
||
<meta name="twitter:card" content="summary"> | ||
<meta name="twitter:site" content="@{{ site.share.twitter_username }}"> | ||
<meta name="twitter:creator" content="@{{ site.share.twitter_username }}"> | ||
|
||
{% if page.title %} | ||
<meta name="twitter:title" content="{{ page.title }}"> | ||
{% else %} | ||
<meta name="twitter:title" content="{{ site.title }}"> | ||
{% endif %} | ||
<meta content="{{ site.title }}" property="og:site_name"> | ||
{% if page.url %} | ||
<meta name="twitter:url" content="{{ site.url }}{{ page.url }}"> | ||
{% endif %} | ||
|
||
{% if page.description %} | ||
<meta name="twitter:description" content="{{ page.description }}"> | ||
{% else %} | ||
<meta name="twitter:description" content="{{ site.description }}"> | ||
{% endif %} | ||
|
||
{% if page.header-img %} | ||
<meta name="twitter:image:src" content="{{ site.url }}/{{ page.header-img }}"> | ||
{% endif %} | ||
|
||
<link rel="stylesheet" href="/assets/css/main.css" /> | ||
<!-- <link rel="stylesheet" href="/assets/css/custom-style.css" /> --> | ||
<link rel="stylesheet" href="/assets/bower_components/lightgallery/dist/css/lightgallery.min.css"/> | ||
<link rel="stylesheet" href="https://cdn.snipcart.com/themes/v3.0.0-beta.3/default/snipcart.css" /> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch.min.css"> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch-theme-algolia.min.css"> | ||
<link rel="stylesheet" href="/assets/bower_components/bootstrap/dist/css/bootstrap.min.css" /> | ||
<link rel="stylesheet" href="/assets/bower_components/font-awesome/web-fonts-with-css/css/fontawesome-all.min.css" /> | ||
<link rel="stylesheet" href="/assets/bower_components/icono/dist/icono.min.css"/> | ||
<!-- Fonts--> | ||
<link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet"> | ||
<!-- Favicon --> | ||
<link rel="icon" href="{{site.url}}{{site.baseurl}}/assets/img/favicon.ico" type="image/gif" sizes="16x16"> | ||
|
||
<!-- Jquery --> | ||
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha384-vk5WoKIaW/vJyUAd9n/wmopsmNhiy+L2Z+SBxGYnUkunIxVxAv/UtMOhba/xskxh" crossorigin="anonymous"></script> | ||
<!-- <script src="/assets/bower_components/jquery/dist/jquery.min.js"></script> --> | ||
<script src="/assets/bower_components/jquery.easing/jquery.easing.min.js"></script> | ||
<script src="/assets/bower_components/bootstrap/dist/js/bootstrap.bundle.min.js"></script> | ||
<script src="/assets/bower_components/jquery-mousewheel/jquery.mousewheel.min.js"></script> | ||
<script src="/assets/bower_components/lightgallery/dist/js/lightgallery-all.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/picturefill/3.0.2/picturefill.min.js"></script> | ||
<script src="/assets/bower_components/imagesloaded/imagesloaded.pkgd.min.js"></script> | ||
<script src="/assets/bower_components/nanobar/nanobar.min.js"></script> | ||
<script src="/assets/bower_components/typewrite/dist/typewrite.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.20.1/moment.min.js"></script> | ||
|
||
<!-- Github Button --> | ||
<script async defer src="https://buttons.github.io/buttons.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" | ||
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" | ||
crossorigin="anonymous"></script> | ||
|
||
|
||
{% if jekyll.environment == "production" %} | ||
|
||
<script> | ||
(function (i, s, o, g, r, a, m) { | ||
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { | ||
(i[r].q = i[r].q || []).push(arguments) | ||
}, i[r].l = 1 * new Date(); a = s.createElement(o), | ||
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) | ||
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); | ||
|
||
ga('create', '{{ site.google_analytics }}', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
(function (d, h, m) { | ||
var js, fjs = d.getElementsByTagName(h)[0]; | ||
if (d.getElementById(m)) { return; } | ||
js = d.createElement(h); js.id = m; | ||
js.onload = function () { | ||
window.makerWidgetComInit({ | ||
position: "left", | ||
widget: "ofeeof264otl2l5g-zspk40eq2gaomj2n-higi2qphmveubksi" | ||
}) | ||
}; | ||
js.src = "https://makerwidget.com/js/embed.js"; | ||
fjs.parentNode.insertBefore(js, fjs) | ||
}(document, "script", "dhm")) | ||
</script> | ||
<!-- buy me a coffeee --> | ||
<script data-name="BMC-Widget" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="sujaykundu" data-description="Get access to exclusive content !" data-message="Hey ! Thanks for visiting, show some love by buying me a Coffee" data-color="#FF813F" data-position="right" data-x_margin="18" data-y_margin="25"></script> | ||
|
||
{% if jekyll.environment == "production" %} | ||
|
||
<script> | ||
(function (i, s, o, g, r, a, m) { | ||
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { | ||
(i[r].q = i[r].q || []).push(arguments) | ||
}, i[r].l = 1 * new Date(); a = s.createElement(o), | ||
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) | ||
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); | ||
|
||
ga('create', '{{ site.google_analytics }}', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
|
||
{% endif %} | ||
|
||
</head> | ||
</head> |
Oops, something went wrong.