Skip to content

Commit

Permalink
v. 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Jul 28, 2019
1 parent 86e7843 commit ebdd106
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</a>
</div>

<div class="col-md-4">
<div class="col-md-4 center">
<h1 class="profile-name"> {{ site.title }}</h1>
<p class="profile-bio"> {{ site.subtitle }}</p>
<p class="profile-links">
Expand Down
4 changes: 2 additions & 2 deletions _sass/devlog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ footer {
}

.blog-post {
width: 350px;
width: auto;
height: auto;
margin: 20px !important;
margin-left: -20px !important;
}

.responsive-table {
Expand Down
4 changes: 2 additions & 2 deletions devlopr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "devlopr"
spec.version = "0.3.5"
spec.version = "0.3.6"
spec.authors = ["Sujay Kundu"]
spec.email = ["sujaykundu777@gmail.com"]

Expand All @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jekyll-analytics", '~> 0.1.11'
spec.add_runtime_dependency "jekyll-algolia", '~> 1.4', '>= 1.4.11'
spec.add_runtime_dependency "jekyll-menus", '~> 0.6.0'

spec.add_runtime_dependency "jekyll", "~> 3.8.5"
spec.add_development_dependency "bundler", '~> 2.0', '>= 2.0.1'
spec.add_development_dependency "rake", "~> 12.0"
Expand Down
13 changes: 13 additions & 0 deletions tags/jekyll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
layout: page
title: Jekyll
permalink: /blog/tags/jekyll
---

<h5> Posts by Tag : {{ page.title }} </h5>

<div class="card">
{% for post in site.tags.jekyll %}
<li class="category-posts"><span>{{ post.date | date_to_string }}</span> &nbsp; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</div>

0 comments on commit ebdd106

Please sign in to comment.