Skip to content

Commit

Permalink
change in home layout
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Jan 12, 2020
1 parent 11fc4ed commit 6ad158f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
title: devlopr jekyll
subtitle: A Jekyll theme built for Developers
title: devlopr-jekyll
subtitle: A Gem based Jekyll theme built for Developers
description: >- # this means to ignore newlines until "baseurl:"
devlopr-jekyll is a Jekyll Theme Built For Developers
url: "https://devlopr.netlify.com" # the base hostname & protocol for your site, e.g. https://example.github.io
baseurl: "" # the subpath of your site, e.g. /blog

urls:
- text: About Me
url: /
- text: Blog
url: /blog
- text: Shop
url : /shop/
- text: About Me
url: /about/
- text: Contact Me
url : /contact/
- text: Styleguide
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About
menus: header
layout: about_me
layout: home
permalink: /about
---
10 changes: 5 additions & 5 deletions devlopr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |spec|
spec.name = "devlopr"
spec.version = "0.4.1"
spec.version = "0.4.4"
spec.authors = ["Sujay Kundu"]
spec.email = ["[email protected]"]

spec.summary = %q{ A Theme built for developers }
spec.summary = %q{ A Jekyll Theme built for developers }
spec.homepage = "https://github.com/sujaykundu777/devlopr-jekyll"
spec.license = "MIT"

Expand All @@ -17,9 +17,9 @@ Gem::Specification.new do |spec|
end

spec.add_runtime_dependency "jekyll", ">= 3.5", "< 5.0"
spec.add_runtime_dependency "jekyll-sitemap", '~> 1.2.0'
spec.add_runtime_dependency "jekyll-feed", '~> 0.11.0'
spec.add_runtime_dependency "jekyll-seo-tag", '~> 2.5.0'
spec.add_runtime_dependency "jekyll-sitemap", '~> 1.4.0'
spec.add_runtime_dependency "jekyll-feed", '~> 0.13.0'
spec.add_runtime_dependency "jekyll-seo-tag", '~> 2.6.1'
spec.add_runtime_dependency "jekyll-paginate", '~> 1.1.0'
spec.add_runtime_dependency "jekyll-gist", '~> 1.5.0'

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
layout: about_me
layout: home
---

0 comments on commit 6ad158f

Please sign in to comment.