From 6ad158f638118bd809e7342254fec53e642f1e24 Mon Sep 17 00:00:00 2001 From: Sujay Kundu Date: Sun, 12 Jan 2020 10:34:41 +0530 Subject: [PATCH] change in home layout --- _config.yml | 8 ++++---- _layouts/{about_me.html => home.html} | 0 about.md | 2 +- devlopr.gemspec | 10 +++++----- index.html | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) rename _layouts/{about_me.html => home.html} (100%) diff --git a/_config.yml b/_config.yml index 8e461ab5b..547e0b81d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ -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 @@ -7,12 +7,12 @@ url: "https://devlopr.netlify.com" # the base hostname & protocol for your site, 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 diff --git a/_layouts/about_me.html b/_layouts/home.html similarity index 100% rename from _layouts/about_me.html rename to _layouts/home.html diff --git a/about.md b/about.md index 9799486b4..05c1fee64 100644 --- a/about.md +++ b/about.md @@ -1,6 +1,6 @@ --- title: About menus: header -layout: about_me +layout: home permalink: /about --- \ No newline at end of file diff --git a/devlopr.gemspec b/devlopr.gemspec index 887921d77..8091363f7 100644 --- a/devlopr.gemspec +++ b/devlopr.gemspec @@ -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 = ["sujaykundu777@gmail.com"] - 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" @@ -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' diff --git a/index.html b/index.html index 705753c98..e4d427d21 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,3 @@ --- -layout: about_me +layout: home ---