From 2debe874c88923d70d70f22fb8efc4088e7cac7e Mon Sep 17 00:00:00 2001
From: Evan Pratten
Date: Sun, 8 Dec 2019 13:49:44 -0500
Subject: [PATCH] Fixed webdocs link
---
_drafts/2019-12-2-FRC2020PreseasonNotes.md | 25 +
_includes/footer.html | 5 +-
_includes/head.html | 5 +-
_layouts/home.html | 11 +
_layouts/post.html | 18 +-
assets/css/fontawesome.css | 4423 +++++++++++++++++++
assets/webfonts/fa-brands-400.eot | Bin 0 -> 130906 bytes
assets/webfonts/fa-brands-400.svg | 3496 +++++++++++++++
assets/webfonts/fa-brands-400.ttf | Bin 0 -> 130600 bytes
assets/webfonts/fa-brands-400.woff | Bin 0 -> 88428 bytes
assets/webfonts/fa-brands-400.woff2 | Bin 0 -> 75336 bytes
assets/webfonts/fa-regular-400.eot | Bin 0 -> 34394 bytes
assets/webfonts/fa-regular-400.svg | 803 ++++
assets/webfonts/fa-regular-400.ttf | Bin 0 -> 34096 bytes
assets/webfonts/fa-regular-400.woff | Bin 0 -> 16804 bytes
assets/webfonts/fa-regular-400.woff2 | Bin 0 -> 13584 bytes
assets/webfonts/fa-solid-900.eot | Bin 0 -> 192758 bytes
assets/webfonts/fa-solid-900.svg | 4667 ++++++++++++++++++++
assets/webfonts/fa-solid-900.ttf | Bin 0 -> 192472 bytes
assets/webfonts/fa-solid-900.woff | Bin 0 -> 98384 bytes
assets/webfonts/fa-solid-900.woff2 | Bin 0 -> 75728 bytes
projects.md | 1 -
22 files changed, 13448 insertions(+), 6 deletions(-)
create mode 100644 _drafts/2019-12-2-FRC2020PreseasonNotes.md
create mode 100644 assets/css/fontawesome.css
create mode 100644 assets/webfonts/fa-brands-400.eot
create mode 100644 assets/webfonts/fa-brands-400.svg
create mode 100644 assets/webfonts/fa-brands-400.ttf
create mode 100644 assets/webfonts/fa-brands-400.woff
create mode 100644 assets/webfonts/fa-brands-400.woff2
create mode 100644 assets/webfonts/fa-regular-400.eot
create mode 100644 assets/webfonts/fa-regular-400.svg
create mode 100644 assets/webfonts/fa-regular-400.ttf
create mode 100644 assets/webfonts/fa-regular-400.woff
create mode 100644 assets/webfonts/fa-regular-400.woff2
create mode 100644 assets/webfonts/fa-solid-900.eot
create mode 100644 assets/webfonts/fa-solid-900.svg
create mode 100644 assets/webfonts/fa-solid-900.ttf
create mode 100644 assets/webfonts/fa-solid-900.woff
create mode 100644 assets/webfonts/fa-solid-900.woff2
diff --git a/_drafts/2019-12-2-FRC2020PreseasonNotes.md b/_drafts/2019-12-2-FRC2020PreseasonNotes.md
new file mode 100644
index 0000000..c2e8d47
--- /dev/null
+++ b/_drafts/2019-12-2-FRC2020PreseasonNotes.md
@@ -0,0 +1,25 @@
+---
+layout: post
+title: "Notes from the 2020 FRC preseason"
+description: "A little kid ran over my foot with a robot"
+date: 2019-12-02 21:44:00
+categories: frc
+redirect_from:
+ - /post/vcd99dfs90/
+ - /vcd99dfs90/
+---
+
+
+As we near 2020 kickoff, I should probably make note of the things I have done with FRC team [5024]() throughout the offseason. So, here are said notes.
+
+## New members
+
+## New language(s)
+
+## Computer vision
+
+## Team management
+
+### GitHub Projects
+
+### GitHub Issues
\ No newline at end of file
diff --git a/_includes/footer.html b/_includes/footer.html
index 4b99830..2702d7a 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -85,4 +85,7 @@
-
\ No newline at end of file
+
+
+
+
\ No newline at end of file
diff --git a/_includes/head.html b/_includes/head.html
index 5a3374b..575af4a 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -10,6 +10,9 @@
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
+
-
+
+
+
\ No newline at end of file
diff --git a/_layouts/home.html b/_layouts/home.html
index 36c90ca..13c2c90 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -47,6 +47,17 @@
Java, and C.
I am working on learning a few new languages, including Ruby at the moment.
+
+
Projects
diff --git a/_layouts/post.html b/_layouts/post.html
index 6ad0f7b..8ae7cf6 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -25,11 +25,23 @@
- {{page.date}}
+
+
+
+ {{page.date}}
+
+
{% if page.is_short %}
Mini Post
{% endif %}
-
+
+
+ {% if page.redirect_from %}
+
+ {% endif %}
+
+
+
@@ -39,6 +51,6 @@
{% include footer.html %}
-
+