+ {{ post.title }} +
+{% assign curlyend = '}' %}{{ post.excerpt | markdownify | strip_html | replace: "{% include JB/setup %", "" | replace: curlyend, "" | truncatewords: 30 }}
+ Read More +diff --git a/.gitignore b/.gitignore index 2ca8682..fa404e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -_site/ -.sass-cache/ -.jekyll-cache/ +_site +.sass-cache .jekyll-metadata +*.DS_Store +Gemfile.lock +.jekyll-cache diff --git a/404.html b/404.html new file mode 100644 index 0000000..e9fa5db --- /dev/null +++ b/404.html @@ -0,0 +1,15 @@ +--- +layout: page +title: Page not found +image: +permalink: /404.html +--- +
{{ site.data.settings.blurb }}
+ {{ site.data.settings.blurb-btn-name }} +{{ education.date }}
+{{ education.organization }}
+{{ experience.date }}
+{% assign curlyend = '}' %}{{ post.excerpt | markdownify | strip_html | replace: "{% include JB/setup %", "" | replace: curlyend, "" | truncatewords: 30 }}
+ Read More +{{ service.description }}
+{{ team-member.designation }}
+{{ work.content | markdownify }}
+" %}{% assign _pres_after = "" %}{% if _pres.size != 0 %}{% if site.compress_html.blanklines %}{% assign _lines = _pres.last | split: _LINE_FEED %}{% assign _lastchar = _pres.last | split: "" | last %}{% assign _outerloop = forloop %}{% capture _pres_after %}{% for _line in _lines %}{% assign _trimmed = _line | split: " " | join: " " %}{% if forloop.last and _lastchar == _LINE_FEED %}{% unless _outerloop.last %}{{ _LINE_FEED }}{% endunless %}{% continue %}{% endif %}{% if _trimmed != empty or forloop.last %}{% unless forloop.first %}{{ _LINE_FEED }}{% endunless %}{{ _line }}{% endif %}{% endfor %}{% endcapture %}{% else %}{% assign _pres_after = _pres.last | split: " " | join: " " %}{% endif %}{% endif %}{% capture _content %}{{ _content }}{% if _pre_before contains "" %}
{% endif %}{% unless _pre_before contains "" and _pres.size == 1 %}{{ _pres_after }}{% endunless %}{% endcapture %}{% endfor %}{% if _profile %}{% assign _profile_collapse = _content | size | plus: 1 %}{% endif %}{% if site.compress_html.clippings == "all" %}{% assign _clippings = "html head title base link meta style body article section nav aside h1 h2 h3 h4 h5 h6 hgroup header footer address p hr blockquote ol ul li dl dt dd figure figcaption main div table caption colgroup col tbody thead tfoot tr td th" | split: " " %}{% else %}{% assign _clippings = site.compress_html.clippings %}{% endif %}{% for _element in _clippings %}{% assign _edges = "
Step | Bytes |
raw | {{ content | size }}{% if _profile_endings %} |
endings | {{ _profile_endings }}{% endif %}{% if _profile_startings %} |
startings | {{ _profile_startings }}{% endif %}{% if _profile_comments %} |
comments | {{ _profile_comments }}{% endif %}{% if _profile_collapse %} |
collapse | {{ _profile_collapse }}{% endif %}{% if _profile_clippings %} |
clippings | {{ _profile_clippings }}{% endif %} |
Published on {{ page.date | date: '%b %d, %Y' }} by {{ page.author }} on {% for tag in page.tags %}{{ tag }} {% endfor %}
+