Compare commits

...

23 Commits

Author SHA1 Message Date
Rax Ventus 5f698a2950 11-15-20_06:16:30 2020-11-15 06:16:30 -07:00
Rax Ventus b7c3d9e191 11-15-20_06:13:10 2020-11-15 06:13:10 -07:00
Rax Ventus c669138c3b 11-15-20_06:08:21 2020-11-15 06:08:21 -07:00
Rax Ventus 04317c8f83 11-15-20_06:05:24 2020-11-15 06:05:24 -07:00
Rax Ventus 9249e321f0 11-15-20_05:57:57 2020-11-15 05:57:57 -07:00
Rax Ventus 90eba28585 11-15-20_05:54:17 2020-11-15 05:54:17 -07:00
Rax Ventus a104f47555 11-15-20_05:40:44 2020-11-15 05:40:45 -07:00
Rax Ventus 9469f8967b 11-15-20_05:33:43 2020-11-15 05:33:43 -07:00
Rax Ventus 008a7db007 11-15-20_05:29:12 2020-11-15 05:29:12 -07:00
Rax Ventus 077fc2e182 11-15-20_05:28:45 2020-11-15 05:28:45 -07:00
Rax Ventus a01cb3194c 11-15-20_05:24:43 2020-11-15 05:24:43 -07:00
Rax Ventus ae570bc3ce 11-15-20_05:17:40 2020-11-15 05:17:40 -07:00
Rax Ventus 749c02b934 11-15-20_05:15:20 2020-11-15 05:15:20 -07:00
Rax Ventus c85a0155a1 11-15-20_05:13:38 2020-11-15 05:13:38 -07:00
Rax Ventus 5d1923452e 11-15-20_05:11:02 2020-11-15 05:11:02 -07:00
Rax Ventus 572ab0b697 11-15-20_05:05:40 2020-11-15 05:05:40 -07:00
Rax Ventus df42165c72 11-15-20_05:02:05 2020-11-15 05:02:05 -07:00
Rax Ventus a9eff633d5 11-15-20_04:52:47 2020-11-15 04:52:47 -07:00
Rax Ventus f0b7de8115 11-15-20_04:44:41 2020-11-15 04:44:41 -07:00
Rax Ventus e01c47fa71 11-15-20_04:43:15 2020-11-15 04:43:15 -07:00
Rax Ventus 2e04999883 11-15-20_04:39:05 2020-11-15 04:39:05 -07:00
Rax Ventus 52e1a00c0d 11-15-20_03:30:50 2020-11-15 03:30:51 -07:00
Rax Ventus bbc0444f48 11-15-20_02:31:40 2020-11-15 02:31:40 -07:00
10 changed files with 115 additions and 5 deletions

View File

@ -19,4 +19,4 @@ encoding: utf-8
livereload: true livereload: true
livereload_min_delay: 60 livereload_min_delay: 60
livereload_max_delay: 600 livereload_max_delay: 600
author: "Nate B." author: "Rax Ventus"

8
_data/authors.yml Normal file
View File

@ -0,0 +1,8 @@
Rax Ventus:
image: rax_round.png
bio: Intentionally Left Blank, for testing purposes.
socials:
- type: Twitter
url: https://twitter.com/raxventus
- type: GitTea
url: https://git.astragroup.info/rax

51
_layouts/default.html Normal file
View File

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<meta name="theme-color" content="#0066ff">
<link rel="stylesheet" href="/authorblurb.css">
<link rel="icon" type="image/png" href="/img/rax_round.png">
{% seo %}
</head>
<body>
<header>
<div class="container">
<a id="a-title" href="{{ '/' | relative_url }}">
<h1>{{ site.title | default: site.github.repository_name }}</h1>
</a>
<h2>{{ site.description | default: site.github.project_tagline }}</h2>
<section id="downloads">
{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="btn">Download as .zip</a>
<a href="{{ site.github.tar_url }}" class="btn">Download as .tar.gz</a>
{% endif %}
<a href="{{ site.github.repository_url }}" class="btn btn-github" target="_blank"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
{{ content }}
</section>
</div>
{% if site.google_analytics %}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
</body>
</html>

27
_layouts/post.html Normal file
View File

@ -0,0 +1,27 @@
---
layout: default
---
<!-- <link rel="stylesheet" href="/authorblurb.css"> -->
<small>{{ page.date | date: "%-d %B %Y" }}</small>
<h1>{{ page.title }}</h1>
<p class="view">by {{ page.author | default: site.author }}</p>
{{content}}
<hr>
{% assign authorData = site.data.authors[site.author] %}
<div class="author-bio">
<img src="/img/{{ authorData.image }}" alt="{{ page.author }}'s profile picture." />
<div class="author-name">{{ site.author }}</div>
<p class="bio">{{ authorData.bio }}</p>
{% for social in authorData.socials %}
<a href="{{ social.url }}" class="social-link">{{ social.type }}</a>
<br>
{% endfor %}
</div>
<h5>Site Last Updated: {{ site.time | date: "%m/%d/%Y %H:%M" }}</h5>

View File

@ -15,4 +15,3 @@ date: 2020-11-06 00:59
## These resources will go down no earlier than 2020-11-06 10:00. ## These resources will go down no earlier than 2020-11-06 10:00.
This planned outage is needed to reconfigure hardware in the physical machine that is hosting the above mentioned resources. This planned outage is needed to reconfigure hardware in the physical machine that is hosting the above mentioned resources.

View File

@ -6,4 +6,3 @@ date: 2020-11-14 22:38
--- ---
Planned service outage on 2020-11-15 02:30. Planned service outage on 2020-11-15 02:30.
The network will be down for re-organization. The network will be down for re-organization.

View File

@ -0,0 +1,8 @@
---
layout: post
title: Service Update
published: true
date: 2020-11-15 03:30
---
Network is back up.
Thanks for your patience, the closets desperately needed cleaning.

18
authorblurb.css Normal file
View File

@ -0,0 +1,18 @@
.author-bio {
width: 50%;
float: right;
border-radius: 12px;
border-width: 3px;
border-style: groove;
border-color: #0066ff;
padding-left: 4px;
margin-top: 5%;
}
.author-bio img {
float: right;
}
.author-bio .social-link {
padding-left: 8px;
}

BIN
img/rax_round.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
--- ---
<h1>Last Updated: {{ site.time | date: "%m/%d/%Y %H:%M" }}</h1> <h1>Site Last Updated: {{ site.time | date: "%m/%d/%Y %H:%M" }}</h1>
<ul> <ul>
{% for post in site.posts %} {% for post in site.posts %}