mirror of https://github.com/nate2014jatc/AGSTATUS
Compare commits
6 Commits
1e28d479cd
...
763f41340b
Author | SHA1 | Date |
---|---|---|
Rax Ventus | 763f41340b | |
Rax Ventus | 9f8fef9b30 | |
Rax Ventus | 2677463bad | |
Rax Ventus | 46277f390e | |
Rax Ventus | 3c63fb2e1f | |
Rax Ventus | 1b38b2bfab |
|
@ -14,4 +14,7 @@ plugins:
|
||||||
theme: jekyll-theme-hacker
|
theme: jekyll-theme-hacker
|
||||||
host: 0.0.0.0
|
host: 0.0.0.0
|
||||||
paginate: 5
|
paginate: 5
|
||||||
|
timezone: America/Denver
|
||||||
|
encoding: utf-8
|
||||||
|
livereload: true
|
||||||
|
author: "Nate B."
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Service Update
|
||||||
|
published: true
|
||||||
|
date: 2020-11-06 13:41
|
||||||
|
---
|
||||||
|
|
||||||
|
We apologize for the delay, the following resources should now be available.
|
||||||
|
|
||||||
|
- LXC 100
|
||||||
|
- LXC 114
|
||||||
|
- LXC 122
|
||||||
|
- VM 103
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Service Update
|
||||||
|
published: true
|
||||||
|
date: 2020-11-06 14:37
|
||||||
|
---
|
||||||
|
|
||||||
|
A driver related kernel panic caused the machine that was being serviced to crash.
|
||||||
|
This issue should now be resolved.
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
<h1>It is currently {{ site.time | date: "%m/%d/%Y %H:%M -700" }}</h1>
|
<h1>Last Updated: {{ site.time | date: "%m/%d/%Y %H:%M" }}</h1>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
|
|
Loading…
Reference in New Issue