Fix images
This commit is contained in:
parent
6776c97289
commit
1c875c6ece
14
Gemfile.lock
14
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
|
||||
|
@ -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/<your_long_string> or user/<user-name>
|
||||
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
|
||||
|
@ -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/<your_long_string> or user/<user-name>
|
||||
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
|
||||
|
@ -19,11 +19,11 @@
|
||||
<div class="wrapper-masthead">
|
||||
<div class="container">
|
||||
<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">
|
||||
<h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
|
||||
<p class="site-description">{{ site.description }}</p>
|
||||
<p class="site-description">{{ site.description }}</p>
|
||||
</div>
|
||||
|
||||
<nav>
|
||||
|
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
BIN
images/site-avatar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Loading…
x
Reference in New Issue
Block a user