diff --git a/Gemfile.lock b/Gemfile.lock index d9c30e332432d..84ccdfbb75008 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,10 +6,10 @@ GEM algolia_html_extractor (2.6.2) json (~> 2.0) nokogiri (~> 1.10.4) - algoliasearch (1.27.2) + algoliasearch (1.27.3) httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) - backports (3.17.2) + backports (3.18.1) colorator (1.1.0) concurrent-ruby (1.1.6) devlopr (0.4.5) @@ -26,13 +26,13 @@ GEM eventmachine (1.2.7-x64-mingw32) faraday (1.0.1) multipart-post (>= 1.2, < 3) - ffi (1.12.2) - ffi (1.12.2-x64-mingw32) + ffi (1.13.1) + ffi (1.13.1-x64-mingw32) filesize (0.2.0) forwardable-extended (2.6.0) http_parser.rb (0.6.0) httpclient (2.8.3) - i18n (1.8.2) + i18n (1.8.5) concurrent-ruby (~> 1.0) jekyll (4.0.1) addressable (~> 2.4) @@ -80,8 +80,8 @@ GEM jgd (1.12) jekyll (>= 1.5.1) trollop (= 2.9.9) - json (2.3.0) - kramdown (2.2.1) + json (2.3.1) + kramdown (2.3.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) @@ -91,12 +91,12 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) mini_portile2 (2.4.0) - multi_json (1.14.1) + multi_json (1.15.0) multipart-post (2.1.1) nio4r (2.5.2) - nokogiri (1.10.9) + nokogiri (1.10.10) mini_portile2 (~> 2.4.0) - nokogiri (1.10.9-x64-mingw32) + nokogiri (1.10.10-x64-mingw32) mini_portile2 (~> 2.4.0) octokit (4.18.0) faraday (>= 0.9) @@ -121,11 +121,11 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.4) - rouge (3.19.0) + rouge (3.21.0) safe_yaml (1.0.5) - sassc (2.3.0) + sassc (2.4.0) ffi (~> 1.9) - sassc (2.3.0-x64-mingw32) + sassc (2.4.0-x64-mingw32) ffi (~> 1.9) sawyer (0.8.2) addressable (>= 2.3.5) diff --git a/_config.yml b/_config.yml index 704fcc0e8c173..1b2a7facf8c85 100644 --- a/_config.yml +++ b/_config.yml @@ -27,9 +27,9 @@ urls: author_logo: profile.png author: John Doe author_bio: Hi, my name is John Doe. I built this site using devlopr-jekyll :D -author_email: "johndoe@gmail.com" +author_email: "mail@sujaykundu.com" author_location: India -author_website_url: "http://johndoe.com" +author_website_url: "https://sujaykundu.com" typewrite-text: devlopr is a jekyll theme built for developers. You can edit this in _config.yml file author_work_experiences: diff --git a/_includes/blog_post_article.html b/_includes/blog_post_article.html index 787a50a155dd3..8b80e2eef6f41 100644 --- a/_includes/blog_post_article.html +++ b/_includes/blog_post_article.html @@ -5,7 +5,7 @@
Posted by : {% if page.author %} - {{ page.author }} {{ page.author }} {% endif %} at