diff --git a/_drafts/2020-09-04-Ultralight-writeup.md b/_drafts/2020-09-17-Ultralight-writeup.md similarity index 97% rename from _drafts/2020-09-04-Ultralight-writeup.md rename to _drafts/2020-09-17-Ultralight-writeup.md index 5dd8989..f006c1e 100644 --- a/_drafts/2020-09-04-Ultralight-writeup.md +++ b/_drafts/2020-09-17-Ultralight-writeup.md @@ -2,8 +2,11 @@ layout: page title: "Project overview: The Ultralight maven server" description: "It is suprisingly easy to build a maven server" -date: 2020-09-04 11:00:00 +date: 2020-09-17 11:00:00 categories: project github maven +excerpt: >- + In this post, I explain the process of building my own personal + maven server, and show how simple maven servers really are. redirect_from: - /post/2jf002s4/ - /2jf002s4/ @@ -71,6 +74,4 @@ Finally, a request is made to `http(s)://///

{{page.title}}

{{page.description}}

+ + {% assign page_date = page.date | split: " " %} +
+ {{page_date.first}} + {% for category in page.categories %} + {{category}} + {% endfor %} +
+ +
@@ -35,7 +45,10 @@ {% if page.categories %}
-

Thank you for reading this post. If you enjoyed the content, and want to let me know, or want + + +

Thank you for reading this post. If you enjoyed the content, and want to let me know, or + want to ask any questions, please contact me via one of the methods listed here. If @@ -43,7 +56,30 @@ rss feed into your favorite feed reader, or follow - me on Twitter for notifications about my work and future posts.

+ me on Twitter for notifications about my work and future posts.
+ + +
If you have the time to read some more, I recommend checking out one of the following posts:
+
+ {% assign i = 0 %} + {% for post in site.posts %} + {% if i < 4 and post.title != page.title %} +
+
+
{{post.title}}
+
{{post.excerpt}}
+
+ +
+ {% endif %} + {% assign i = i | plus:1 %} + {% endfor %} +
+
{% endif %}
diff --git a/_posts/2020-08-13-Drivetrain-navigation.md b/_posts/2020-08-13-Drivetrain-navigation.md index a692667..d3c8815 100644 --- a/_posts/2020-08-13-Drivetrain-navigation.md +++ b/_posts/2020-08-13-Drivetrain-navigation.md @@ -4,6 +4,10 @@ title: "Notes from FRC: Autonomous point-to-point navigation" description: "The tale of some very curvy math" date: 2020-08-13 10:00:00 categories: frc +excerpt: >- + This post is a continuation on my "Notes from FRC" series. This time, + I cover an extremely simple, yet very effective way to get a + tank-drive robot from A to B autonomously. redirect_from: - /post/68dj2jl4/ - /68dj2jl4/ diff --git a/_posts/2020-08-23-Notetaking-with-LaTeX.md b/_posts/2020-08-23-Notetaking-with-LaTeX.md index f5d7a50..a6e82eb 100644 --- a/_posts/2020-08-23-Notetaking-with-LaTeX.md +++ b/_posts/2020-08-23-Notetaking-with-LaTeX.md @@ -4,6 +4,9 @@ title: "Taking notes with Markdown and LaTeX" description: "Using a lot of tech to replace a piece of paper" date: 2020-08-23 10:30:00 categories: pandoc latex bazel +excerpt: >- + I have completely reworked my school notetaking system to use LaTeX. + This post outlines how I did everything, and my new workflow. redirect_from: - /post/68df02l4/ - /68df02l4/ diff --git a/_posts/2020-09-03-Bazel-and-AVR.md b/_posts/2020-09-03-Bazel-and-AVR.md index 2c71439..883a486 100644 --- a/_posts/2020-09-03-Bazel-and-AVR.md +++ b/_posts/2020-09-03-Bazel-and-AVR.md @@ -4,6 +4,9 @@ title: "Compiling AVR-C code with a modern build system" description: "Bringing Bazel to 8-bit microcontrollers" date: 2020-09-03 9:30:00 categories: avr embedded bazel +excerpt: >- + In this post, I cover my process of combining low level + programming with a very high level buildsystem. redirect_from: - /post/68dk02l4/ - /68dk02l4/ diff --git a/_posts/2020-09-10-CodeSpaces-For-FRC.md b/_posts/2020-09-10-CodeSpaces-For-FRC.md index f4b22e5..f1891ae 100644 --- a/_posts/2020-09-10-CodeSpaces-For-FRC.md +++ b/_posts/2020-09-10-CodeSpaces-For-FRC.md @@ -4,6 +4,10 @@ title: "Integrating GitHub Codespaces with FRC" description: "Robotics software development in your browser" date: 2020-09-10 9:30:00 categories: github codespaces +excerpt: >- + I was recently accepted into the GitHub Codespaces beta test program + And decided to try it out on the largest open source project I am + currently involved with. redirect_from: - /post/2jdk02s4/ - /2jdk02s4/ diff --git a/assets/css/page.css b/assets/css/page.css index a948492..77b1708 100644 --- a/assets/css/page.css +++ b/assets/css/page.css @@ -44,12 +44,7 @@ iframe { } .retention { - border-style: solid; - border-width: 2px; - border-color: var(--color-purple)!important; - border-radius: 15px; - padding: 15px; - padding-bottom: 0; + } /* .inner-content-container>p>a {