Browse Source

2020-11-06 13:47

pull/1/head
Rax Ventus 3 years ago
parent
commit
1b38b2bfab
  1. 3
      _config.yml
  2. 13
      _posts/2020-11-06-update2.md
  3. 2
      index.html

3
_config.yml

@ -14,4 +14,7 @@ plugins:
theme: jekyll-theme-hacker
host: 0.0.0.0
paginate: 5
timezone: America/Denver
encoding: utf-8
livereload: true

13
_posts/2020-11-06-update2.md

@ -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

2
index.html

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

Loading…
Cancel
Save