mirror of https://github.com/nate2014jatc/AGSTATUS
Compare commits
No commits in common. "763f41340bfd4c22dced6d24d33d780552e8ae36" and "1e28d479cd3ee9e2287d8e7d184a089c57729ff8" have entirely different histories.
763f41340b
...
1e28d479cd
|
@ -14,7 +14,4 @@ plugins:
|
|||
theme: jekyll-theme-hacker
|
||||
host: 0.0.0.0
|
||||
paginate: 5
|
||||
timezone: America/Denver
|
||||
encoding: utf-8
|
||||
livereload: true
|
||||
author: "Nate B."
|
||||
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
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
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
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
|
||||
---
|
||||
<h1>Last Updated: {{ site.time | date: "%m/%d/%Y %H:%M" }}</h1>
|
||||
<h1>It is currently {{ site.time | date: "%m/%d/%Y %H:%M -700" }}</h1>
|
||||
|
||||
<ul>
|
||||
{% for post in site.posts %}
|
||||
|
|
Loading…
Reference in New Issue