Compare commits

...

8 Commits

Author SHA1 Message Date
rv 0177672c27 10-31-23_01:05:08 2023-10-31 01:05:08 -06:00
rv 8fdd605a88 10-31-23_00:58:53 2023-10-31 00:58:53 -06:00
rv eb94b3ccfd 10-31-23_00:56:34 2023-10-31 00:56:34 -06:00
rv 30fc875317 10-31-23_00:53:08 2023-10-31 00:53:08 -06:00
rv 3ea911c2a4 10-31-23_00:52:29 2023-10-31 00:52:29 -06:00
rv 1c502bd2b8 10-31-23_00:48:49 2023-10-31 00:48:49 -06:00
rv 254e7e4530 10-31-23_00:43:30 2023-10-31 00:43:30 -06:00
rv 183fa0ed4b 10-31-23_00:36:11 2023-10-31 00:36:11 -06:00
5 changed files with 8 additions and 7 deletions

View File

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

View File

@ -12,7 +12,7 @@ layout: default
<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">
<img src="/assets/img/{{ authorData.image }}" alt="{{ page.author.name | default: site.author }}'s profile picture." />

View File

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

View File

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

View File

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