10-31-23_01:34:52

This commit is contained in:
rv 2023-10-31 01:34:52 -06:00
parent 38adfde26e
commit deee35239a
8 changed files with 10 additions and 3 deletions

View File

@ -15,8 +15,8 @@ layout: default
{% assign authorData = site.data.authors[page.author] | default: site.data.authors[site.author] %} {% assign authorData = site.data.authors[page.author] | default: site.data.authors[site.author] %}
<div class="author-bio"> <div class="author-bio">
<img src="/assets/img/{{ authorData.image }}" alt="{{ page.author.name | default: site.author.name }}'s profile picture." /> <img src="/assets/img/{{ authorData.image }}" alt="{{ authorData.name | default: site.author.name }}'s profile picture." />
<div class="author-name">{{ page.author.name | default: site.author.name }}</div> <div class="author-name">{{ authorData.name | default: site.author.name }}</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: Operations Update title: Operations Update
published: true published: true
author: RaxVentus
date: 2022-07-18 17:00 date: 2022-07-18 17:00
--- ---

View File

@ -2,8 +2,9 @@
layout: post layout: post
title: Operations Update title: Operations Update
published: true published: true
author: RaxVentus
date: 2023-07-07 06:00 date: 2023-07-07 06:00
--- ---
Our Nextcloud server will be going down while it is migratign to another machine. Our Nextcloud server will be going down while it is migrating to another machine.

View File

@ -2,6 +2,7 @@
layout: post layout: post
title: Operations Update title: Operations Update
published: true published: true
author: RaxVentus
date: 2023-07-24 20:00 date: 2023-07-24 20:00
--- ---

View File

@ -2,6 +2,7 @@
layout: post layout: post
title: Operations Update title: Operations Update
published: true published: true
author: RaxVentus
date: 2023-09-15 17:45 date: 2023-09-15 17:45
--- ---

View File

@ -2,6 +2,7 @@
layout: post layout: post
title: Operations Update title: Operations Update
published: true published: true
author: RaxVentus
date: 2023-10-27 18:20 date: 2023-10-27 18:20
--- ---

View File

@ -15,6 +15,8 @@
float: right; float: right;
max-width: 128px; max-width: 128px;
max-height: 128px; max-height: 128px;
padding-right: 4px;
padding-top: 4px;
} }