diff --git a/_config.yml b/_config.yml
index 8e28f4f..12898c1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -45,6 +45,7 @@ plugins:
- jekyll-redirect-from
pinpost: ["A Freebie's Resource List (Mostly Related to Programming)"]
+home_link: https://foo-dogsquared.github.io
google_analytics: UA-126718538-1
diff --git a/_layouts/home.html b/_layouts/home.html
index 0e7259e..6f83dc6 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -1,5 +1,6 @@
---
layout: default
+list_title: "Poop"
---
@@ -17,7 +18,7 @@ layout: default
{%- endif -%}
{%- if site.posts.size > 0 -%}
-
{{ page.list_title | default: "Posts" }}
+
{{ page.list_title | default: "My Notes" }}
{%- for post in paginator.posts -%}
diff --git a/_layouts/post.html b/_layouts/post.html
index 6b05b5e..5b8521f 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -57,6 +57,9 @@ layout: default
{%- include disqus_comments.html -%}
{%- endif -%}
+
+
+
{%- include addl-post-fns.html -%}
{%- include libraries.html -%}
diff --git a/_sass/post_content/_post.scss b/_sass/post_content/_post.scss
index 339ebe1..b792a7d 100644
--- a/_sass/post_content/_post.scss
+++ b/_sass/post_content/_post.scss
@@ -151,4 +151,15 @@
width: 1.5em;
height: 1.5em;
padding: 0 .2em;
+}
+
+.home-link-logo {
+ display: block;
+ margin: 0 auto;
+ width: 100px;
+ transition: .3s;
+ opacity: .5;
+ margin-top: 2em;
+
+ &:hover {opacity: 1;}
}
\ No newline at end of file
diff --git a/index.html b/index.html
index 335a8a8..cd36c7d 100644
--- a/index.html
+++ b/index.html
@@ -1,15 +1,16 @@
---
-# Feel free to add content and custom Front Matter to this file.
-# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
-
layout: home
---
+
+
+
+
Hello there, visitor! Who am I you ask? I'm just a student learning a bunch of tech-related stuff.
Hopefully you'll find some of my posts useful (HINT: the (Re)Sources section and my resource lists).
- Oh, I should also remind you like in any other parts of the internet, take my posts with a grain of
+ Oh, I should also remind you like in any other parts of the internet, take my posts with a tablespoon of
salt.
-
\ No newline at end of file
+