From e4b3c32b9350cbc20ebc570b69fea1bf4c992aa6 Mon Sep 17 00:00:00 2001 From: Pawan Mishra Date: Sat, 25 Nov 2023 15:48:38 +0530 Subject: [PATCH 1/3] add package description --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d40608b..38e9989 100644 --- a/Gemfile +++ b/Gemfile @@ -32,5 +32,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] - +# GitHub flavoured markdown parser by karmdown. gem "kramdown-parser-gfm", "~> 1.1" From c1ddbeb902c1de998b041a50a61e70dfa8f0dc1f Mon Sep 17 00:00:00 2001 From: Pawan Mishra Date: Sat, 25 Nov 2023 15:49:22 +0530 Subject: [PATCH 2/3] modify description --- _config.yml | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 9c46363..6c13cb2 100644 --- a/_config.yml +++ b/_config.yml @@ -18,10 +18,10 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Pawan H M +title: Pawan HM email: pawanmsr@outlook.com description: >- # this means to ignore newlines until "baseurl:" - Hi, I am Pawan. I write sometimes. Check it out. + Hi, I am Pawan. I write and create sometimes. Check it out. baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com author: diff --git a/index.html b/index.html index 5114528..82aaf6f 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ --- layout: page -title: Namaskaram! -subtitle: Welcome to my personal outreach site. +title: Namaskar! +subtitle: I am Pawan. I write and create sometimes. Check it out. sitemap: priority: 0.9 --- From 0259d94cb75616f384b6ffcce7b37681847e2ef9 Mon Sep 17 00:00:00 2001 From: Pawan Mishra Date: Sat, 25 Nov 2023 15:49:38 +0530 Subject: [PATCH 3/3] add newline --- _layouts/category.html | 2 +- _layouts/default.html | 2 +- _layouts/post.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/category.html b/_layouts/category.html index 701fa15..87b8613 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -25,4 +25,4 @@ {% endif %} -{% include page/explore.html %} \ No newline at end of file +{% include page/explore.html %} diff --git a/_layouts/default.html b/_layouts/default.html index eeb501e..007351e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,4 +19,4 @@ {% include externals/scripting.html %} {% include externals/google_analytics.html %} - \ No newline at end of file + diff --git a/_layouts/post.html b/_layouts/post.html index 64bec9f..01e93b1 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -9,4 +9,4 @@ {% include post/about.html %} -{% include externals/disqus.html %} \ No newline at end of file +{% include externals/disqus.html %}