Self host image and add seo

This commit is contained in:
luke2m 2021-01-06 09:12:05 -05:00
parent b2dbce0eb0
commit 3a72e6b355
4 changed files with 16 additions and 7 deletions

View File

@ -7,3 +7,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
# gem "rails"
gem "jekyll", "~> 4.2"
gem 'jekyll-seo-tag'

View File

@ -16,11 +16,7 @@
</title>
<style>
h1,h2,h3,h4,h5,h6,
{
font-family: 'Space Mono', monospace;
}
</style>
{% seo %}
</head>
<body>
@ -35,7 +31,7 @@ font-family: 'Space Mono', monospace;
<p style="text-align: right;"><a href="https://lukesempire.com">Home</a> | <a href="/blog.html">Blog</a></p>
<hr>
<div id="hcard-Luke-M-M" class="vcard">
<img style="float:left; margin-right:4px" src="https://lh3.googleusercontent.com/-Gaw3-km7ua4/AAAAAAAAAAI/AAAAAAAAAAA/AMZuuckoBdCBz2JsXQM_yBXYH-AcTcPAUQ/s48-c/photo.jpg" alt="Profile Pic" class="photo" />
<img style="float:left; margin-right:4px" src="/photo.jpg" alt="Profile Pic" class="photo" />
<a class="url fn n" href="https://lukesempire.com"> <span class="given-name">Luke</span>
<span class="additional-name">M</span>
<span class="family-name">M</span>

View File

@ -1,3 +1,15 @@
title: Luke's Empire
url: https://lukesempire.com
description: Random stuff from Luke
tagline: Random stuff from Luke
description: Luke's website and blog
plugins:
- jekyll-seo-tag
author: Luke M
logo: /photo.jpg
social:
name: Luke M
links:
- https://github.com/luke2m
- https://gitlab.com/luke2m
locale: en_US

BIN
photo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 913 B