From 1c875c6eceaea80f3376e4696e726cb1d6ee40d2 Mon Sep 17 00:00:00 2001 From: cool-mist Date: Mon, 11 Jul 2022 20:12:34 +0530 Subject: [PATCH] Fix images --- Gemfile.lock | 14 ++++++++++---- _config-dev.yml | 8 ++++---- _config.yml | 8 ++++---- _layouts/default.html | 4 ++-- images/favicon.png | Bin 1258 -> 5125 bytes images/site-avatar.png | Bin 0 -> 5125 bytes 6 files changed, 20 insertions(+), 14 deletions(-) create mode 100644 images/site-avatar.png diff --git a/Gemfile.lock b/Gemfile.lock index 8fb0223..5972a01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,12 +24,14 @@ GEM ethon (0.15.0) ffi (>= 1.15.0) eventmachine (1.2.7) + eventmachine (1.2.7-x64-mingw32) execjs (2.8.1) faraday (2.3.0) faraday-net_http (~> 2.0) ruby2_keywords (>= 0.0.4) faraday-net_http (2.0.3) - ffi (1.15.5-x64-mingw-ucrt) + ffi (1.15.5-x64-mingw32) + ffi (1.15.5-x64-unknown) forwardable-extended (2.6.0) gemoji (3.0.1) github-pages (226) @@ -211,7 +213,9 @@ GEM jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.16.2) - nokogiri (1.13.6-x64-mingw-ucrt) + nokogiri (1.13.6-x64-mingw32) + racc (~> 1.4) + nokogiri (1.13.6-x64-unknown) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -247,13 +251,15 @@ GEM thread_safe (~> 0.1) unf (0.1.4) unf_ext - unf_ext (0.0.8.2-x64-mingw-ucrt) + unf_ext (0.0.8.2-x64-mingw32) + unf_ext (0.0.8.2-x64-unknown) unicode-display_width (1.8.0) webrick (1.7.0) zeitwerk (2.6.0) PLATFORMS - x64-mingw-ucrt + x64-mingw32 + x64-unknown DEPENDENCIES github-pages diff --git a/_config-dev.yml b/_config-dev.yml index cd02571..9891728 100644 --- a/_config-dev.yml +++ b/_config-dev.yml @@ -1,4 +1,4 @@ -name: The Neophyte +name: Neophyte Notes author: Surya description: Dumpyard for my thoughts! @@ -14,11 +14,11 @@ footer-links: flickr: github: cool-mist instagram: - linkedin: + linkedin: pinterest: rss: rss twitter: - stackoverflow: + stackoverflow: youtube: # channel/ or user/ googleplus: # anything in your profile username that comes after plus.google.com/ playconsole: @@ -26,7 +26,7 @@ footer-links: # Enter your Disqus shortname (not your username) to enable commenting on posts # You can find your shortname on the Settings page of your Disqus account -disqus: +disqus: url: http://localhost:4000 # enforce_ssl: https://blog.neophyte.me diff --git a/_config.yml b/_config.yml index e696029..6fca578 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -name: The Neophyte +name: Neophyte Notes author: Surya description: Dumpyard for my thoughts! @@ -14,11 +14,11 @@ footer-links: flickr: github: cool-mist instagram: - linkedin: + linkedin: pinterest: rss: rss twitter: - stackoverflow: + stackoverflow: youtube: # channel/ or user/ googleplus: # anything in your profile username that comes after plus.google.com/ playconsole: @@ -26,7 +26,7 @@ footer-links: # Enter your Disqus shortname (not your username) to enable commenting on posts # You can find your shortname on the Settings page of your Disqus account -disqus: +disqus: url: http://blog.neophyte.me enforce_ssl: https://blog.neophyte.me diff --git a/_layouts/default.html b/_layouts/default.html index a29e629..b6dcf62 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,11 +19,11 @@
- {{ site.title }} + {{ site.title }}

{{ site.name }}

-

{{ site.description }}

+

{{ site.description }}