Compare commits

..

No commits in common. "0177672c277d598772f064bf13d589957776681c" and "62ebb7732ea5bb198c802941f73a8e08e8f7b0e7" have entirely different histories.

5 changed files with 7 additions and 8 deletions

View File

@ -1,10 +1,10 @@
RaxVentus: Rax Ventus:
name: Rax Ventus name: Rax Ventus
image: rax_round.png image: rax_round.png
bio: Intentionally Left Blank, for testing purposes. bio: Intentionally Left Blank, for testing purposes.
socials: socials:
- type: Mastodon - type: Twitter
url: https://dc801.space/@Raxventus url: https://twitter.com/raxventus
- type: GitTea - type: GitTea
url: https://git.astragroup.info/rax url: https://git.astragroup.info/rax
- type: Profile Picture By - type: Profile Picture By

View File

@ -12,7 +12,7 @@ layout: default
<hr> <hr>
{% assign authorData = site.data.authors[page.author] | default: site.author %} {% assign authorData = site.data.authors[page.author|default: site.author] %}
<div class="author-bio"> <div class="author-bio">
<img src="/assets/img/{{ authorData.image }}" alt="{{ page.author.name | default: site.author }}'s profile picture." /> <img src="/assets/img/{{ authorData.image }}" alt="{{ page.author.name | default: site.author }}'s profile picture." />

View File

@ -2,7 +2,7 @@
layout: post layout: post
title: Services Update title: Services Update
published: true published: true
author: RaxVentus author: "Rax Ventus"
date: 2023-10-27 18:35 date: 2023-10-27 18:35
--- ---

View File

@ -2,6 +2,6 @@
layout: post layout: post
title: Services Update title: Services Update
published: true published: true
author: RaxVentus author: "Rax Ventus"
date: 202X-XX-XX XX:XX date: 202X-XX-XX XX:XX
--- ---

View File

@ -24,8 +24,7 @@
} }
.author-bio .bio { .author-bio .bio {
margin-right: 24px; padding-right: 24px;
padding-right: 8px;
padding-left: 8px; padding-left: 8px;
padding-bottom: 4px; padding-bottom: 4px;
border-radius: 12px; border-radius: 12px;