10-31-23_00:15:52

This commit is contained in:
rv 2023-10-31 00:15:52 -06:00
parent 2a4710cf55
commit 62c42d8bbe
4 changed files with 13 additions and 4 deletions

View File

@ -1,4 +1,5 @@
Rax Ventus: Rax:
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:

View File

@ -4,7 +4,7 @@ layout: default
<small>{{ page.date | date: "%-d %B %Y" }}</small> <small>{{ page.date | date: "%-d %B %Y" }}</small>
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
<p class="view">by {{ page.author | default: site.author }}</p> <p class="view">by {{ page.author.name | default: site.author }}</p>
{{content}} {{content}}
@ -15,8 +15,8 @@ layout: default
{% assign authorData = site.data.authors[site.author] %} {% assign authorData = site.data.authors[site.author] %}
<div class="author-bio"> <div class="author-bio">
<img src="/assets/img/{{ authorData.image }}" alt="{{ page.author }}'s profile picture." /> <img src="/assets/img/{{ authorData.image }}" alt="{{ page.author.name | default: site.author }}'s profile picture." />
<div class="author-name">{{ page.author }}</div> <div class="author-name">{{ page.author.name | default: site.author }}</div>
<p class="bio">{{ authorData.bio }}</p> <p class="bio">{{ authorData.bio }}</p>
{% for social in authorData.socials %} {% for social in authorData.socials %}
<a href="{{ social.url }}" class="social-link">{{ social.type }}</a> <a href="{{ social.url }}" class="social-link">{{ social.type }}</a>

View File

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

7
_posts/Template.yml Normal file
View File

@ -0,0 +1,7 @@
---
layout: post
title: Services Update
published: true
author: Rax
date: 202X-XX-XX XX:XX
---