Skip to content

Commit

Permalink
commit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottN13 committed Jul 25, 2024
1 parent 9130e80 commit 6b86133
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 36 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: "Scott Newman's Blog"
title: "the blog | Scott Newman"
author: "scott newman"
description: "we wont be needing this?" # This will show up in places like twitter, linkedin, etc, if you share your sites url as a post.
description: "uhh yeah funny" # This will show up in places like twitter, linkedin, etc, if you share your sites url as a post.

# Email / Social media user names used by the minima theme:

Expand Down
6 changes: 6 additions & 0 deletions _includes/navlinks.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<a class="post_navi-item nav_prev" href="{{ 'archive.html' | absolute_url }}" title="Blog Archive">
<div class="post_navi-arrow">&lt;</div><div class="post_navi-label">Blog Archive</div><div><span>Archive of all previous blog posts</span></div>
</a>
<a class="post_navi-item nav_prev" href="{{ 'www.scottnewman.xyz' | absolute_url }}" title="Back to homepage">
<div class="post_navi-arrow">&lt;</div><div class="post_navi-label">Back to homepage</div><div><span>this goes to www.scottnewman.xyz</span></div>
</a>
{%- endif -%}
{%- if page.next.url -%}
<a class="post_navi-item nav_next" href="{{ page.next.url }}" title="{{ page.next.title }}">
Expand All @@ -17,5 +20,8 @@
<a class="post_navi-item nav_next" href="{{ 'archive.html' | absolute_url }}" title="Blog Archive">
<div class="post_navi-arrow">&gt;</div><div class="post_navi-label">Blog Archive</div><div><span>Archive of all previous blog posts</span></div>
</a>
<a class="post_navi-item nav_prev" href="{{ 'www.scottnewman.xyz' | absolute_url }}" title="Back to homepage">
<div class="post_navi-arrow">&lt;</div><div class="post_navi-label">Back to homepage</div><div><span>this goes to www.scottnewman.xyz</span></div>
</a>
{%- endif -%}
</div>
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}

<div class="share-links">
{% include sharelinks.html %}
</div>
</div>

<div class="post-content e-content" itemprop="articleBody">
{{ content }}
Expand Down
32 changes: 0 additions & 32 deletions _posts/2021-03-08-blog-post-title-from-file-name.md

This file was deleted.

4 changes: 3 additions & 1 deletion _posts/2024-07-25-test.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Hello world!
# Hello world!

this is a test page

0 comments on commit 6b86133

Please sign in to comment.