Fix images

This commit is contained in:
cool-mist 2022-07-11 20:12:34 +05:30
parent 6776c97289
commit 1c875c6ece
6 changed files with 20 additions and 14 deletions

View File

@ -24,12 +24,14 @@ GEM
ethon (0.15.0) ethon (0.15.0)
ffi (>= 1.15.0) ffi (>= 1.15.0)
eventmachine (1.2.7) eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
execjs (2.8.1) execjs (2.8.1)
faraday (2.3.0) faraday (2.3.0)
faraday-net_http (~> 2.0) faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4) ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.3) 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) forwardable-extended (2.6.0)
gemoji (3.0.1) gemoji (3.0.1)
github-pages (226) github-pages (226)
@ -211,7 +213,9 @@ GEM
jekyll-feed (~> 0.9) jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1) jekyll-seo-tag (~> 2.1)
minitest (5.16.2) 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) racc (~> 1.4)
octokit (4.25.1) octokit (4.25.1)
faraday (>= 1, < 3) faraday (>= 1, < 3)
@ -247,13 +251,15 @@ GEM
thread_safe (~> 0.1) thread_safe (~> 0.1)
unf (0.1.4) unf (0.1.4)
unf_ext 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) unicode-display_width (1.8.0)
webrick (1.7.0) webrick (1.7.0)
zeitwerk (2.6.0) zeitwerk (2.6.0)
PLATFORMS PLATFORMS
x64-mingw-ucrt x64-mingw32
x64-unknown
DEPENDENCIES DEPENDENCIES
github-pages github-pages

View File

@ -1,4 +1,4 @@
name: The Neophyte name: Neophyte Notes
author: Surya author: Surya
description: Dumpyard for my thoughts! description: Dumpyard for my thoughts!

View File

@ -1,4 +1,4 @@
name: The Neophyte name: Neophyte Notes
author: Surya author: Surya
description: Dumpyard for my thoughts! description: Dumpyard for my thoughts!

View File

@ -19,7 +19,7 @@
<div class="wrapper-masthead"> <div class="wrapper-masthead">
<div class="container"> <div class="container">
<header class="masthead clearfix"> <header class="masthead clearfix">
<a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.baseurl }}{{ site.avatar }}" alt="{{ site.title }}" /></a> <a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.baseurl }}/images/site-avatar.png" alt="{{ site.title }}" /></a>
<div class="site-info"> <div class="site-info">
<h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1> <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

BIN
images/site-avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB