Fix Atom feed link, change URL style, be less honest

- And by "be less honest", I mean, don't say that I suck at anything on the front page of my website.
This commit is contained in:
Xevion
2022-02-27 02:47:24 -06:00
parent 00a875509e
commit 4a2f6c176a
5 changed files with 4 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
url: "https://xevion.dev" # the base hostname & protocol for your site, e.g. http://example.com
github: xevion
highlighter: rouge
permalink: pretty
plugins:
- jekyll-feed
exclude:

View File

@@ -19,7 +19,7 @@ layout: compress
<link rel="preload" as="font" crossorigin href="/assets/fonts/-cmunrm.woff2">
<link rel="preload" as="font" crossorigin href="/assets/fonts/-cmuntt.woff2">
<link rel="preload" as="font" crossorigin href="/assets/fonts/-cmunti.woff2">
<link rel="alternate" type="application/atom+xml" href="/feed/tag/home.xml">
<link rel="alternate" type="application/atom+xml" href="/feed.xml">
{% if page.date -%}
<meta property="og:type" content="website">
<meta property="og:url" content="{{ page.url | absolute_url }}">

View File

@@ -33,4 +33,4 @@ layout: default
<hr>
<p style="text-align: center;"><a href="/feed/tag/{{ page.tag }}.xml">Atom</a>
<p style="text-align: center;"><a href="/feed.xml">Atom</a>

View File

@@ -2,12 +2,9 @@
layout: default
title: Project Facelift, New and Old
date: 2021-02-25 16:41:41 -0600
tags: photography update
tags: projects photography update
---
To be honest, I haven't been keeping up with any of my projects and I've grown complacent when it comes to Software Engineering. I'm not progressing,
and I can feel that part of me wasting away, so I wouldn't look to this post for a grand new project or anything.
Through December, I decided to make heavy visual changes to many of my biggest projects, creating custom banners, of which I am quite proud...
[![/Paths/ Banner][paths-banner]][paths]

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB