-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmisc.html
More file actions
28 lines (25 loc) · 1.02 KB
/
misc.html
File metadata and controls
28 lines (25 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: misc
desc: misc stuff that doesn't fit anywhere specific on this site
layout: default
permalink: /misc/
---
<div class="page-intro">
<h1>misc</h1>
<p>misc things! anything that I want to have publicly available but that doesn't belong to one of the other categories in the nav bar and isn't major enough to get its own</p>
<p>presumably I will reorganize this page in the future but also hmmmmmm i don't like web design</p>
</div>
<div class="misc-entry">
<p>
<a href="{{ site.baseurl }}/misc/fdmealplanner-api-notes">FD MealPlanner API Notes</a>
<br>
Notes I took on the FDMealPlanner API for RIT when I was figuring out how to add menu browsing to TigerDine.
</p>
</div>
<div class="misc-entry">
<p>
<a href="https://docs.ninjacheetah.dev">libWiiPy API Docs</a>
<br>
All of the snazzy documentation that I wrote for libWiiPy. Probably not going to get to keep the <code>docs.ninjacheetah.dev</code> subdomain for too much longer though...
</p>
</div>