mirror of https://github.com/nate2014jatc/AGSTATUS
Compare commits
No commits in common. "62ebb7732ea5bb198c802941f73a8e08e8f7b0e7" and "3d314a82a2d09313a5182ea671c20138963384b9" have entirely different histories.
62ebb7732e
...
3d314a82a2
|
@ -2,7 +2,7 @@
|
||||||
title: Astragroup Status Updates
|
title: Astragroup Status Updates
|
||||||
email: admin@astragroup.info
|
email: admin@astragroup.info
|
||||||
description: >-
|
description: >-
|
||||||
A micro-blog for status updates relating to various AG services.
|
A simple micro-blog for status updates relating to various AG services.
|
||||||
(Hosting, NextCloud, Gitea, Etc.)
|
(Hosting, NextCloud, Gitea, Etc.)
|
||||||
baseurl: ""
|
baseurl: ""
|
||||||
url: "https://status.astragroup.info"
|
url: "https://status.astragroup.info"
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
Rax Ventus:
|
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:
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
||||||
<meta name="theme-color" content="#d38700">
|
<meta name="theme-color" content="#0066ff">
|
||||||
<link rel="stylesheet" href="/assets/authorblurb.css">
|
<link rel="stylesheet" href="/assets/authorblurb.css">
|
||||||
<link rel="icon" type="image/png" href="/assets/img/AstraGroup_128x128.png">
|
<link rel="icon" type="image/png" href="/assets/img/AstraGroup_128x128.png">
|
||||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6034836920654252" crossorigin="anonymous"></script>
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6034836920654252" crossorigin="anonymous"></script>
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
<!-- <link rel="stylesheet" href="/authorblurb.css"> -->
|
||||||
<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.name | default: site.author }}</p>
|
<p class="view">by {{ page.author | default: site.author }}</p>
|
||||||
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|
||||||
|
@ -12,11 +13,11 @@ layout: default
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
{% assign authorData = site.data.authors[page.author|default: 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.name | default: site.author }}'s profile picture." />
|
<img src="/assets/img/{{ authorData.image }}" alt="{{ site.author }}'s profile picture." />
|
||||||
<div class="author-name">{{ page.author.name | default: site.author }}</div>
|
<div class="author-name">{{ 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>
|
||||||
|
|
|
@ -5,8 +5,9 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
||||||
<meta name="theme-color" content="#d38700">
|
<meta name="theme-color" content="#0066ff">
|
||||||
<link rel="stylesheet" href="/assets/authorblurb.css">
|
<link rel="stylesheet" href="/assets/authorblurb.css">
|
||||||
|
<link rel="stylesheet" href="/assets/additionalCSS.css"
|
||||||
<link rel="icon" type="image/png" href="/assets/img/AstraGroup_128x128.png">
|
<link rel="icon" type="image/png" href="/assets/img/AstraGroup_128x128.png">
|
||||||
{% seo %}
|
{% seo %}
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
layout: post
|
layout: post
|
||||||
title: Services Update
|
title: Services Update
|
||||||
published: true
|
published: true
|
||||||
author: "Rax Ventus"
|
|
||||||
date: 2023-10-27 18:35
|
date: 2023-10-27 18:35
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
layout: post
|
|
||||||
title: Services Update
|
|
||||||
published: true
|
|
||||||
author: "Rax Ventus"
|
|
||||||
date: 202X-XX-XX XX:XX
|
|
||||||
---
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: 'neuropoliticalregular';
|
||||||
|
src: url('../assets/neuropolitical_rg-webfont.woff2') format('woff2'),
|
||||||
|
url('../assets/neuropolitical_rg-webfont.woff') format('woff');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@supports (-webkit-text-stroke: 2px white) {
|
||||||
|
body {
|
||||||
|
-webkit-text-stroke: 2px #d38700;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@supports (-webkit-text-stroke: 2px white) {
|
||||||
|
.nav:hover {
|
||||||
|
-webkit-text-stroke: 2px #00bbc4;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#large-header {
|
||||||
|
position: fixed;
|
||||||
|
z-index: -100;
|
||||||
|
}
|
|
@ -19,23 +19,18 @@
|
||||||
|
|
||||||
|
|
||||||
.author-bio .author-name {
|
.author-bio .author-name {
|
||||||
padding-top: 8px;
|
padding-top: 4px;
|
||||||
padding-left: 8px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.author-bio .bio {
|
.author-bio .bio {
|
||||||
padding-right: 24px;
|
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
padding-bottom: 4px;
|
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border-width: 4px;
|
border-width: 4px;
|
||||||
border-style: groove;
|
border-style: groove;
|
||||||
border-color: #00bbc4;
|
border-color: #00bbc4;
|
||||||
background-color: rgba(0, 187, 196, 0.4);
|
|
||||||
}
|
}
|
||||||
.author-bio .social-link {
|
.author-bio .social-link {
|
||||||
padding-left: 12px;
|
padding-left: 12px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
color: #d38700;
|
|
||||||
text-decoration-color: #d38700;
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue